From 6662b60a1ba6ff862ed475adcc59b72404079731 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 18 Jul 2024 11:17:19 -0700 Subject: [PATCH 1/4] Update COLLISION_PRECISION_MODE description --- html/src/cgyro/cgyro_list.rst | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/html/src/cgyro/cgyro_list.rst b/html/src/cgyro/cgyro_list.rst index 1d7c041..4ca3d92 100644 --- a/html/src/cgyro/cgyro_list.rst +++ b/html/src/cgyro/cgyro_list.rst @@ -277,34 +277,19 @@ COLLISION_PRECISION_MODE **Definition** -Control the precision of the Sugama cmat constants. +Control the precision of the cmat constants. **Choices** -- COLLISION_PRECISION_MODE = 0: Full 64-bit precision -- COLLISION_PRECISION_MODE = 1: Use lower-precision 32-bit precision for off-diagonal element. +- COLLISION_PRECISION_MODE = 0: Full 64-bit precision. +- COLLISION_PRECISION_MODE = 1: Heuristics-based lower-precision setup, slightly better than 32-bit precision. +- COLLISION_PRECISION_MODE = 32: Reduced 32-bit precision. +- COLLISION_PRECISION_MODE = 64: Full 64-bit precision. (Same as 0) **Comments** - DEFAULT = 0 -- Only active for :ref:`cgyro_collision_model` =4 -- Selecting COLLISION_PRECISION_MODE = 1 results in significant memory saving and negligible precision loss in most use-cases. - ----- - -.. _cgyro_collision_full_stripes: - -COLLISION_FULL_STRIPES ----------------------- - -**Definition** - -Number of full 64-bit stripes to use close to the diagonal in low-precision mode. - -**Comments** - -- DEFAULT = 8 -- Only active for :ref:`cgyro_collision_model` =4 and :ref:`cgyro_collision_precision_mode` =1 +- Selecting COLLISION_PRECISION_MODE 1 and 32 results in significant memory saving and negligible precision loss in most use-cases. ---- From cfbb94f544fcef5c6d8891479e7e5d7b6b74e6fa Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 18 Jul 2024 11:53:17 -0700 Subject: [PATCH 2/4] Document TOROIDALS_PER_PROC --- html/src/cgyro/cgyro_list.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/html/src/cgyro/cgyro_list.rst b/html/src/cgyro/cgyro_list.rst index 4ca3d92..5aa1d14 100644 --- a/html/src/cgyro/cgyro_list.rst +++ b/html/src/cgyro/cgyro_list.rst @@ -1051,6 +1051,7 @@ Number of toroidal harmonics (binormal Fourier modes). **Comments** - Together with :ref:`cgyro_ky`, this controls the toroidal resolution. +- Together with :ref:`cgyro_toroidals_per_proc`, this controls the number of MPI processes needed. ---- @@ -1498,6 +1499,23 @@ The number of poloidal points for output of large fluctuation moment arrays. - Value should be an integer divisor of :ref:`cgyro_n_theta` +---- + +.. _cgyro_toroidals_per_proc: + +TOROIDALS_PER_PROC +------------------ + +**Definition** + +Number of toroidal harmonics to process in a single MPI process. + +**Comments** + +- DEFAULT: 1 +- Must be a divisor of :ref:`cgyro_n_toroidal`. +- A higher number typically results in faster simulation on low node count. + ---- .. _cgyro_udsymmetry_flag: From f84a04452f8c2e672c544fdbc5ce4b32c64b7f0f Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 18 Jul 2024 12:04:57 -0700 Subject: [PATCH 3/4] Update html files --- docs/.buildinfo | 2 +- docs/cgyro.html | 4 ++-- docs/cgyro/cgyro_list.html | 35 +++++++++++++++++++---------------- docs/genindex.html | 4 ++-- docs/index.html | 4 ++-- docs/objects.inv | Bin 10967 -> 10988 bytes docs/search.html | 4 ++-- docs/searchindex.js | 2 +- 8 files changed, 29 insertions(+), 26 deletions(-) diff --git a/docs/.buildinfo b/docs/.buildinfo index 2598f27..5ea2a12 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 711f83b3aa3bbab10fa381c061ae4e28 +config: 556eb8091613b199f169c4c376f2cb96 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/cgyro.html b/docs/cgyro.html index 91b34e8..d039073 100644 --- a/docs/cgyro.html +++ b/docs/cgyro.html @@ -7,7 +7,7 @@ CGYRO — GACODE - + @@ -20,7 +20,7 @@ - + diff --git a/docs/cgyro/cgyro_list.html b/docs/cgyro/cgyro_list.html index 0288283..4425086 100644 --- a/docs/cgyro/cgyro_list.html +++ b/docs/cgyro/cgyro_list.html @@ -293,28 +293,18 @@

Alphabetical list for input.cgyro

COLLISION_PRECISION_MODE

Definition

-

Control the precision of the Sugama cmat constants.

+

Control the precision of the cmat constants.

Choices

    -
  • COLLISION_PRECISION_MODE = 0: Full 64-bit precision

  • -
  • COLLISION_PRECISION_MODE = 1: Use lower-precision 32-bit precision for off-diagonal element.

  • +
  • COLLISION_PRECISION_MODE = 0: Full 64-bit precision.

  • +
  • COLLISION_PRECISION_MODE = 1: Heuristics-based lower-precision setup, slightly better than 32-bit precision.

  • +
  • COLLISION_PRECISION_MODE = 32: Reduced 32-bit precision.

  • +
  • COLLISION_PRECISION_MODE = 64: Full 64-bit precision. (Same as 0)

Comments

  • DEFAULT = 0

  • -
  • Only active for COLLISION_MODEL =4

  • -
  • Selecting COLLISION_PRECISION_MODE = 1 results in significant memory saving and negligible precision loss in most use-cases.

  • -
-
- -
-

COLLISION_FULL_STRIPES

-

Definition

-

Number of full 64-bit stripes to use close to the diagonal in low-precision mode.

-

Comments

-
    -
  • DEFAULT = 8

  • -
  • Only active for COLLISION_MODEL =4 and COLLISION_PRECISION_MODE =1

  • +
  • Selecting COLLISION_PRECISION_MODE 1 and 32 results in significant memory saving and negligible precision loss in most use-cases.


@@ -852,6 +842,7 @@

Alphabetical list for input.cgyro
  • Together with KY, this controls the toroidal resolution.

  • +
  • Together with TOROIDALS_PER_PROC, this controls the number of MPI processes needed.


  • @@ -1167,6 +1158,18 @@

    Alphabetical list for input.cgyro +
    +

    TOROIDALS_PER_PROC

    +

    Definition

    +

    Number of toroidal harmonics to process in a single MPI process.

    +

    Comments

    +
      +
    • DEFAULT: 1

    • +
    • Must be a divisor of N_TOROIDAL.

    • +
    • A higher number typically results in faster simulation on low node count.

    • +
    +
    +

    UDSYMMETRY_FLAG

    Definition

    diff --git a/docs/genindex.html b/docs/genindex.html index a5b7ea9..1b36d98 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -6,7 +6,7 @@ Index — GACODE - + @@ -19,7 +19,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 31ffe12..06b867c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ The General Atomics GACODE Suite — GACODE - + @@ -20,7 +20,7 @@ - + diff --git a/docs/objects.inv b/docs/objects.inv index ca25ee8387a065019e76747b27f9c0ce2b977dc5..0597aadd4ee3aa0f7c4ea75fd487aea9ad9b66ce 100644 GIT binary patch delta 10962 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 A)Bpeg delta 10941 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 diff --git a/docs/search.html b/docs/search.html index 6b74afc..38c6394 100644 --- a/docs/search.html +++ b/docs/search.html @@ -6,7 +6,7 @@ Search — GACODE - + @@ -20,7 +20,7 @@ - + diff --git a/docs/searchindex.js b/docs/searchindex.js index c4db86a..8cee2eb 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"2002": [[13, "id20"]], "2003": [[13, "id22"]], "2004": [[13, "id25"]], "2005": [[13, "id33"]], "2006": [[13, "id40"]], "2007": [[13, "id49"]], "2008": [[13, "id59"]], "2009": [[13, "id63"]], "A Computational Science and User Perspective": [[13, "a-computational-science-and-user-perspective"]], "ADIABATIC_ELEC": [[30, "adiabatic-elec"]], "AGENDA": [[41, "agenda"]], "ALPHA_E": [[30, "alpha-e"]], "ALPHA_MACH": [[30, "alpha-mach"]], "ALPHA_P": [[30, "alpha-p"]], "ALPHA_QUENCH": [[30, "alpha-quench"]], "ALPHA_SA": [[30, "alpha-sa"]], "ALPHA_ZF": [[30, "alpha-zf"]], "AMP": [[5, "amp"]], "AMP0": [[5, "amp0"]], "AMP_PHI_N": [[14, "amp-phi-n"]], "ANISO_MODEL_*": [[22, "aniso-model"]], "AS_1": [[30, "as-1"]], "Acknowledgments": [[28, "acknowledgments"]], "Advanced shape parameters": [[6, "id2"]], "Alphabetical list for input.cgyro": [[5, "alphabetical-list-for-input-cgyro"]], "Alphabetical list for input.gyro": [[14, "alphabetical-list-for-input-gyro"]], "Alphabetical list for input.neo": [[22, "alphabetical-list-for-input-neo"]], "Alphabetical list for input.tglf": [[30, "alphabetical-list-for-input-tglf"]], "Alphabetical list for out.tglf files": [[31, "alphabetical-list-for-out-tglf-files"]], "Anomalous Transport in the DIII-D Tokamak Matched by Supercomputer Simulation": [[16, "anomalous-transport-in-the-diii-d-tokamak-matched-by-supercomputer-simulation"]], "Appropriate References": [[9, "id6"], [42, "id144"]], "BETAE": [[30, "betae"]], "BETAE_UNIT": [[5, "betae-unit"]], "BETAE_UNIT_SCALE": [[5, "betae-unit-scale"]], "BETA_STAR": [[22, "beta-star"]], "BETA_STAR_SCALE": [[5, "beta-star-scale"]], "BOX_SIZE": [[5, "box-size"]], "BTCCW": [[5, "btccw"], [22, "btccw"]], "B_MODEL_SA": [[30, "b-model-sa"]], "Batch submission": [[8, "batch-submission"]], "Bounding-box method": [[10, "bounding-box-method"]], "Brief description": [[3, "brief-description"]], "Build on your laptop": [[0, "build-on-your-laptop"]], "Building": [[0, "building"]], "CGYRO": [[3, "cgyro"]], "CGYRO Normalization": [[3, "id8"]], "CGYRO Workshop 2022": [[41, "cgyro-workshop-2022"]], "CGYRO output files": [[7, "cgyro-output-files"]], "COLLISION_ENE_DIFFUSION": [[5, "collision-ene-diffusion"]], "COLLISION_ENE_RESTORE": [[5, "collision-ene-restore"]], "COLLISION_FIELD_MODEL": [[5, "collision-field-model"]], "COLLISION_FULL_STRIPES": [[5, "collision-full-stripes"]], "COLLISION_KPERP": [[5, "collision-kperp"]], "COLLISION_MODEL": [[5, "collision-model"], [22, "collision-model"]], "COLLISION_MOM_RESTORE": [[5, "collision-mom-restore"]], "COLLISION_PRECISION_MODE": [[5, "collision-precision-mode"]], "Change-at-your-own-risk parameters": [[32, "id6"]], "Codes": [[17, null]], "Collisions": [[6, "id9"]], "Command-line usage": [[8, "command-line-usage"]], "Common time-dependent output": [[7, "id2"]], "Comparison of GYRO simulations with fast-sweeping and Doppler reflectometer data in Tore Supra": [[16, "comparison-of-gyro-simulations-with-fast-sweeping-and-doppler-reflectometer-data-in-tore-supra"]], "Comparison of GYRO synthetic diagnostic results with C-Mod PCI data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-c-mod-pci-data"]], "Comparison of GYRO synthetic diagnostic results with DIII-D BES and CER data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-diii-d-bes-and-cer-data"]], "Compressional Electromagnetic Perturbations (2010)": [[16, "compressional-electromagnetic-perturbations-2010"]], "Computation of the Jacobian": [[38, "computation-of-the-jacobian"]], "Concept of platform files": [[0, "concept-of-platform-files"]], "Connection of Fluxes to Powers": [[34, "connection-of-fluxes-to-powers"]], "Connection to experimental data": [[26, "connection-to-experimental-data"]], "Consistency with force balance": [[26, "consistency-with-force-balance"]], "Control": [[32, "id1"]], "Control parameters": [[6, "id3"], [15, "id1"]], "Coordinates": [[10, "coordinates"]], "Cross-code benchmarking results": [[28, "cross-code-benchmarking-results"]], "Cyclone Base Case with Adiabatic Electrons (2001)": [[16, "cyclone-base-case-with-adiabatic-electrons-2001"]], "DEBYE": [[30, "debye"]], "DEBYE_FACTOR": [[30, "debye-factor"]], "DELTA": [[5, "delta"], [22, "delta"]], "DELTA_LOC": [[30, "delta-loc"]], "DELTA_T": [[5, "delta-t"]], "DELTA_T_METHOD": [[5, "delta-t-method"]], "DENS_*": [[5, "dens"], [22, "dens"]], "DIII-D L-mode shortfall": [[28, "diii-d-l-mode-shortfall"]], "DLNNDRE_ADE": [[22, "dlnndre-ade"]], "DLNNDR_*": [[5, "dlnndr"], [22, "dlnndr"]], "DLNTDRE_ADE": [[22, "dlntdre-ade"]], "DLNTDR_*": [[5, "dlntdr"], [22, "dlntdr"]], "DLNTDR_PARA_*": [[22, "dlntdr-para"]], "DLNTDR_PERP_*": [[22, "dlntdr-perp"]], "DPHI0DR": [[22, "dphi0dr"]], "DRMAJDX_LOC": [[30, "drmajdx-loc"]], "DRMINDX_LOC": [[30, "drmindx-loc"]], "DZMAG": [[5, "dzmag"]], "DZMAJDX_LOC": [[30, "dzmajdx-loc"]], "Data input": [[3, "data-input"], [21, "data-input"], [33, "data-input"]], "Data output": [[21, "data-output"]], "Data output and plotting": [[3, "data-output-and-plotting"]], "Data output, python interface, and plotting": [[33, "data-output-python-interface-and-plotting"]], "Density Transport": [[34, "density-transport"]], "Density fluxes and sources": [[34, "id2"]], "Design History": [[13, "design-history"]], "Detailed description of NEO output files": [[24, "detailed-description-of-neo-output-files"]], "Download and user agreement": [[9, "download-and-user-agreement"]], "EPAR0": [[22, "epar0"]], "EPAR0_SPITZER": [[22, "epar0-spitzer"]], "EQUILIBRIUM_MODEL": [[5, "equilibrium-model"], [22, "equilibrium-model"]], "ERROR_TOL": [[5, "error-tol"]], "ETG_FACTOR": [[30, "etg-factor"]], "EXPERIMENTAL profiles": [[28, "experimental-profiles"]], "E_MAX": [[5, "e-max"]], "Effective field": [[10, "effective-field"]], "Electron Temperature Gradient Turbulence (2006)": [[16, "electron-temperature-gradient-turbulence-2006"]], "Energetic particle transport coefficients (2009)": [[16, "energetic-particle-transport-coefficients-2009"]], "Energy Transport": [[34, "energy-transport"]], "Energy fluxes and sources": [[34, "id3"]], "Environment variables": [[0, "environment-variables"]], "Equations solved in TGYRO": [[34, "equations-solved-in-tgyro"]], "Equilibria": [[10, "equilibria"]], "Equilibrium and Profiles": [[17, "equilibrium-and-profiles"]], "Experimental profiles output files": [[24, "experimental-profiles-output-files"]], "Extra subroutine interface parameters": [[23, "extra-subroutine-interface-parameters"]], "FAQ": [[4, "faq"]], "FIELD_PRINT_FLAG": [[5, "field-print-flag"]], "FILTER": [[30, "filter"]], "FIND_WIDTH": [[30, "find-width"]], "FLUX-SURFACE GEOMETRY": [[10, "flux-surface-geometry"]], "FREQ_TOL": [[5, "freq-tol"]], "FT_MODEL_SA": [[30, "ft-model-sa"]], "Fields": [[6, "id4"]], "File structure": [[18, "id3"]], "First step": [[0, "first-step"]], "Formulation": [[38, "formulation"]], "Formulation on a discrete grid": [[38, "formulation-on-a-discrete-grid"]], "Frequently Asked Questions": [[3, "frequently-asked-questions"]], "GA OMEGA": [[27, "ga-omega"]], "GACODE License": [[19, "gacode-license"]], "GAMMA_E": [[5, "gamma-e"]], "GAMMA_E_SCALE": [[5, "gamma-e-scale"]], "GAMMA_P": [[5, "gamma-p"]], "GAMMA_P_SCALE": [[5, "gamma-p-scale"]], "GCHAT": [[30, "gchat"]], "GEOMETRY_FLAG": [[30, "geometry-flag"]], "GEO_NY": [[22, "geo-ny"]], "GEO_YIN": [[22, "geo-yin"]], "GFLUX_PRINT_FLAG": [[5, "gflux-print-flag"]], "GHAT": [[30, "ghat"]], "GKW results (added 25-jan-2013)": [[28, "gkw-results-added-25-jan-2013"]], "GPU_BIGMEM_FLAG": [[5, "gpu-bigmem-flag"]], "GRADB_FACTOR": [[30, "gradb-factor"]], "GYRO": [[11, "gyro"]], "GYRO Validation Abstracts": [[16, "gyro-validation-abstracts"]], "GYRO results": [[28, "gyro-results"]], "GYRO verification and validation (pre 2010)": [[16, "gyro-verification-and-validation-pre-2010"]], "Gallery of classic GYRO images (circa 2003)": [[12, "gallery-of-classic-gyro-images-circa-2003"]], "Gaussian width parameters": [[32, "id3"]], "General models": [[23, "id3"]], "Geometry": [[17, "geometry"]], "Global-spectral parameters": [[6, "id11"]], "Gyrokinetic Simulation in the 2000s": [[13, "gyrokinetic-simulation-in-the-2000s"]], "Gyrokinetic Simulation of Impurities (2004)": [[16, "gyrokinetic-simulation-of-impurities-2004"]], "H_PRINT_FLAG": [[5, "h-print-flag"]], "High-level control": [[40, "id1"]], "History and Overview": [[25, "history-and-overview"]], "IBRANCH": [[30, "ibranch"]], "IFLUX": [[30, "iflux"]], "IPCCW": [[5, "ipccw"], [22, "ipccw"]], "Input parameters": [[26, "input-parameters"]], "Iteration control": [[40, "id2"]], "KAPPA": [[5, "kappa"], [22, "kappa"]], "KAPPA_LOC": [[30, "kappa-loc"]], "KX0_LOC": [[30, "kx0-loc"]], "KY": [[5, "ky"], [30, "ky"]], "KYGRID_MODEL": [[30, "kygrid-model"]], "Key publications and presentations": [[28, "key-publications-and-presentations"]], "LAMBDA_DEBYE": [[5, "lambda-debye"]], "LAMBDA_DEBYE_SCALE": [[5, "lambda-debye-scale"]], "LINSKER_FACTOR": [[30, "linsker-factor"]], "LOC_BETAE_SCALE": [[39, "loc-betae-scale"]], "LOC_DX": [[39, "loc-dx"]], "LOC_DX_MAX": [[39, "loc-dx-max"]], "LOC_ER_FEEDBACK_FLAG": [[39, "loc-er-feedback-flag"]], "LOC_EVOLVE_GRAD_ONLY_FLAG": [[39, "loc-evolve-grad-only-flag"]], "LOC_HE_FEEDBACK_FLAG": [[39, "loc-he-feedback-flag"]], "LOC_LOCK_PROFILE_FLAG": [[39, "loc-lock-profile-flag"]], "LOC_RELAX": [[39, "loc-relax"]], "LOC_RESIDUAL_METHOD": [[39, "loc-residual-method"]], "LOC_RESTART_FLAG": [[39, "loc-restart-flag"]], "LOC_SCENARIO": [[39, "loc-scenario"]], "LOC_TE_FEEDBACK_FLAG": [[39, "loc-te-feedback-flag"]], "LOC_TI_FEEDBACK_FLAG": [[39, "loc-ti-feedback-flag"]], "Local limit of Global Simulations (2004)": [[16, "local-limit-of-global-simulations-2004"]], "MACH": [[5, "mach"]], "MACH_SCALE": [[5, "mach-scale"]], "MASS_*": [[5, "mass"], [22, "mass"]], "MASS_1": [[30, "mass-1"]], "MAX_TIME": [[5, "max-time"]], "MOMENT_PRINT_FLAG": [[5, "moment-print-flag"]], "MPI_RANK_ORDER": [[5, "mpi-rank-order"]], "Magnetic field orientation": [[10, "magnetic-field-orientation"]], "Miller geometry parameters": [[32, "id4"]], "Miscellaneous": [[20, "miscellaneous"]], "Momentum Transport": [[34, "momentum-transport"]], "Momentum fluxes and sources": [[34, "id4"]], "NBASIS_MAX": [[30, "nbasis-max"]], "NBASIS_MIN": [[30, "nbasis-min"]], "NEO": [[21, "neo"]], "NEO Output Files": [[24, "neo-output-files"]], "NERSC PERLMUTTER (CPU)": [[27, "nersc-perlmutter-cpu"]], "NERSC PERLMUTTER (GPU)": [[27, "nersc-perlmutter-gpu"]], "NEW_EIKONAL": [[30, "new-eikonal"]], "NE_ADE": [[22, "ne-ade"]], "NKY": [[30, "nky"]], "NMODES": [[30, "nmodes"]], "NONLINEAR_FLAG": [[5, "nonlinear-flag"]], "NS": [[30, "ns"]], "NUP_ALPHA": [[5, "nup-alpha"]], "NUP_RADIAL": [[5, "nup-radial"]], "NUP_THETA": [[5, "nup-theta"]], "NU_1": [[22, "nu-1"]], "NU_EE": [[5, "nu-ee"]], "NU_GLOBAL": [[5, "nu-global"]], "NWIDTH": [[30, "nwidth"]], "NXGRID": [[30, "nxgrid"]], "N_ENERGY": [[5, "n-energy"], [22, "n-energy"]], "N_FIELD": [[5, "n-field"]], "N_GLOBAL": [[5, "n-global"]], "N_RADIAL": [[5, "n-radial"], [22, "n-radial"]], "N_SPECIES": [[5, "n-species"], [22, "n-species"]], "N_THETA": [[5, "n-theta"], [22, "n-theta"]], "N_TOROIDAL": [[5, "n-toroidal"]], "N_XI": [[5, "n-xi"], [22, "n-xi"]], "Nonaxisymmetric effects": [[23, "id6"]], "Normalization": [[3, "normalization"], [21, "normalization"]], "Numerical Dissipation": [[6, "id6"]], "Numerical Resolution": [[6, "id5"]], "Numerical resolution": [[23, "id1"]], "OMEGA_ROT": [[22, "omega-rot"]], "OMEGA_ROT_DERIV": [[22, "omega-rot-deriv"]], "OSX Sonoma": [[2, "osx-sonoma"]], "OUTPUT": [[35, "output"]], "OpenBLAS": [[0, "openblas"]], "Output Normalization": [[7, "output-normalization"]], "Output file control": [[6, "id12"]], "Overview": [[11, "overview"], [18, "overview"], [28, "overview"], [29, "overview"], [33, "overview"]], "PARK": [[30, "park"]], "PLASMA ROTATION THEORY": [[26, "plasma-rotation-theory"]], "PLOT": [[36, "plot"]], "PRINT_STEP": [[5, "print-step"]], "PROFILE_DLNNDR_*_SCALE": [[22, "profile-dlnndr-scale"]], "PROFILE_DLNTDR_*_SCALE": [[22, "profile-dlntdr-scale"]], "PROFILE_EQUILIBRIUM_MODEL": [[22, "profile-equilibrium-model"]], "PROFILE_ERAD0_MODEL": [[22, "profile-erad0-model"]], "PROFILE_MODEL": [[5, "profile-model"], [22, "profile-model"]], "PX0": [[5, "px0"]], "P_PRIME_LOC": [[30, "p-prime-loc"]], "Parameters for input.neo": [[23, "parameters-for-input-neo"]], "Past and Future": [[3, "past-and-future"]], "Physical considerations": [[26, "physical-considerations"]], "Physics": [[17, null]], "Physics Control": [[40, "id4"]], "Plasma Rotation": [[17, "plasma-rotation"]], "Plasma equilibrium/geometry": [[23, "id2"]], "Plasma shape/geometry": [[6, "id1"]], "Prebuilt Environments": [[27, "prebuilt-environments"]], "Prehistory": [[13, "prehistory"]], "Profile Feedback Control": [[40, "id3"]], "Profile models": [[23, "id4"]], "Q": [[5, "q"], [22, "q"]], "QL_flux_spectrum": [[31, "ql-flux-spectrum"]], "QUASINEUTRAL_FLAG": [[5, "quasineutral-flag"]], "Q_LOC": [[30, "q-loc"]], "Q_PRIME_LOC": [[30, "q-prime-loc"]], "Q_SA": [[30, "q-sa"]], "Quick links": [[11, "quick-links"], [21, "quick-links"], [29, "quick-links"], [33, "quick-links"]], "Quick-start example": [[8, "quick-start-example"]], "RESTART_STEP": [[5, "restart-step"]], "RHO_STAR": [[22, "rho-star"]], "RLNS_1": [[30, "rlns-1"]], "RLTS_1": [[30, "rlts-1"]], "RMAJ": [[5, "rmaj"]], "RMAJ_LOC": [[30, "rmaj-loc"]], "RMAJ_OVER_A": [[22, "rmaj-over-a"]], "RMAJ_SA": [[30, "rmaj-sa"]], "RMIN": [[5, "rmin"]], "RMIN_LOC": [[30, "rmin-loc"]], "RMIN_OVER_A": [[22, "rmin-over-a"]], "RMIN_OVER_A_2": [[22, "rmin-over-a-2"]], "RMIN_SA": [[30, "rmin-sa"]], "ROTATION_MODEL": [[5, "rotation-model"], [22, "rotation-model"]], "References": [[42, "references"]], "References: TGLF saturation models": [[29, "id9"]], "References: TGLF validation against experimental data": [[29, "id10"]], "Repository access": [[9, "repository-access"]], "Restart data": [[7, "id3"]], "Rotation output files": [[24, "rotation-output-files"]], "Rotation physics": [[6, "id10"], [23, "id5"]], "Running Cases": [[3, "running-cases"], [8, "running-cases"]], "Running GACODE": [[17, "running-gacode"]], "S": [[5, "s"]], "SAT_RULE": [[30, "sat-rule"]], "SHAPE_COS0": [[5, "shape-cos0"], [22, "shape-cos0"]], "SHAPE_COS1": [[5, "shape-cos1"], [22, "shape-cos1"]], "SHAPE_COS2": [[5, "shape-cos2"], [22, "shape-cos2"]], "SHAPE_COS3": [[5, "shape-cos3"], [22, "shape-cos3"]], "SHAPE_SIN3": [[5, "shape-sin3"], [22, "shape-sin3"]], "SHAPE_S_COS0": [[5, "shape-s-cos0"], [22, "shape-s-cos0"]], "SHAPE_S_COS1": [[5, "shape-s-cos1"], [22, "shape-s-cos1"]], "SHAPE_S_COS2": [[5, "shape-s-cos2"], [22, "shape-s-cos2"]], "SHAPE_S_COS3": [[5, "shape-s-cos3"], [22, "shape-s-cos3"]], "SHAPE_S_SIN3": [[5, "shape-s-sin3"], [22, "shape-s-sin3"]], "SHAT_SA": [[30, "shat-sa"]], "SHEAR": [[22, "shear"]], "SHIFT": [[5, "shift"], [22, "shift"]], "SIGN_BT": [[30, "sign-bt"]], "SIGN_IT": [[30, "sign-it"]], "SILENT_FLAG": [[5, "silent-flag"], [22, "silent-flag"]], "SIM_MODEL": [[22, "sim-model"]], "SPITZER_MODEL": [[22, "spitzer-model"]], "S_DELTA": [[5, "s-delta"], [22, "s-delta"]], "S_DELTA_LOC": [[30, "s-delta-loc"]], "S_KAPPA": [[5, "s-kappa"], [22, "s-kappa"]], "S_KAPPA_LOC": [[30, "s-kappa-loc"]], "S_ZETA": [[5, "s-zeta"], [22, "s-zeta"]], "S_ZETA_LOC": [[30, "s-zeta-loc"]], "S_ZMAG": [[22, "s-zmag"]], "Scenarios and connection to energy sources": [[37, "scenarios-and-connection-to-energy-sources"]], "Simulation images": [[3, "simulation-images"]], "Software": [[17, null]], "Solution strategy": [[38, "solution-strategy"]], "Some comments regarding units": [[38, "some-comments-regarding-units"]], "Sonic rotation formalism": [[26, "sonic-rotation-formalism"]], "Source Code": [[3, "source-code"]], "Source code": [[0, "source-code"], [9, "source-code"]], "Species Parameters": [[40, "id5"]], "Species Vectors": [[32, "id2"]], "Species-dependent parameters": [[23, "id7"]], "Species-related parameters": [[6, "id8"]], "Standard output files": [[24, "standard-output-files"]], "Subroutine output": [[24, "subroutine-output"]], "TAUS_1": [[30, "taus-1"]], "TEMP_*": [[5, "temp"], [22, "temp"]], "TEMP_PARA_*": [[22, "temp-para"]], "TEMP_PERP_*": [[22, "temp-perp"]], "TE_ADE": [[22, "te-ade"]], "TGLF": [[29, "tglf"]], "TGLF output files": [[32, "id8"]], "TGLF output parameters": [[32, "id7"]], "TGYRO": [[33, "tgyro"]], "TGYRO solver algorithm": [[38, "tgyro-solver-algorithm"]], "TGYRO_DEN_METHOD*": [[39, "tgyro-den-method"]], "TGYRO_ITERATION_METHOD": [[39, "tgyro-iteration-method"]], "TGYRO_MODE": [[39, "tgyro-mode"]], "TGYRO_NEO_METHOD": [[39, "tgyro-neo-method"]], "TGYRO_RELAX_ITERATIONS": [[39, "tgyro-relax-iterations"]], "TGYRO_THERM_FLAG*": [[39, "tgyro-therm-flag"]], "TGYRO_WRITE_PROFILES_FLAG": [[39, "tgyro-write-profiles-flag"]], "THETA0_SA": [[30, "theta0-sa"]], "THETA_PLOT": [[5, "theta-plot"]], "THETA_TRAPPED": [[30, "theta-trapped"]], "THREED_EXB_DPHI0DR": [[22, "threed-exb-dphi0dr"]], "THREED_EXB_MODEL": [[22, "threed-exb-model"]], "THREED_MODEL": [[22, "threed-model"]], "Table of geometry parameters": [[10, "table-of-geometry-parameters"]], "Table of inputs and outputs": [[32, "table-of-inputs-and-outputs"]], "Tabular list for input.cgyro": [[6, "tabular-list-for-input-cgyro"]], "Tabular list for input.gyro": [[15, "tabular-list-for-input-gyro"]], "The General Atomics GACODE Suite": [[17, "the-general-atomics-gacode-suite"]], "The rotation profile": [[26, "the-rotation-profile"]], "Theoretical basis for sonic rotation": [[26, "theoretical-basis-for-sonic-rotation"]], "Time Stepping": [[6, "id7"]], "Time-independent output": [[7, "id1"]], "Transport equations and solution": [[33, "transport-equations-and-solution"]], "UDSYMMETRY_FLAG": [[5, "udsymmetry-flag"]], "UL1: The local gyroBohm limit of global codes differs from local codes": [[13, "ul1-the-local-gyrobohm-limit-of-global-codes-differs-from-local-codes"]], "UL2: Full torus simulations are necessary to correctly compute the local transport": [[13, "ul2-full-torus-simulations-are-necessary-to-correctly-compute-the-local-transport"]], "UL3: Eulerian codes have inadequate velocity-space resolution": [[13, "ul3-eulerian-codes-have-inadequate-velocity-space-resolution"]], "UL4: The parallel nonlinearity can have a dramatic effect on the transport": [[13, "ul4-the-parallel-nonlinearity-can-have-a-dramatic-effect-on-the-transport"]], "UNITS": [[30, "units"]], "UPWIND_SINGLE_FLAG": [[5, "upwind-single-flag"]], "UP_ALPHA": [[5, "up-alpha"]], "UP_RADIAL": [[5, "up-radial"]], "UP_THETA": [[5, "up-theta"]], "USE_BISECTION": [[30, "use-bisection"]], "USE_BPAR": [[30, "use-bpar"]], "USE_BPER": [[30, "use-bper"]], "USE_INBOARD_DETRAPPED": [[30, "use-inboard-detrapped"]], "USE_MHD_RULE": [[30, "use-mhd-rule"]], "USE_TRANSPORT_MODEL": [[30, "use-transport-model"]], "Ubuntu/Mint": [[1, "ubuntu-mint"]], "Urban Legends": [[13, "urban-legends"]], "VELOCITY_ORDER": [[5, "velocity-order"]], "VEXB": [[30, "vexb"]], "VEXB_SHEAR": [[30, "vexb-shear"]], "VPAR_1": [[30, "vpar-1"]], "VPAR_MODEL": [[30, "vpar-model"]], "VPAR_SHEAR_1": [[30, "vpar-shear-1"]], "VPAR_SHEAR_MODEL": [[30, "vpar-shear-model"]], "Verification Studies": [[16, "verification-studies"]], "WD_ZERO": [[30, "wd-zero"]], "WIDTH": [[30, "width"]], "WIDTH_MIN": [[30, "width-min"]], "WRITE_WAVEFUNCTION_FLAG": [[30, "write-wavefunction-flag"]], "XNUE": [[30, "xnue"]], "XNU_FACTOR": [[30, "xnu-factor"]], "XNU_MODEL": [[30, "xnu-model"]], "XWELL_SA": [[30, "xwell-sa"]], "Yearly Publication Synopsis": [[13, "yearly-publication-synopsis"]], "ZEFF": [[30, "zeff"]], "ZETA": [[5, "zeta"], [22, "zeta"]], "ZETA_LOC": [[30, "zeta-loc"]], "ZF_TEST_MODE": [[5, "zf-test-mode"]], "ZMAG": [[5, "zmag"]], "ZMAG_OVER_A": [[22, "zmag-over-a"]], "ZMAJ_LOC": [[30, "zmaj-loc"]], "ZS_1": [[30, "zs-1"]], "Z_*": [[5, "z"], [22, "z"]], "Z_EFF": [[5, "z-eff"]], "Z_EFF_METHOD": [[5, "z-eff-method"]], "density_spectrum": [[31, "density-spectrum"]], "eigenvalue_spectrum": [[31, "eigenvalue-spectrum"]], "field_spectrum": [[31, "field-spectrum"]], "input.gacode": [[18, "input-gacode"]], "input.tgyro Alphabetical List": [[39, "input-tgyro-alphabetical-list"]], "input.tgyro Tabular List": [[40, "input-tgyro-tabular-list"]], "intensity_spectrum": [[31, "intensity-spectrum"]], "nsts_crossphase_spectrum": [[31, "nsts-crossphase-spectrum"]], "out.neo.equil": [[24, "out-neo-equil"]], "out.neo.exp_norm": [[24, "out-neo-exp-norm"]], "out.neo.f": [[24, "out-neo-f"]], "out.neo.grid": [[24, "out-neo-grid"]], "out.neo.phi": [[24, "out-neo-phi"]], "out.neo.rotation": [[24, "out-neo-rotation"]], "out.neo.species": [[24, "out-neo-species"]], "out.neo.theory": [[24, "out-neo-theory"]], "out.neo.theory_nclass": [[24, "out-neo-theory-nclass"]], "out.neo.transport": [[24, "out-neo-transport"]], "out.neo.transport_exp": [[24, "out-neo-transport-exp"]], "out.neo.transport_flux": [[24, "out-neo-transport-flux"]], "out.neo.transport_gv": [[24, "out-neo-transport-gv"]], "out.neo.vel": [[24, "out-neo-vel"]], "out.neo.vel_fourier": [[24, "out-neo-vel-fourier"]], "profiles_gen": [[25, "profiles-gen"]], "s-alpha geometry parameters": [[32, "id5"]], "sat_geo_spectrum": [[31, "sat-geo-spectrum"]], "scalar_saturation_parameters": [[31, "scalar-saturation-parameters"]], "spectral_shift": [[31, "spectral-shift"]], "sum_flux_spectrum": [[31, "sum-flux-spectrum"]], "temperature_spectrum": [[31, "temperature-spectrum"]]}, "docnames": ["build", "build/pre_linux", "build/pre_osx", "cgyro", "cgyro/FAQ", "cgyro/cgyro_list", "cgyro/cgyro_table", "cgyro/outputs", "cgyro/running_cases", "download", "geometry", "gyro", "gyro/gyro_gallery", "gyro/gyro_history", "gyro/gyro_list", "gyro/gyro_table", "gyro/gyro_vv", "index", "input_gacode", "license", "misc", "neo", "neo/neo_list", "neo/neo_table", "neo/outputs", "prgen", "rotation", "setup", "shortfall", "tglf", "tglf/tglf_list", "tglf/tglf_output_list", "tglf/tglf_table", "tgyro", "tgyro/equations", "tgyro/output", "tgyro/plot", "tgyro/scenarios", "tgyro/solver", "tgyro/tgyro_list", "tgyro/tgyro_table", "workshop", "zreferences"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["build.rst", "build/pre_linux.rst", "build/pre_osx.rst", "cgyro.rst", "cgyro/FAQ.rst", "cgyro/cgyro_list.rst", "cgyro/cgyro_table.rst", "cgyro/outputs.rst", "cgyro/running_cases.rst", "download.rst", "geometry.rst", "gyro.rst", "gyro/gyro_gallery.rst", "gyro/gyro_history.rst", "gyro/gyro_list.rst", "gyro/gyro_table.rst", "gyro/gyro_vv.rst", "index.rst", "input_gacode.rst", "license.rst", "misc.rst", "neo.rst", "neo/neo_list.rst", "neo/neo_table.rst", "neo/outputs.rst", "prgen.rst", "rotation.rst", "setup.rst", "shortfall.rst", "tglf.rst", "tglf/tglf_list.rst", "tglf/tglf_output_list.rst", "tglf/tglf_table.rst", "tgyro.rst", "tgyro/equations.rst", "tgyro/output.rst", "tgyro/plot.rst", "tgyro/scenarios.rst", "tgyro/solver.rst", "tgyro/tgyro_list.rst", "tgyro/tgyro_table.rst", "workshop.rst", "zreferences.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 4, 6, 7, 8, 9, 10, 11, 13, 16, 18, 19, 22, 24, 29, 30, 31, 34, 38, 42], "0": [0, 4, 5, 6, 7, 8, 10, 13, 15, 16, 18, 21, 22, 23, 24, 26, 28, 30, 31, 32, 38, 39, 40, 41], "00": [4, 8, 13, 42], "00035": 42, "00079": 42, "001": [5, 6, 22, 23], "0010": 42, "0029": 42, "005": 28, "00am": 41, "01": [4, 5, 6, 13], "012001": 42, "012008": 42, "012043": 42, "012502": 42, "014004": 42, "014505": 42, "015013": 42, "015015": 42, "016": 42, "02": [9, 39], "020": 42, "022305": 42, "022509": 42, "024004": 42, "03": [4, 13, 42], "032301": 42, "032310": 42, "036036": 42, "039": 42, "04": [39, 42], "042001": 42, "045001": 42, "045005": 42, "05": [13, 30, 39, 42], "052301": [28, 42], "055003": 42, "055013": 42, "055908": 42, "055909": 42, "056116": [28, 42], "06": [9, 16, 39, 42], "060704": 42, "060901": [28, 42], "062302": 42, "062518": 42, "066015": 42, "07": [9, 42], "072303": 42, "072304": 42, "072307": 42, "072505": 24, "0741": 42, "074501": 42, "074505": 42, "075018": 42, "08": [13, 28, 39, 42], "09": [8, 9, 13, 16, 28, 42], "095010": 42, "096005": 42, "0_": 38, "0a": 24, "0th": [5, 22], "1": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "10": [3, 5, 6, 13, 18, 28, 39, 42], "100": [4, 5, 6, 28], "1000": 5, "1016": 42, "102301": 42, "102306": 42, "102508": 42, "1051": 42, "1063": 42, "1088": 42, "11": [9, 16, 22, 24, 41, 42], "110": 42, "1103": 42, "112007": 42, "1121": 42, "112303": 42, "112503": [28, 42], "113017": 42, "116007": 42, "11am": 41, "12": [30, 32, 42], "1209": 42, "122305": 42, "122306": 42, "122307": [28, 42], "122309": 42, "122503": 42, "122505": [28, 42], "122507": 42, "125": 42, "128": [13, 27, 42], "128913": 28, "13": [29, 42], "1361": 42, "14": [28, 42], "1477": 42, "1493": 24, "15": [5, 6, 28, 42], "1500": 28, "15th": 42, "16": [3, 5, 6, 11, 24, 27, 28, 30, 32, 42], "1695358": 42, "17": [22, 23, 24, 42], "1741": 42, "18": [28, 29, 42], "1800": 29, "186": 42, "1879": 42, "188": 42, "1897": 24, "19": [3, 18, 24, 29, 42], "1938": 42, "195004": 42, "1973": 24, "1976": 24, "1977": 24, "1982": 24, "1985": 42, "1988": [24, 42], "1990": 13, "1993": 42, "1994": [13, 42], "1995": 42, "1996": 42, "1997": [24, 42], "1998": 42, "1999": [13, 24, 42], "1_": 38, "1e": [5, 6, 14, 15], "1st": [5, 22], "1th": [5, 22], "2": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "20": [24, 29, 30, 42], "2000": [11, 17, 42], "2001": [13, 42], "2002": 42, "2003": [11, 16, 17, 42], "2004": 42, "2005": [25, 42], "2006": 42, "2007": 42, "2008": [28, 42], "2009": [28, 42], "2010": [11, 17, 25, 42], "2011": [28, 42], "2012": [24, 28, 42], "2013": [9, 17, 42], "2014": [28, 42], "2016": [28, 42], "2017": 42, "2018": [9, 19, 42], "2019": [30, 42], "2020": 42, "2021": 42, "2022": [17, 20, 42], "21": [28, 29, 30, 32, 42], "2107": 42, "22": [29, 30, 42], "2229": 42, "23": [28, 42], "239": 24, "24": [3, 5, 6, 30, 41], "2408": 42, "2433": 42, "2436852": 42, "2482": 42, "25": [17, 24, 30, 32, 41, 42], "256": 27, "2560": 42, "26": 42, "27": [21, 22, 24, 28], "273": 42, "28": 42, "2834": 24, "2889008": 42, "2d": 22, "2m": 22, "2nd": [5, 6, 22, 32], "2t_e": 5, "2th": [5, 22], "3": [2, 3, 5, 6, 9, 10, 13, 16, 18, 21, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42], "30": [24, 28, 42], "300": 13, "3082": 42, "310": 2, "32": [5, 22, 27], "3211": 42, "3230": 24, "324": 42, "32664": 42, "33": 42, "3335": 42, "3412": 42, "345": 3, "3452e": [21, 22], "356": 42, "384": 39, "3d": [22, 23], "3rd": [5, 6, 13, 22], "4": [0, 4, 5, 6, 9, 13, 14, 15, 16, 22, 23, 24, 27, 30, 32, 39, 42], "40": 42, "400": 16, "4018": 42, "4046": 42, "405": 24, "418": 24, "43": 42, "4326": 42, "44577e": 4, "448": 42, "45": 42, "45am": 41, "4655": 42, "47th": 42, "48": [24, 42], "49": 42, "4904301": 42, "4954905": 42, "4th": 22, "5": [5, 6, 9, 13, 16, 22, 23, 24, 28, 30, 32, 39, 42], "50": [28, 42], "500": 29, "51": 42, "512": 8, "53": 42, "54": 42, "545": 42, "5515": 42, "5579": 42, "56": 42, "58644e": 4, "59": [27, 42], "5th": [5, 28], "6": [4, 5, 13, 16, 22, 23, 24, 39, 42], "60": 16, "61": 42, "62": 42, "63": 42, "64": [0, 5], "65": [30, 32], "6587": 42, "667": 42, "6th": 13, "7": [4, 5, 16, 24, 30, 32], "71": 42, "724": 42, "724e": 5, "73": 42, "741": 42, "744": 42, "74754e": 4, "75": [13, 16, 28, 39], "77": 42, "78": 42, "8": [0, 4, 5, 6, 22, 24, 27, 42], "80": 42, "812": 42, "81550e": 4, "83": 29, "836": 24, "84003e": 4, "85": 42, "865350": 42, "88": 42, "9": [41, 42], "900": 16, "91": 42, "92020e": 4, "94": [13, 42], "95": 42, "96": 29, "97": [13, 42], "9991": 42, "9am": 41, "9i4": 42, "A": [3, 5, 8, 16, 17, 19, 21, 24, 28, 31, 38, 42], "AND": 19, "AS": [9, 19], "AT": 9, "As": [3, 13, 16, 26], "At": [13, 16], "BE": 19, "BES": 13, "BUT": 19, "By": [9, 13, 25, 26, 29, 39], "FOR": 19, "For": [4, 5, 10, 11, 13, 14, 16, 18, 21, 22, 24, 26, 30, 32, 39], "IN": 19, "If": [0, 5, 9, 19, 22, 26, 38, 39], "In": [0, 5, 10, 13, 16, 21, 22, 24, 26, 29, 33, 38, 39, 42], "It": [0, 3, 5, 7, 8, 11, 16, 22, 26, 38, 39], "NO": 19, "NOT": [4, 19], "No": [5, 23, 39], "OF": 19, "ON": 5, "OR": 19, "Of": 22, "On": [5, 8, 13, 38], "One": 13, "THE": 19, "TO": 19, "The": [3, 4, 5, 8, 9, 10, 16, 18, 19, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 38, 39, 42], "Then": [4, 38], "There": [0, 5, 13, 16, 17, 18], "These": [4, 13, 18, 23, 24, 28], "To": [0, 4, 5, 8, 9, 12, 13, 18, 19, 27, 38, 39], "WITH": 19, "With": [13, 22, 29], "_": [5, 10, 21, 22, 24, 26, 30, 31, 32, 38], "_0": 26, "_1": [22, 26], "_ade": 22, "_deriv": 22, "_dlnndr": 22, "_dlntdr": 22, "_dphi0dr": 22, "_energi": 24, "_exb": 22, "_in": 21, "_model": 23, "_p": 39, "_para": 22, "_perp": 22, "_r": 22, "_radial": 24, "_relax": 39, "_rot": 22, "_rp": 22, "_scale": [17, 23], "_scenario": 37, "_size": 5, "_speci": 24, "_spitzer": 22, "_theta": 24, "_xi": 24, "_z": 22, "_zp": 22, "a_": [5, 7, 14, 24, 30, 32], "ab": [30, 32], "ab759c": 42, "abc63b": 42, "abc861": 42, "abil": [3, 13, 25, 33], "abl": 13, "about": [10, 13, 16, 17, 18, 22, 27], "abov": [5, 8, 9, 10, 19, 22, 26, 28, 38], "absenc": 5, "absent": 13, "absolut": [16, 30, 32], "absorb": [3, 11], "abstract": 17, "ac": 42, "ac243a": 42, "ac592b": 42, "ac7a4d": 42, "acb20": [10, 18, 42], "acceler": 5, "accept": 8, "access": 17, "accord": 26, "accordingli": 8, "account": 9, "accur": [13, 28, 29, 38], "accuraci": [5, 13, 16, 21, 29, 42], "achiev": [13, 16], "acknowledg": 17, "acm": 42, "acquisit": 13, "across": [4, 13, 24, 28, 42], "action": 19, "activ": [5, 13, 22], "actual": [13, 16], "ad": [3, 8, 11, 13, 16, 17, 18, 22, 24], "adapt": [4, 5, 41], "add": 27, "addit": [8, 13, 21, 22, 24, 26, 30, 33], "address": 16, "adequ": 13, "adiabat": [13, 22, 23, 24, 28, 30, 32], "adiabatic_elec": [17, 32], "adjust": [30, 32, 39], "adopt": [3, 38], "advanc": [13, 16, 42], "advantag": 13, "ae": 13, "affect": [13, 22, 39], "after": [0, 5, 13, 16, 38], "against": [13, 16, 28], "agenda": 17, "agre": [9, 16], "agreement": [13, 16, 17, 19, 29], "agt": [29, 42], "al": [24, 28], "alam": 42, "alcat": [16, 42], "alfv\u00e9n": 13, "algorithm": [3, 11, 13, 17, 33], "align": [4, 10, 24, 26, 30, 37, 38], "alik": 13, "all": [3, 4, 5, 8, 9, 11, 13, 16, 18, 19, 22, 24, 26, 28, 30, 31, 32, 39, 40], "allow": [5, 13, 16, 18, 22, 23, 26, 30, 32, 39], "almost": 0, "along": [5, 10, 22, 29, 30], "alpha": [4, 5, 10, 13, 16, 22, 24, 29, 30, 34, 39, 42], "alpha_": [17, 31, 32], "alpha_mach": [17, 32], "alpha_p": [17, 32], "alpha_quench": [17, 31, 32], "alpha_sa": [17, 32], "alpha_zf": [17, 31, 32], "alphabet": [3, 11, 17, 21, 29, 33], "also": [5, 8, 11, 13, 16, 17, 21, 22, 25, 28, 29, 33, 38], "altern": [26, 28], "although": [3, 13, 28, 33], "altix": 13, "alwai": [5, 13, 24, 26, 39], "am": 42, "ambigu": 13, "ambipolar": 24, "among": [13, 16], "amount": [13, 30, 39, 40], "amp": 6, "amp0": 6, "amp_phi_n": [15, 17], "amper": 13, "amplifi": 26, "amplitud": [5, 6, 13, 14, 15, 30, 31, 32], "an": [0, 3, 4, 5, 8, 13, 16, 18, 19, 21, 22, 25, 26, 29, 30, 38, 39, 42], "analog": 13, "analogi": 26, "analys": 26, "analysi": [13, 26, 28, 41, 42], "analyt": [21, 22, 23, 24], "analyz": 13, "angioni": [16, 42], "angl": [5, 6, 10, 22, 24, 26, 28], "angular": [13, 22, 23, 24, 26, 32, 34, 42], "ani": [5, 9, 19, 28, 30, 38, 39], "aniso": [23, 24], "aniso_model_": [17, 23], "aniso_model_1": 22, "aniso_model_2": 22, "aniso_model_3": 22, "anisotrop": [22, 23, 24], "anisotropi": 16, "anomal": 42, "anomali": 16, "anti": [10, 30], "antisymmetr": [5, 6, 22], "apart": 13, "app": [16, 42], "appar": 16, "appear": [13, 26], "append": 21, "appli": [5, 13, 26, 38], "applic": [13, 16, 28, 42], "approach": [3, 11], "appropri": 19, "approxim": [13, 21, 26, 30, 38, 39], "apt": 1, "ar": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 33, 38, 39], "arash": 41, "arbitrari": [4, 18, 21, 22, 23, 38], "arbon": 42, "architechtur": 42, "area": [9, 34, 42], "aris": [19, 26, 39], "around": 26, "arrai": [5, 22, 23, 24, 30, 32], "arrow": 26, "articl": [9, 19, 28], "artifici": [4, 13], "artun": 42, "as_1": [17, 32], "ascii": [24, 28], "asdex": [29, 42], "ash": [13, 39, 42], "ashourvan": 41, "ask": 17, "aspect": [3, 11, 22, 29], "assess": 39, "associ": [16, 19, 22, 24, 28, 38], "assum": [22, 24, 30], "assumpt": [30, 38], "asymmetr": [18, 24], "asymmetri": [21, 22, 24, 26, 28], "asymptot": [13, 21], "atom": [3, 8, 12, 13, 27, 42], "attempt": [13, 16], "attend": 13, "attent": [8, 38], "attenu": 16, "attribut": 12, "austin": 42, "author": [9, 19], "auto": [8, 10], "autodetect": 4, "automat": 5, "aux": [34, 37], "auxiliari": [34, 39], "avail": [3, 5, 9, 13, 19, 22, 23, 28], "availbl": 28, "averag": [5, 13, 16, 22, 24, 26, 28, 34, 42], "avoid": 30, "axi": [31, 42], "axisymmetr": [22, 26, 42], "azevedo": 42, "b": [5, 6, 10, 13, 14, 16, 22, 24, 26, 30, 31, 32, 42], "b_": [4, 5, 7, 10, 14, 16, 22, 24, 30, 31, 32], "b_model_sa": [17, 32], "b_p": [5, 18, 22, 26], "b_t": [5, 22, 26], "balanc": [13, 17, 39, 40, 42], "ball": [8, 41], "balloon": [5, 29, 30, 32, 42], "banana": 26, "bar": [13, 16, 28], "barn": [28, 42], "barrier": [13, 25, 26, 29], "base": [5, 9, 13, 19, 22, 25, 28, 33, 39, 42], "baselin": 42, "bashrc": 27, "basi": [17, 22, 28, 30, 32, 38], "basic": 16, "bc08": [3, 9, 21, 26, 42], "bc09": [21, 26, 42], "bc12": [3, 9, 21, 42], "bc17": [3, 11, 42], "bc18": [3, 11, 42], "bcbh11": [28, 42], "beam": [16, 18, 26, 34, 42], "becam": 25, "becaus": [5, 26, 38, 39], "becom": [3, 11, 26], "been": [10, 13, 16, 21, 28, 29, 38], "beer": [13, 42], "befor": 13, "began": 13, "begin": [4, 23, 24, 26, 37, 38], "begun": 13, "behav": 16, "behaviour": 39, "being": [5, 13, 31, 32], "believ": [13, 26], "belli": [3, 42], "below": [9, 10, 13, 16, 24, 26, 27, 28, 30, 34], "benchamark": 21, "benchmark": [13, 16, 17, 29], "beta": [5, 6, 13, 17, 22, 32, 39, 40, 42], "beta_": [4, 5, 10, 22], "beta_star": [10, 17, 23], "beta_star_scal": [6, 10], "betae_unit": [6, 10, 41], "betae_unit_scal": 6, "better": 29, "between": [4, 5, 13, 16, 24, 25, 28, 29, 38], "beyond": 21, "bf": 22, "bh96a": [13, 42], "bh96b": [13, 42], "bin": [0, 5, 7, 27], "binari": [0, 7], "binorm": [5, 6], "bisect": [30, 32], "bit": 5, "black": 16, "block": 38, "blue": [10, 16], "bogacki": 5, "bohm": [13, 16, 31, 32, 42], "bonanomi": 42, "bootstrap": [18, 24], "both": [5, 10, 13, 16, 25, 26, 29, 30, 32, 38, 41], "bottino": 42, "bounc": 42, "bound": [17, 22], "boundari": [3, 11, 13, 22, 30, 32, 38], "box": [5, 17, 41], "box_siz": 6, "bpar": 30, "bracket": 26, "bravenec": [13, 28, 42], "breadth": 5, "break": 13, "bremsstrahlung": 18, "brief": [11, 17, 33], "bring": 16, "broad": 13, "broken": 42, "bt": 22, "btccw": [6, 10, 17, 23], "build": [13, 17, 30], "bull": 42, "bunit": 4, "burden": 8, "burrel": 42, "byer": 42, "c": [4, 7, 13, 18, 22, 24, 26, 28, 42], "c1": 39, "c2": 39, "c3": 39, "c4": 39, "c5": 39, "c6": 39, "c_": [3, 5, 7, 16, 24, 26, 28, 30, 32, 38, 39], "c_0": 10, "c_1": 10, "c_2": 10, "c_3": 10, "c_i": 26, "c_n": 10, "ca": 42, "cal": [26, 38], "calcul": [3, 13, 21, 24, 25, 28, 29, 34, 39, 40, 42], "calibr": [3, 11, 30], "call": [6, 13, 21, 25, 28, 30, 32, 33], "camenen": 28, "can": [0, 4, 5, 8, 10, 16, 17, 18, 21, 22, 26, 28, 30, 38, 39], "can05": [13, 42], "cancel": [13, 26], "candi": [3, 12, 16, 28, 42], "cannot": [13, 26], "capabl": [13, 16, 38], "captur": [21, 30], "carbon": [5, 16], "carefulli": 13, "carri": [13, 16, 18, 26], "carrington": 42, "carter": 42, "casati": 16, "case": [5, 10, 11, 13, 17, 21, 22, 24, 26, 27, 28, 30, 38, 39], "cash": 5, "casson": 42, "cat": 18, "caus": [26, 30], "caution": 30, "cb10": [3, 10, 11, 42], "cb18": [3, 11, 42], "cbb16": [3, 4, 9, 11, 42], "cbs20": [3, 42], "cc": 13, "ccw": [30, 32], "cd": [0, 8], "cdot": [22, 26], "cece": 13, "cell": [13, 28, 42], "center": [5, 13, 22, 24], "central": [28, 29], "centrifug": [21, 26, 42], "centroid": [30, 32], "cer": 28, "certain": 13, "cg": 38, "cgyro": [0, 4, 8, 9, 10, 11, 17, 18, 20, 21, 26, 27, 30, 33, 34, 39, 42], "cgyro_plot": 8, "ch": 24, "chain": 34, "challeng": 25, "chang": [5, 9, 19, 22, 24, 29, 30, 39], "character": [3, 11, 13, 42], "characterist": 28, "charg": [5, 6, 18, 19, 22, 23, 24, 30, 32], "chassi": 13, "check": [13, 22, 41], "chen": 42, "chi": [10, 29], "chi_": 16, "chi_e": [16, 29], "chi_i": 16, "choic": [5, 22, 30, 39], "choos": [5, 7], "chowdhuri": [28, 42], "chri": 28, "chw": [9, 42], "circa": [11, 17, 25], "circl": [10, 16], "circul": 13, "circular": [10, 29], "circumst": 26, "citat": [9, 29, 42], "cj": 24, "claim": [13, 19], "clarifi": [13, 16, 26], "classic": [5, 11, 17], "clean": 0, "clear": [13, 25], "clebsch": 10, "clock": 27, "clockwis": [5, 10, 22], "clone": [0, 9], "close": [5, 8, 13, 16, 38], "closur": [30, 32], "cluster": 13, "cm": [34, 38], "cmat": 5, "co": [10, 13, 24], "coars": [13, 39], "code": [4, 11, 16, 19, 21, 22, 24, 25, 26, 27, 29, 33, 39, 41, 42], "coeffici": [7, 13, 22, 23, 24, 26, 30], "cohen": 42, "col": [24, 34], "collabor": 28, "collect": 17, "collis": [3, 4, 5, 13, 21, 22, 23, 24, 28, 30, 32, 42], "collision": [3, 5, 11, 13, 21, 24, 28, 34, 39, 42], "collision_ene_diffus": 6, "collision_ene_restor": 6, "collision_field_model": 6, "collision_kperp": 6, "collision_model": [6, 17, 23], "collision_mom_restor": 6, "collision_precision_mod": 6, "collisionless": 5, "colloc": 22, "colorado": 16, "column": [18, 31], "com": [0, 9, 19, 41], "combin": [13, 24, 26], "command": [0, 2, 18], "comment": [5, 14, 17, 18, 22, 23, 28, 30, 31, 39], "commment": [5, 22], "commod": 13, "common": [27, 28, 30, 32], "commonli": 13, "commun": [3, 5, 6, 11, 13, 16, 42], "compar": [13, 16, 28, 29, 33, 39, 42], "comparison": [13, 28, 42], "compars": 16, "compens": 29, "compfluid": 42, "compil": [0, 2, 9, 13, 19], "complement": [3, 11, 21], "complementari": 16, "complet": [0, 3, 11, 16, 21, 26, 27, 28], "complex": 26, "complic": 3, "compon": [6, 24, 38], "comprehens": [13, 34, 42], "compression": [30, 32], "comput": [5, 10, 16, 17, 22, 30, 32, 39, 42], "concentr": 16, "concept": 17, "conceptu": 25, "conclus": 13, "condit": [3, 9, 11, 13, 16, 19, 22, 38], "conduct": [16, 18], "conf": 42, "confer": [13, 42], "configur": [8, 10], "confin": [28, 29, 42], "confirm": 13, "confront": 13, "connect": [13, 17, 18, 19, 33, 38, 39], "connor": [5, 22], "consequ": 42, "conserv": [5, 6, 13], "consid": 13, "consider": 17, "consist": [5, 6, 13, 17, 24, 39, 42], "constant": [5, 22, 26], "construct": 10, "consult": 10, "contact": 16, "contain": [7, 13, 16, 18, 21, 24, 26], "context": 13, "continu": [13, 39], "continuum": 28, "contour": 10, "contract": 19, "contrast": [16, 29, 42], "contribut": [13, 30, 32], "control": [4, 5, 13, 16, 39, 42], "convect": [16, 18, 24], "conveni": [18, 38], "convent": 10, "converg": [5, 13, 28, 38, 42], "coordin": [3, 5, 7, 17, 22], "copi": [0, 5, 9, 19], "copyright": [9, 19], "core": [3, 8, 11, 13, 27, 28, 29, 42], "cori": 41, "corioli": [13, 26], "correct": 13, "correl": [13, 16], "correspond": [5, 10, 16, 21, 22, 39], "corrug": [13, 42], "cosin": [22, 24], "cost": 5, "could": [8, 13], "count": 8, "counter": [5, 10, 22], "counterclockwis": 10, "coupl": [13, 21, 22, 30, 38, 42], "courant": 13, "courtesi": [3, 12], "cover": [3, 11, 16, 30], "cowlei": 42, "cpc": [13, 42], "cpu": [5, 17], "crai": [13, 42], "creat": [0, 13, 25], "crictic": 13, "critic": 26, "cross": [17, 21, 31, 32, 42], "crucial": [13, 16], "csb": [3, 42], "cum": 42, "curiou": 38, "current": [5, 6, 13, 18, 22, 23, 24, 28, 42], "curv": [13, 16], "curvatur": [26, 30, 32, 42], "custom": 41, "cut": [3, 11], "cutoff": [30, 32], "cw03a": [3, 11, 13, 42], "cw03b": [3, 9, 11, 13, 16, 42], "cw06": [13, 42], "cwc": [28, 42], "cwd04": [3, 11, 13, 16, 42], "cwfh07a": [13, 42], "cwfh07b": [13, 42], "cwpc06": [13, 42], "cwr04": [13, 42], "cyclon": 13, "cyclotron": 16, "cylindr": 10, "d": [3, 5, 10, 13, 17, 18, 20, 21, 22, 24, 26, 29, 30, 32, 34, 42], "dai": 41, "damag": 19, "damp": 13, "dannert": 42, "dash": 16, "data": [5, 6, 10, 13, 17, 18, 22, 24, 25, 28, 39], "databas": [3, 11, 13, 29], "dataset": 18, "date": [0, 13, 25, 28, 41], "dcd": [29, 30, 42], "deal": [19, 38], "deby": [6, 17, 32], "debye_factor": [17, 32], "decad": [3, 13], "decid": 25, "decoupl": [13, 39, 40], "decreas": [4, 5, 16], "decyk": 42, "dedic": 27, "deduc": 26, "default": [4, 5, 6, 14, 15, 22, 23, 30, 32, 39, 40], "defin": [5, 10, 21, 22, 24, 26, 30, 32, 33, 38], "defind": 30, "definit": [4, 5, 10, 14, 18, 22, 23, 26, 30, 32, 34, 39], "deform": 10, "delai": 13, "delta": [4, 6, 7, 10, 13, 14, 16, 17, 18, 23, 28, 30, 31, 32, 38, 39, 42], "delta_": [22, 38], "delta_loc": [17, 32], "delta_t": [4, 6], "delta_t_method": [4, 6], "demand": 5, "demonstr": [13, 16, 29], "den": [5, 22], "denot": [13, 26, 38], "dens_": [6, 17, 23], "dens_1": [5, 22], "dens_2": 22, "dens_3": 22, "densiti": [3, 5, 6, 13, 16, 17, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "density_spectrum": [17, 32], "depart": 9, "departur": 13, "depend": [5, 13, 22, 26, 31, 32, 38, 42], "deprec": 32, "depress": 13, "depric": 30, "depth": 5, "deriv": [5, 22, 26, 38], "describ": [13, 17, 26, 38], "descript": [6, 7, 13, 15, 17, 18, 21, 23, 26, 31, 32, 33, 40], "design": [3, 16, 17, 28, 33], "desir": [5, 38], "desktop": 17, "detail": [0, 13, 16, 17, 22, 26, 28, 34, 38, 39], "determin": [5, 22, 23, 38], "dettrick": 42, "deuterium": [3, 5, 21, 22, 24], "dev": 1, "develop": [2, 3, 9, 11, 13, 17, 21, 29, 39], "deviat": [13, 21, 28], "devic": 29, "dh93": [13, 42], "dh95": [16, 42], "diagnos": 13, "diagnost": [8, 13, 22, 28, 41, 42], "diagon": [5, 16, 38], "diamagnet": [16, 22, 24, 26], "dickinson": 42, "did": 13, "differ": [22, 24, 28, 30, 31, 32, 34, 38, 39], "differenti": 13, "difficulti": [13, 16], "diffus": [5, 6, 13, 16], "diii": [5, 10, 13, 17, 20, 22, 29, 42], "dimens": [7, 22], "dimension": [13, 24], "dimensionless": [5, 18, 24, 25, 38, 39], "dimit": [13, 42], "dir": 39, "direct": [5, 13, 16, 22, 28, 30, 32, 42], "directli": [7, 22, 38], "directori": 0, "dirichlet": 13, "disabl": 5, "discharg": [13, 16, 28, 29, 42], "disclaim": [9, 19], "discontinu": [13, 42], "discover": 13, "discoveri": 13, "discret": [5, 13, 17, 28, 42], "discuss": [5, 16, 26], "dishcharg": 28, "dispar": 42, "displaystyl": [4, 5, 18, 24, 26, 38, 39], "dissimilar": 13, "dissip": [5, 13, 42], "distanc": 5, "distinct": [13, 38], "distinguish": 30, "distribut": [5, 6, 9, 13, 16, 17, 24], "divid": [5, 10], "divisor": 5, "djkr00": [13, 42], "dke": [22, 23, 24], "dlnndr": [5, 22], "dlnndr_": [6, 17, 23], "dlnndr_1": 22, "dlnndr_2": 22, "dlnndr_3": 22, "dlnndre": 22, "dlnndre_ad": [17, 23], "dlntdr": [5, 22], "dlntdr_": [6, 17, 23], "dlntdr_1": 22, "dlntdr_2": 22, "dlntdr_3": 22, "dlntdr_para_": [17, 23], "dlntdr_para_1": 22, "dlntdr_para_2": 22, "dlntdr_para_3": 22, "dlntdr_perp_": [17, 23], "dlntdr_perp_1": 22, "dlntdr_perp_2": 22, "dlntdr_perp_3": 22, "dlntdre": 22, "dlntdre_ad": [17, 23], "dn": 34, "dn_": [30, 32], "do": [13, 19, 39], "document": [13, 19, 28], "doe": [4, 9, 13, 16, 22, 30, 39], "doi": 42, "domain": [6, 7, 13, 22], "domin": [3, 11, 13, 30], "done": [16, 22, 28], "dong": [16, 42], "dopper": 6, "doppler": [6, 30, 32], "dorland": [13, 42], "dot": 16, "doteq": [4, 5, 22, 26, 38], "down": [6, 10, 16, 18, 21, 24, 28], "download": [2, 17, 28], "dp": 5, "dphi0dr": [17, 23], "dr": [5, 10, 22, 24, 26, 30, 32, 34], "draft": [9, 19], "drain": 13, "drastic": 5, "draw": 13, "drift": [13, 21, 22, 23, 26, 28, 30, 32, 42], "driftwav": [30, 32], "drive": 13, "driven": [18, 26, 42], "drmajdx_loc": [17, 32], "drmindx_loc": [17, 32], "dt": 39, "dt_": [30, 32], "du": 42, "dud": 42, "dud22": [29, 30, 42], "due": [5, 13, 16, 22, 26, 28, 29, 30, 42], "dunigan": 42, "dure": [5, 13], "dux": 42, "dv": 34, "dwbc96": [13, 42], "dx": 38, "dynam": [13, 21, 37, 39, 42], "dynamo": 13, "dz": 39, "dzmag": [6, 10], "dzmajdx_loc": [17, 32], "e": [4, 5, 6, 7, 8, 13, 14, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 38, 42], "e0": 31, "e19": 24, "e_": [22, 24], "e_a": [5, 7], "e_max": 6, "e_r": [18, 22, 23, 26], "each": [0, 22, 24, 30, 31, 32, 39], "earli": [13, 42], "earliest": 13, "easiest": 8, "edg": [3, 11, 28], "edit": 0, "edlund": 42, "ee": 5, "eff": [5, 16, 18], "effect": [4, 5, 16, 17, 18, 22, 24, 26, 28, 29, 30, 32, 39, 42], "effici": [13, 39], "effort": [3, 13], "efit": [25, 28], "egrid": 7, "ei": [5, 30, 32, 37], "eigenmod": [29, 30, 32], "eigenvalu": [5, 30, 31, 32, 42], "eigenvalue_spectrum": [17, 32], "eikon": [30, 32], "either": [13, 27], "electon": 13, "electr": [5, 22, 23, 24, 26, 39, 40, 42], "electrion": 28, "electromagnet": [3, 6, 11, 13, 28, 29, 39, 42], "electron": [3, 5, 6, 11, 13, 18, 22, 23, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "electrostat": [13, 24, 26, 28, 30], "element": [5, 22, 34], "elev": [5, 6, 10, 18, 22, 23, 30, 32], "elimin": 39, "elit": [30, 32], "ell": 10, "elong": [5, 6, 10, 18, 22, 23, 29, 30, 32], "elsewher": 8, "em": 28, "email": [9, 19, 41], "emcw05": [11, 13, 16, 42], "emcw06a": [13, 16, 42], "emcw06b": [13, 42], "emf": 13, "emili": 3, "emiss": 16, "emphas": [13, 26, 38], "emploi": 38, "enabl": [5, 6], "encount": 16, "encourag": [7, 28], "end": [4, 13, 24, 26, 37, 38], "energet": [13, 39], "energi": [5, 6, 7, 9, 13, 16, 17, 18, 22, 24, 29, 31, 32, 33, 38, 39, 42], "energy_grid": 28, "enforc": [4, 5, 6, 13, 30, 38, 39], "enhanc": [26, 42], "enorm": 13, "enough": 30, "ensembl": 33, "ensur": [9, 19, 28], "enter": [0, 22], "entir": [0, 18], "entri": 24, "entropi": [13, 42], "env": [0, 27], "environ": [13, 17, 41], "envis": 38, "epar0": [17, 23], "epar0_spitz": [17, 23], "eq": 38, "equal": [13, 22, 23, 26, 30, 32, 39], "equat": [3, 4, 7, 11, 13, 17, 21, 22, 24, 26, 29, 38, 39, 42], "equilibria": [17, 18], "equilibrium": [5, 7, 10, 13, 16, 18, 22, 24, 25, 26, 28, 29], "equilibrium_model": [6, 10, 17, 23], "equival": [5, 10, 13], "era": 11, "erg": [34, 38], "error": [4, 5, 6, 7, 13, 16, 28, 38, 39], "error_tol": [4, 6], "esl": 21, "esoter": 13, "especi": 29, "essenti": 16, "establish": [8, 13, 25], "estim": 5, "estrada": [16, 42], "et": [24, 28], "eta": 39, "eta_": 38, "etc": [13, 39, 41], "etg": [13, 16, 29, 30, 32], "etg_factor": [17, 32], "ethes": 42, "ethier": 42, "eulearian": 28, "eulerian": [3, 21, 42], "eurofus": 42, "european": 16, "evalu": [38, 42], "even": [5, 13, 38], "event": 19, "eventu": 13, "everi": [5, 18, 39], "evid": 16, "evolut": [5, 9, 28, 38, 39, 40, 42], "evolv": [5, 6, 13, 38, 39, 40], "exact": [38, 39], "exactli": [0, 22], "exam": 28, "examin": [13, 28], "exampl": [0, 10, 13, 26, 39], "exb": [23, 29, 30, 32], "exch": 39, "exchang": [18, 31, 32, 34, 37, 39, 42], "exclud": [30, 32], "exec": 0, "execut": 8, "exercis": 16, "exist": 0, "exp": 38, "expans": 22, "expect": [10, 13], "expens": 38, "experi": [13, 16, 26, 39, 42], "experiment": [5, 10, 13, 16, 17, 18, 21, 22, 23, 25], "explanatori": [30, 32], "explicit": [4, 5, 13, 38], "explor": 13, "expon": [30, 32], "export": [0, 27], "express": [19, 26], "extens": 21, "extra": [17, 28], "extrem": 16, "extrema": 10, "f": [13, 28, 34, 39, 42], "f_": [24, 26], "f_c": 16, "f_i": 26, "f_p": 39, "fabl": 42, "fact": 13, "factor": [5, 6, 10, 13, 16, 18, 22, 23, 24, 30, 31, 32, 42], "fahei": [13, 42], "failur": 13, "faith": 34, "fals": [13, 30, 32], "faq": 3, "fast": [18, 39, 42], "faster": 5, "fastest": 5, "fc04": [13, 42], "featur": [13, 23, 38], "februari": [16, 41], "feedback": 13, "few": [8, 13, 39], "fftw": [1, 2], "field": [4, 5, 8, 16, 17, 22, 23, 24, 26, 30, 31, 32, 39, 40, 42], "field_print_flag": [6, 7], "field_spectrum": [17, 32], "fig": 16, "figur": [10, 12, 16, 28], "file": [5, 8, 10, 17, 19, 21, 22, 28, 29, 33, 39, 41], "filenam": [7, 24, 32], "filesystem": 13, "fill": 23, "filter": [17, 32], "final": [25, 26, 39], "find": [0, 8, 16, 29, 30, 32, 39], "find_width": [17, 32], "fine": 13, "finit": [5, 13, 14, 22, 28, 29, 38, 39], "fior": 42, "first": [3, 5, 8, 11, 13, 17, 18, 21, 22, 24, 28, 29, 39, 42], "fit": [19, 29], "fix": [4, 5, 13, 24, 38, 39, 41], "flag": [5, 8, 22, 39], "flexibl": 38, "flow": [5, 6, 13, 16, 22, 24, 26, 30, 42], "flr": 6, "fluct": 41, "fluctuat": [5, 13, 16, 26, 28, 29, 30, 31, 32, 39, 42], "fluid": [24, 29, 42], "flutter": 30, "flux": [5, 6, 7, 13, 16, 17, 18, 21, 22, 24, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42], "focus": [3, 13, 29], "fokker": [21, 22, 26, 42], "folder": 0, "follow": [0, 5, 9, 13, 16, 19, 21, 24, 26, 27, 38], "forc": 17, "forgotten": 11, "form": [10, 13, 21, 22, 26, 34, 38], "formal": [13, 17], "format": [5, 13, 17, 24, 25, 26, 28, 42], "formul": [3, 11, 17, 26], "formula": [26, 39, 40], "fortran": [0, 1, 2], "forward": 38, "found": [0, 9, 13, 16, 28, 29, 38], "foundat": [13, 34], "fourier": [5, 22, 23, 24, 30, 32], "fp": 22, "frac": [4, 5, 7, 10, 13, 18, 22, 24, 26, 30, 31, 32, 34, 38, 39], "fraction": [13, 26, 30, 32], "francisco": 42, "frankli": 38, "free": [9, 13, 19, 26], "freq": [7, 31], "freq_tol": 6, "frequenc": [5, 6, 7, 16, 18, 22, 23, 24, 26, 30, 32], "frequent": 17, "fridai": 41, "friend": 41, "from": [0, 3, 5, 10, 11, 16, 17, 19, 21, 22, 24, 25, 26, 28, 29, 30, 32, 39], "ft_model_sa": [17, 32], "fu": [16, 37, 42], "full": [0, 5, 16, 21, 22, 26, 42], "fulli": 13, "function": [5, 13, 16, 22, 24, 26, 30, 32, 38], "fund": 9, "fundament": 4, "furnish": 19, "furth": 42, "further": 10, "fusion": [3, 9, 11, 13, 18, 19, 27, 41, 42], "futur": [13, 17, 28, 42], "g": [3, 8, 10, 18, 21, 22, 24, 42], "g_": 24, "ga": [13, 17], "gacod": [0, 3, 4, 5, 9, 10, 21, 25, 26, 27, 28, 33, 34, 39, 40, 41], "gacode_platform": [0, 27], "gacode_qsub": [8, 27], "gacode_root": [0, 27], "gacode_setup": [0, 27], "gafus": 0, "galleri": [11, 17], "gam": 13, "gamma": [22, 30, 31], "gamma_": [6, 7, 24, 26, 32, 39, 41], "gamma_1": 32, "gamma_2": 32, "gamma_a": [7, 34], "gamma_e_scal": 6, "gamma_p": [6, 26, 41], "gamma_p_scal": 6, "gamot": 42, "gap": 13, "gat": [9, 19, 41], "gauss": [30, 32], "gaussian": 30, "gb": [7, 24, 32, 38], "gcc": 2, "gcc13": 2, "gchat": [17, 32], "ge": 28, "gem": [16, 28], "gene": [16, 28], "gener": [3, 5, 8, 10, 12, 13, 18, 21, 22, 26, 28, 29, 30, 34, 38, 39, 41, 42], "geo": [7, 22, 28, 41], "geo_ni": [17, 23], "geo_yin": [17, 23], "geometr": [22, 30], "geometri": [3, 16, 22, 24, 25, 28, 29, 30, 31, 42], "geometry_flag": [17, 32], "georg": 42, "geqdsk": 28, "get": [9, 21, 30], "gfile": 25, "gflux_print_flag": 6, "gfortran": [0, 1], "ghat": [17, 32], "git": 0, "github": [0, 3, 9, 17], "give": [4, 10, 13, 26, 27, 31, 33], "given": [4, 5, 13, 22, 26, 38, 39], "gk": [3, 6, 7, 11, 13, 29, 30], "gkw": 17, "glf23": [13, 29], "global": [3, 5, 11, 22, 27, 28, 39, 42], "goal": [13, 38], "good": [13, 16, 39], "gpu": [5, 6, 17], "gpu_bigmem_flag": 6, "grad": [10, 22], "grad_r0": 30, "gradb": [30, 32], "gradb_factor": [17, 32], "gradient": [3, 5, 6, 11, 13, 22, 23, 24, 26, 29, 30, 32, 38, 39, 40, 42], "graduat": 13, "grain": 13, "grant": 19, "greater": 4, "greatli": [3, 11], "green": 16, "greenwald": 42, "grid": [5, 7, 13, 17, 18, 22, 30, 39], "gridpoint": [5, 6, 13, 18, 22, 23, 24, 38], "grierson": 42, "groebner": 42, "group": [13, 16, 17, 19, 28, 42], "grow": 13, "grown": 13, "growth": [13, 16, 28, 30, 32], "growthrat": [30, 32], "gs2": [13, 16, 28], "gss": [29, 42], "gstotal": 13, "gtc": 16, "guid": [5, 10, 42], "gv": 24, "gwt": [28, 42], "gyro": [3, 5, 9, 10, 13, 17, 21, 25, 26, 29, 30, 31, 32, 33, 39, 42], "gyroaverag": [3, 13], "gyrobohm": [7, 30, 32, 38, 39, 42], "gyrofluid": [13, 28, 42], "gyrokinet": [3, 4, 9, 11, 17, 21, 25, 26, 28, 29, 42], "gyroradii": 13, "gyroradiu": [4, 7, 13, 30, 32], "gyrovisc": 24, "gyroviscos": 24, "g\u00f6rler": [28, 42], "h": [13, 24, 28, 29, 42], "h_print_flag": 6, "ha": [3, 11, 13, 16, 21, 27, 28, 29, 30, 31, 32, 38, 39], "had": 13, "hahm": 42, "half": [7, 13], "hallatschek": 42, "hammett": [13, 42], "hamper": 13, "hand": [5, 10, 13, 22], "handl": 25, "hardwar": [5, 13], "harmon": [5, 10], "harri": 42, "hat": [18, 22, 24, 38], "have": [3, 10, 11, 16, 26, 28, 29, 38, 39], "hazeltin": 24, "hazltin": 24, "hbc": [13, 42], "hcw": [13, 42], "he": 42, "he4": 39, "heat": [13, 16, 24, 34, 39, 42], "heavi": 26, "hein": 42, "helium": [13, 39, 42], "help": [0, 16], "henc": 26, "here": [4, 5, 10, 13, 18, 21, 26, 28, 38], "herebi": 19, "hermit": [30, 32], "heurist": 42, "hh": 24, "hhw": [3, 11, 42], "hidden": 30, "hierarchi": 41, "high": [4, 5, 21, 29, 30, 32, 39, 42], "higher": [13, 22, 23, 26, 39], "highli": [3, 13, 42], "hinton": [13, 17, 22, 24, 26, 42], "hirshman": [22, 24, 39], "histor": [10, 13], "histori": [11, 17], "hoc": [3, 11, 22], "hol16": [28, 42], "hold": [13, 26, 39], "holder": 19, "holland": [13, 16, 28, 42], "home": 0, "homogen": 42, "horton": [24, 42], "host": 7, "hostnam": 7, "houlberg": 24, "how": [4, 5, 18, 22, 39], "howard": [3, 42], "howev": [9, 10, 13, 16, 19], "hpc": [13, 17, 41], "hr": 24, "http": [0, 2, 42], "hu": 42, "huck": 42, "human": 7, "hw06": [13, 42], "hw85": [26, 42], "hwc04": [13, 42], "hwm": [28, 42], "hybrid": 42, "hybridtest": 0, "hypothesi": 13, "i": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 41, 42], "i0": 26, "i1": 26, "i_": [30, 32], "iaea": 42, "ibm": 13, "ibranch": [17, 32], "idea": 25, "ident": 13, "identifi": 13, "identit": 28, "idiosyncrat": 11, "ie": 24, "ieee": 42, "iflux": [17, 32], "ignor": [13, 18, 22, 26, 30, 32, 38], "igor": [3, 41], "iii": 42, "imag": [11, 16, 17, 42], "imex": 13, "immedi": 30, "impact": 42, "implement": [13, 16, 26, 28, 42], "impli": 19, "implic": [41, 42], "implicit": [4, 13, 38], "import": [0, 3, 13, 26, 29, 30, 38], "impos": [13, 16], "improv": [13, 25, 29, 30], "impur": [13, 26, 39, 42], "inc": 0, "includ": [5, 9, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 28, 30, 32, 38, 42], "inclus": [5, 26, 28], "incorpor": 16, "incorrect": 16, "increas": [5, 10, 13, 16, 26, 29, 39], "increasingli": [3, 11], "inde": 13, "independ": [5, 13, 22, 26, 33, 38, 39], "index": [7, 22, 31], "indic": 13, "individu": 28, "induc": [5, 13, 22, 26], "induct": [22, 23], "infer": [5, 10, 13, 22], "infinit": 29, "influenc": [26, 38], "info": [4, 5, 7], "inform": [3, 7, 10, 11, 18, 24, 27], "initi": [5, 6, 9, 13, 14, 15, 16, 25, 28, 39, 40, 42], "inject": 26, "inner": 5, "input": [4, 7, 8, 10, 11, 17, 24, 25, 28, 29, 31, 41], "insid": 5, "insofar": 21, "instabl": [13, 30, 32, 42], "instal": [0, 1, 2, 17], "instanc": [26, 33, 39], "instead": [22, 33, 38], "instruct": 27, "instrument": 16, "int": 34, "int_": 22, "int_0": [34, 38], "int_r": 38, "integ": [5, 22, 23], "integr": [3, 4, 5, 6, 13, 22, 33, 38, 39], "intens": [5, 16, 29, 31, 32, 42], "intensity_spectrum": [17, 32], "interact": 8, "intercod": 16, "interconnect": 13, "interest": [11, 28, 38], "interestingli": 13, "interfac": [3, 7, 17, 21, 22, 32], "intern": [5, 6, 22, 42], "interpol": 24, "interpret": 24, "interprocess": 42, "interv": 6, "intev": 16, "introduc": 38, "invari": 4, "invent": 13, "investig": [13, 28], "invit": 42, "inward": [30, 32], "ion": [5, 6, 7, 13, 16, 18, 22, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "ip": [5, 22], "ipccw": [6, 10, 17, 23], "ipm": 13, "irreduc": [30, 32], "isotop": 42, "isotrop": 22, "isotropi": 13, "issu": [0, 9, 13, 19, 28], "itb": 13, "iter": [38, 39, 42], "iterdb": 28, "iterdb2gyro": 25, "iterdb_read": 25, "itg": [13, 16, 29, 30], "itpa": 28, "its": [3, 5, 13, 16, 22, 29, 33], "ix": 24, "j": [12, 16, 24, 28, 38, 42], "j_": 24, "j_r": 34, "jacobian": [17, 34, 39, 40], "jan": 17, "jb": [18, 21], "jbstor": 18, "jcp": 42, "jeff": 3, "jenko": 42, "jet": [13, 29], "jift": 41, "jj": 38, "jnb": 18, "job": [8, 25, 27, 33, 39], "journal": 13, "jr": 42, "jrf": 18, "jt60": 13, "juli": 16, "june": [16, 42], "justifi": 26, "k": [22, 24, 29, 30, 32, 42], "k_": [5, 16, 24, 30, 32], "k_a": 26, "k_per": [30, 32], "k_r": 16, "k_x": [5, 6, 7, 31, 32], "k_y": [4, 5, 6, 7, 31, 32], "kaiser": 42, "kappa": [6, 10, 17, 18, 23, 30, 32], "kappa_loc": [17, 32], "karp": 5, "kay": 42, "kb": 29, "keep": 0, "kei": [3, 4, 13, 16, 17, 38], "kept": 5, "kerbel": 42, "kernel": [3, 7], "kev": [4, 18, 24], "kg": [21, 22, 24], "kh94": [13, 42], "kiefer": 42, "kim": 42, "kind": 19, "kinet": [3, 5, 11, 13, 21, 22, 23, 24, 28, 29, 39, 42], "kinsei": 42, "kishimoto": 42, "kkh": [13, 42], "knolker": 42, "know": 10, "known": [13, 26], "knoxvil": 42, "koh": 24, "kojak": 13, "kone": 42, "kot88": [13, 42], "kotschenreuth": [13, 42], "kramer": 42, "kro99": [13, 42], "kromm": [13, 42], "krt95": [13, 42], "ksw08": [29, 42], "kutta": 13, "kwc05": [3, 11, 13, 42], "kwc06": [3, 11, 13, 42], "kwc07": [3, 11, 13, 42], "kx": [31, 32], "kx0": [30, 32], "kx0_loc": [17, 32], "kx_e": [31, 32], "kx_phi": 41, "kxky_apar": [5, 7], "kxky_bpar": [5, 7], "kxky_e": 7, "kxky_n": 7, "kxky_phi": [5, 7], "kxky_v": 7, "ky": [4, 6, 17, 32], "ky_cflux": 7, "ky_flux": [7, 41], "ky_phi": 41, "kygrid_model": [17, 32], "kymin": 30, "l": [5, 13, 16, 17, 20, 22, 29, 42], "l11": 22, "l12": 22, "l21": 22, "l22": 22, "l25": 42, "l_": 24, "l_0": 5, "l_m": 22, "l_t": 16, "l_x": [5, 39], "label": 18, "lack": 29, "laguerr": [5, 22, 24], "lambda": [5, 22], "lambda_": 24, "lambda_deby": 6, "lambda_debye_scal": 6, "landau": [13, 29, 42], "landmark": 13, "langl": [26, 34], "languag": 13, "laptop": 17, "larg": [3, 4, 5, 8, 11, 13, 16, 22, 26, 30, 32, 39, 42], "larger": [3, 5, 11, 13, 16, 29], "larmor": [13, 16, 22, 23, 24, 29], "last": [0, 26, 30, 32, 39], "later": [13, 16], "latter": [13, 16], "law": 42, "layer": [3, 11, 13], "layout": [13, 27], "lcf": 5, "ldot": [5, 13, 24, 26], "le": [5, 16, 22], "le3": 22, "lead": 26, "leav": [5, 26], "leboeuf": 42, "lebrun": 42, "led": 25, "lee": 42, "left": [4, 5, 10, 22, 23, 24, 26, 34, 37, 38, 39], "legaci": [4, 11], "legend": 17, "legendr": [5, 22, 24], "leht02": [13, 42], "length": [3, 5, 6, 13, 21, 22, 24, 30, 32, 39, 40], "less": [5, 13, 39], "lett": [16, 42], "letter": [9, 19], "level": [0, 16, 28, 39], "li": 42, "liabil": 19, "liabl": 19, "libfftw3": 1, "libmpich": 1, "librari": 1, "licens": 17, "like": [3, 8, 10, 11, 13, 16, 18], "limit": [19, 21, 22, 24, 26, 30, 31, 32, 42], "lin": [16, 42], "line": [0, 2, 13, 16, 18, 23, 27, 41], "linear": [5, 8, 13, 14, 16, 21, 22, 28, 29, 30, 41, 42], "link": [0, 17, 28, 41], "linsker": [30, 32], "linsker_factor": [17, 32], "linux": 0, "list": [3, 8, 9, 11, 17, 19, 21, 28, 29, 33], "littl": [13, 29, 38], "ll": [21, 26], "llnl": 16, "ln": [5, 16, 22, 24, 26], "loc": [37, 39], "loc_betae_scal": [17, 40], "loc_dx": [17, 40], "loc_dx_max": [17, 40], "loc_er_feedback_flag": [17, 40], "loc_evolve_grad_only_flag": [17, 40], "loc_he_feedback_flag": 17, "loc_iteration_method": 39, "loc_lock_profile_flag": [17, 40], "loc_rad": [4, 41], "loc_relax": [17, 40], "loc_residual_method": [17, 40], "loc_restart_flag": [17, 40], "loc_scenario": [17, 40], "loc_te_feedback_flag": [17, 40], "loc_ti_feedback_flag": [17, 40], "local": [5, 10, 17, 21, 22, 23, 24, 28, 38, 39, 42], "locat": [13, 16], "locpargen": 4, "log": 5, "logarithm": [23, 30], "logic": 27, "long": [5, 13, 26], "longrightarrow": 26, "look": [10, 18], "loop": 5, "lorentz": [5, 26], "loss": [5, 13, 26, 42], "lost": 13, "low": [3, 5, 11, 13, 16, 25, 29, 30, 32], "lower": [5, 13, 22], "lowest": [5, 22, 30], "lpe": [13, 42], "luda": 42, "lvert": [16, 30, 32], "m": [5, 18, 24, 26, 28, 42], "m2": 0, "m_": [3, 5, 21, 22, 24, 30, 32], "m_a": 34, "m_d": [4, 5, 7, 22, 24], "m_e": 5, "m_i": 26, "m_theta": 24, "ma": 18, "mac": 0, "mach": [6, 26, 30, 32], "mach_scal": 6, "machin": 0, "macport": 2, "made": [9, 13, 19, 21, 30, 32], "magnet": [4, 5, 6, 13, 16, 17, 22, 23, 24, 28, 30, 32, 42], "magnitud": [16, 22], "mahinthakumar": 42, "mai": [16, 26, 28, 42], "main": [5, 25, 26, 32, 39], "maintain": [13, 17, 27], "maj": [30, 32], "major": [5, 6, 10, 13, 18, 22, 23, 24, 30, 32], "make": [0, 5, 9, 13, 19, 38, 39], "makefil": 0, "malonei": 42, "manag": [8, 13, 33, 39, 40], "mani": [11, 13], "manner": 13, "manual": 13, "mar": 28, "margin": [13, 16], "marinoni": 42, "mark": 13, "mass": [3, 5, 6, 13, 21, 22, 23, 24, 26, 30, 32], "mass_": [6, 17, 23], "mass_1": [5, 17, 22, 32], "mass_2": [5, 22], "mass_3": [5, 22], "match": [4, 13, 28, 39, 42], "math": 22, "mathbf": [5, 10, 13, 14, 16, 22, 26, 30], "mathrm": [3, 5, 10, 13, 16, 24, 34, 37, 39], "mathtt": [4, 24, 37], "matric": 38, "matrix": [26, 38], "max": [5, 23, 39], "max_": 10, "max_tim": 6, "maxim": [5, 30, 32], "maximum": [5, 6, 13, 22, 30, 32, 39, 40], "maxwel": 42, "maxwellian": [5, 16, 21, 22, 24, 30], "mbox": 38, "mcclenaghan": 42, "mckee": 42, "md": [30, 32], "me": [30, 32], "mean": [10, 13, 22, 26, 42], "meaning": 24, "measur": [5, 13, 16, 22, 26, 28, 30, 32, 38, 42], "mechan": 30, "meet": 13, "memori": [5, 6, 7, 13], "merchant": 19, "mesh": [5, 7, 33], "meshpoint": 5, "method": [3, 4, 13, 16, 17, 29, 30, 32, 38, 39, 42], "metric": [28, 42], "mhd": [13, 30], "microst": [28, 42], "microturbul": 42, "mid": 13, "midplan": [4, 5, 22, 24, 30, 32], "mikkelsen": 42, "mila": [16, 42], "miller": [5, 22, 28, 29, 30], "milovich": 42, "min": [13, 23, 27], "min_": 10, "mine": 0, "minim": [33, 38, 39], "minimium": 5, "minimum": [5, 30, 32, 42], "minor": [3, 4, 5, 6, 10, 13, 18, 21, 22, 23, 24, 30, 32], "mint": 0, "miscellan": 17, "misunderstand": 13, "mit": [3, 13], "mix": 30, "mod": [13, 24, 42], "mode": [5, 6, 7, 8, 13, 14, 16, 17, 20, 21, 22, 23, 24, 29, 30, 31, 32, 39, 40, 42], "model": [3, 5, 6, 9, 10, 11, 13, 16, 22, 24, 26, 28, 30, 31, 32, 33, 39, 42], "modest": 13, "modif": [9, 19], "modifi": [3, 4, 5, 8, 11, 19, 24, 38], "modul": [21, 22], "modular": 13, "moment": [5, 6, 10, 22, 26, 29, 30], "moment_print_flag": [6, 7], "momentum": [5, 6, 7, 10, 13, 17, 18, 24, 32, 42], "monitor": 41, "monolith": [21, 24], "monomi": 22, "monoton": 13, "moor": 42, "more": [0, 3, 11, 13, 18, 22, 28, 29, 30, 38, 39], "moreov": [13, 16], "morph": 25, "most": [0, 5, 13, 16, 26, 28, 30, 32, 33, 34], "mostli": 13, "motiv": [3, 11, 13, 16, 25], "move": [3, 10, 11, 13], "mp": 2, "mpi": [0, 2, 5, 7, 8, 27], "mpich": [1, 2], "mst1": 42, "much": [13, 22], "multi": [11, 13, 16, 21, 39, 42], "multipl": [3, 5, 13, 24, 28, 33, 38], "multipli": [5, 30, 32], "multiscal": [3, 42], "multistream": 13, "must": [0, 5, 10, 13, 22, 38], "mw": 18, "mxh": [10, 18], "mxh3": 10, "mynick": 42, "n": [0, 4, 5, 6, 8, 10, 14, 15, 16, 17, 18, 24, 27, 31, 32, 34, 39, 42], "n_": [5, 21, 22, 24, 30, 31, 32], "n_0": 16, "n_a": [5, 7, 22, 26, 34], "n_c": 16, "n_e": [3, 5, 7, 16, 18, 24, 38], "n_energi": [6, 17, 23, 41], "n_evolv": 39, "n_field": 6, "n_global": 6, "n_mpi": 39, "n_r": 22, "n_radial": [6, 17, 23, 24], "n_speci": [6, 17, 23], "n_theta": [6, 17, 23, 24, 41], "n_toroid": 6, "n_xi": [6, 17, 23, 41], "na": 10, "nabla": [10, 16, 22, 26, 34], "name": [9, 13, 16, 19, 21, 24], "nathan": 3, "natur": 13, "nbasis_max": [17, 32], "nbasis_min": [17, 32], "nbi": 39, "ncc": [16, 42], "nclass": [21, 22, 24], "ne": [18, 22], "ne_ad": [17, 23], "nearli": 13, "need": [0, 5, 8, 14, 25, 38], "neg": [5, 10, 22, 23], "neglect": [10, 13, 16], "neglig": [5, 13], "neo": [0, 3, 9, 10, 16, 17, 25, 26, 27, 33, 34, 38, 39, 40, 42], "neo_": 21, "neo_aniso_model_in": 22, "neo_dens_in": 22, "neo_dlnndr_in": 22, "neo_dlntdr_in": 22, "neo_dlntdr_para_in": 22, "neo_dlntdr_perp_in": 22, "neo_eflux_thchi_out": 24, "neo_eflux_thhhe_out": 24, "neo_eflux_thhhi_out": 24, "neo_eflux_ths_out": 24, "neo_efluxncv_dke_out": 24, "neo_efluxncv_gv_out": 24, "neo_efluxtot_dke_out": 24, "neo_efluxtot_gv_out": 24, "neo_efluxtot_nclass_out": 24, "neo_init": 21, "neo_interfac": [21, 24], "neo_jpar_dke_out": [21, 24], "neo_jpar_nclass_out": 24, "neo_jpar_ths_out": 24, "neo_jtor_dke_out": 24, "neo_jtor_ths_out": 24, "neo_mass_in": 22, "neo_mflux_dke_out": 24, "neo_mflux_gv_out": 24, "neo_n_species_in": 21, "neo_pflux_dke_out": 24, "neo_pflux_gv_out": 24, "neo_pflux_nclass_out": 24, "neo_pflux_thhh_out": 24, "neo_pflux_thhs_out": 24, "neo_profile_dlnndr_scale_in": 22, "neo_profile_dlntdr_scale_in": 22, "neo_rotation_model": 22, "neo_run": 21, "neo_temp_in": 22, "neo_temp_para_in": 22, "neo_temp_perp_in": 22, "neo_vpol_dke_out": 24, "neo_vpol_nclass_out": 24, "neo_vtor_dke_out": 24, "neo_vtor_nclass_out": 24, "neo_z_in": 22, "neoclass": [9, 13, 21, 22, 24, 25, 26, 34, 38, 39, 42], "nersc": [8, 17, 41], "net": 13, "netcdf": 2, "network": [22, 42], "neural": 22, "neutral": [22, 26], "nevin": [13, 42], "new": [0, 3, 10, 16, 18, 25, 29, 30, 32, 39, 42], "new_eikon": [17, 32], "newton": [38, 39, 40], "nexp": 18, "next": [13, 29], "nhd": [13, 42], "ni": 18, "nion": [18, 41], "nishimura": 42, "nky": [17, 31, 32], "nl": 30, "nl00": 8, "nl01": 8, "nl_flag": 41, "nm": 31, "nmode": [17, 31, 32], "no_cbla": 0, "no_lapack": 0, "no_shar": 0, "node": [27, 30, 32], "nois": [13, 42], "nomin": 16, "nomp": [0, 8, 27], "non": [5, 13, 23, 24, 30, 32], "nonadiabat": 13, "nonaxisymmetr": [22, 42], "none": 24, "noninfring": 19, "nonlinear": [3, 5, 6, 8, 11, 14, 16, 28, 29, 41, 42], "nonlinear_flag": 6, "nonloc": [13, 42], "nonreson": 13, "nontherm": [39, 40], "nonuniform": 18, "nonuniformli": 26, "nonzero": [5, 24], "norm": [21, 22, 24, 26], "normal": [5, 6, 10, 13, 16, 17, 22, 23, 24, 30, 31, 32, 34, 38, 39], "normalzi": 38, "notat": [5, 34], "note": [5, 9, 17, 19, 22, 23, 24, 26, 28, 30, 31, 32, 38], "noth": 13, "notic": [9, 19], "nov": 30, "novel": 13, "now": 13, "nq": 4, "ns_in": 31, "nsts_crossphase_spectrum": [17, 32], "nstx": [13, 29, 30, 42], "nth": 39, "ntheta": 41, "nu": [10, 22], "nu_": 5, "nu_1": [17, 23], "nu_e": [6, 41], "nu_ei": 28, "nu_glob": 6, "nucl": 42, "nuclear": 42, "number": [5, 6, 8, 13, 16, 18, 21, 22, 23, 24, 26, 30, 32, 33, 38, 39, 40], "numer": [0, 3, 5, 8, 10, 11, 13, 17, 22, 24, 28, 41, 42], "nunami": 42, "nup_alpha": 6, "nup_radi": 6, "nup_theta": 6, "nwidth": [17, 32], "nx": 28, "nxgrid": [17, 32], "o": [5, 26], "observ": [13, 16, 26, 28], "obtain": [10, 13, 16, 19, 29, 33], "occur": 13, "octob": 42, "odd": 22, "off": [5, 39, 42], "offer": 11, "offload": [5, 6], "offset": [30, 32], "often": [0, 5, 8, 26, 30], "ohm": 42, "ohmic": [16, 18], "oint": 34, "old": 28, "older": 28, "omega": [17, 22, 34], "omega0": 18, "omega_": 26, "omega_0": [18, 22, 24, 26, 34], "omega_1": 26, "omega_intel": 27, "omega_rot": [17, 23, 26], "omega_rot_deriv": [17, 23, 26], "omp": [7, 27], "onc": [5, 27], "one": [5, 10, 13, 22, 30, 32, 38, 39], "ones": [0, 13], "onetwo": [13, 18, 25, 28], "onli": [5, 6, 11, 13, 16, 22, 23, 24, 26, 27, 28, 30, 38, 39], "open": [13, 16], "openbla": 17, "openmp": 0, "oper": [5, 13, 16, 21, 22, 33, 39, 40, 42], "operation": 38, "opposit": 13, "optim": [3, 5, 13, 42], "option": [21, 22, 41], "orbit_grid": 28, "order": [0, 4, 5, 6, 13, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 33], "org": 2, "organ": 13, "orient": [5, 6, 17, 22], "orienti": [5, 22], "origin": [13, 28, 38, 39], "ornl": [8, 13, 42], "osx": 0, "other": [5, 10, 13, 16, 19, 22, 25, 28, 33, 39, 42], "otherwis": [9, 19, 22, 28, 30], "our": 13, "out": [5, 7, 8, 13, 16, 17, 18, 19, 22, 26, 29, 30, 32], "outboard": [5, 22, 24, 30, 32], "outer": 5, "output": [5, 8, 17, 22, 23, 25, 28, 29, 30, 31], "outward": 26, "oval": [6, 10], "over": [3, 13, 16, 18, 21, 28, 29, 31, 32], "overal": [4, 30], "overcom": 13, "overestim": 16, "overlin": 32, "overview": [13, 17], "ow": 13, "own": 0, "p": [5, 22, 26, 30, 32, 34, 38, 42], "p_": 24, "p_a": [22, 26], "p_l": 22, "p_prime_loc": [17, 32], "pa": 42, "pace": 42, "packag": 0, "page": 28, "pai": 8, "painstak": 13, "paper": [16, 34], "paradigm": [13, 42], "paradox": [13, 42], "parallel": [5, 7, 14, 18, 22, 23, 24, 26, 30, 31, 32, 33, 39, 42], "paramat": 16, "paramet": [4, 5, 13, 16, 17, 18, 21, 22, 24, 30, 31, 38, 39, 41], "parameter": [5, 10, 28, 42], "paramt": 22, "park": [17, 32], "parker": 42, "parser": 18, "part": [13, 16], "parti": [9, 19], "partial": [4, 5, 10, 22, 24, 26, 30, 32, 34, 38], "partial_t": 38, "particip": 16, "particl": [7, 13, 18, 22, 24, 26, 28, 29, 31, 32, 34, 39, 42], "particular": [13, 19], "particularli": [13, 26], "pascal": 18, "pass": [13, 30, 32, 42], "pass_grid": 28, "past": 17, "patel": 42, "pathologi": 13, "pattern": 13, "pci": 13, "peak": [13, 30, 42], "pedest": [3, 11, 38, 41], "peebl": 42, "peeter": 42, "per": [13, 27, 31, 32, 38], "perc": 13, "percent": 13, "pereverzev": 42, "perfect": 16, "perfectli": [13, 30], "perform": [3, 13, 16, 28, 39, 41, 42], "period": [13, 22, 25], "perlmutt": [17, 41], "perlmutter_cpu": 27, "perlmutter_gpu": 27, "permiss": 19, "permit": 19, "perp": [5, 22], "perpendicular": [16, 22, 23, 41], "persist": 13, "person": 19, "perspect": 17, "perturb": [5, 13], "petascal": 42, "petti": 42, "pfirsh": 26, "pg3eq": [13, 16], "ph": 16, "phase": [16, 29, 31, 32, 42], "phd": 42, "phenomena": [3, 11, 13], "phenomenon": 13, "phi": [5, 7, 10, 14, 18, 26, 31, 32], "phi_": [22, 24, 26], "phi_0": [22, 24, 26], "phi_1": [24, 26], "php": 2, "phy": [16, 24, 42], "physic": [4, 7, 9, 13, 16, 28, 30, 39, 41, 42], "physrevlett": 42, "pi": [5, 10, 18, 22], "pi_": [7, 24, 32], "pi_1": 32, "pi_2": 32, "pi_a": [7, 34], "pi_e": 32, "pic": [13, 16], "pick": 30, "pictur": 13, "pinch": [13, 42], "pinsker": 42, "pioneer": [3, 11], "pip": 41, "pitch": [5, 6, 22, 24, 28], "pittsburgh": 42, "pivot": 39, "place": 29, "plai": [3, 11, 13, 16, 26, 29], "planck": [21, 26, 42], "plank": 22, "plasma": [3, 5, 11, 13, 16, 18, 21, 22, 24, 25, 28, 29, 39, 42], "platform": [8, 13, 17, 27, 41], "pleas": [0, 12, 18], "plot": [8, 16, 17, 28, 41], "plu": [6, 8], "pmac": 13, "pmatrix": 38, "point": [5, 13, 16, 18, 28, 38, 39], "poisson": 21, "pol": 10, "polflux": 18, "poloid": [5, 6, 10, 13, 18, 22, 23, 24, 26, 30, 32, 41, 42], "polynomi": [5, 22, 23, 24, 30, 32], "popul": 42, "popular": [3, 13, 38], "porkolab": 42, "port": [2, 13], "portion": [9, 19], "posit": [5, 10, 22], "possibl": [13, 28, 38], "possibli": 11, "potenti": [5, 13, 22, 24, 26, 30], "power": [13, 16, 17, 18, 38, 39, 40], "ppc": 13, "ppcf": 24, "pppl": 41, "practic": [13, 21, 26, 34], "pre": [11, 17, 25], "prebuilt": 17, "precis": [5, 6], "predecessor": 29, "predict": [13, 16, 28, 29, 42], "prefer": [30, 38], "prehistori": 17, "prepend": 21, "presenc": [13, 26], "present": [9, 12, 13, 16, 17, 19, 22, 24, 26, 41], "preset": 30, "pressur": [3, 5, 6, 11, 18, 22, 23, 30, 32], "prevent": [30, 32], "previou": [13, 26], "primari": [13, 21, 28, 33], "primarili": 3, "prime": [22, 34, 38], "principl": 13, "print": [5, 8, 22], "print_step": [4, 6], "prior": [13, 16], "priori": 26, "probabl": [13, 39], "problem": [5, 13, 22, 23, 38], "proce": 27, "proceed": 42, "process": [25, 39], "produc": [13, 24, 26], "product": [13, 42], "profil": [3, 5, 6, 9, 10, 11, 13, 16, 18, 21, 22, 25, 29, 33, 38, 39, 42], "profile_dlnndr_": [17, 23], "profile_dlnndr_1_scal": 22, "profile_dlnndr_2_scal": 22, "profile_dlnndr_3_scal": 22, "profile_dlntdr_": [17, 23], "profile_dlntdr_1_scal": 22, "profile_dlntdr_2_scal": 22, "profile_dlntdr_3_scal": 22, "profile_equilibrium_model": [10, 17, 23], "profile_erad0_model": [17, 23], "profile_model": [6, 17, 23, 24], "profiles_gen": [4, 17, 18, 41], "profiles_gen_plot": 41, "program": [0, 13], "progress": 13, "project": [0, 5, 13, 21, 27, 42], "pronounc": 13, "propag": 16, "proper": [10, 19], "properli": [10, 13], "properti": [5, 42], "provid": [3, 11, 13, 19, 25, 28], "pseudospectr": 5, "psfc": 41, "psi": [4, 10, 18, 22, 26, 34], "psi_": 10, "pst": 41, "ptot": 18, "public": [9, 12, 16, 17, 19], "publish": [9, 13, 16, 19], "pueschel": 42, "pull": [9, 19], "pure": [13, 16, 26], "purpos": [3, 5, 9, 19], "push": 26, "put": 38, "pygacod": 41, "python": [0, 2, 3, 7, 17], "python3": 2, "q": [4, 6, 10, 13, 17, 18, 23, 24, 26, 30, 32, 34, 38, 42], "q_": [7, 13, 24, 32, 37, 38, 39], "q_1": 32, "q_2": 32, "q_a": [7, 34], "q_e": [16, 32, 37, 38], "q_i": [37, 38], "q_loc": [17, 32], "q_prime_loc": [17, 32], "q_sa": [17, 32], "qa": [30, 32], "qbeam": [18, 37], "qbeami": [18, 37], "qbrem": [18, 37], "qcxi": [18, 37], "qei": [18, 37], "qfuse": [18, 37], "qfusi": [18, 37], "qhat": 38, "qion": [18, 37], "qioni": [18, 37], "ql": [29, 31, 32], "ql_flux_spectrum": [17, 32], "qline": [18, 37], "qmom": 18, "qohm": [18, 37], "qpar_beam": 18, "qpar_wal": 18, "qrfe": [18, 37], "qrfi": [18, 37], "qsync": [18, 37], "quad": [26, 34, 38], "quadratur": [30, 32], "qualit": 28, "qualiti": 25, "quantit": 16, "quantiti": [3, 10, 16, 21, 22, 24, 26, 38], "quasi": [22, 26, 30, 42], "quasilinear": [16, 29, 30, 32, 42], "quasineutr": [4, 5, 6, 39], "quasineutral_flag": 6, "quench": [13, 29, 30, 32, 42], "queri": 0, "question": [13, 17, 28], "queue": 8, "quick": 17, "quit": 13, "r": [0, 4, 5, 10, 12, 13, 16, 18, 21, 22, 24, 26, 30, 32, 34, 38, 42], "r_": [30, 32, 38], "r_0": [5, 10, 18, 22, 24, 26], "r_1": 38, "r_2": 38, "r_3": 38, "r_j": [24, 38], "rad": [18, 34, 37], "radial": [3, 5, 6, 11, 13, 16, 22, 23, 24, 26, 33, 38, 39, 42], "radian": 18, "radiat": [18, 34, 39], "radii": [13, 39], "radiu": [3, 4, 5, 6, 10, 13, 16, 18, 21, 22, 23, 24, 29, 30, 32, 39, 42], "rais": 0, "rang": [13, 16, 21, 22], "rangl": [26, 34], "rank": [5, 7, 30, 32], "rapid": 26, "rapidli": [38, 42], "rate": [5, 6, 13, 16, 22, 26, 28, 30, 32, 34], "rather": [7, 13, 26, 38, 39], "ratio": [5, 13, 21, 22, 24, 29, 39], "ration": 13, "rational": 25, "raw": 5, "rb_": [30, 32], "rbf": 28, "rc": 0, "rc_": [30, 32], "re": 22, "reach": 13, "reaction": 39, "reactor": [37, 39, 42], "read": [5, 7, 22, 25, 28, 34, 39], "readabl": 7, "reader": 11, "real": [3, 11, 13, 41], "realist": [13, 42], "realiti": 10, "realli": 26, "reason": 26, "recent": [11, 13, 16, 28, 29, 30], "recipi": 9, "recombin": 18, "recommend": [0, 4, 5, 7, 30], "rectangular": 24, "red": 16, "redistribut": 26, "reduc": [3, 5, 6, 11, 13, 14, 26, 38], "reduct": 13, "reed": 42, "ref": [22, 38], "refer": [5, 13, 17, 19, 24, 28], "refin": [13, 30], "reflect": 10, "refus": 16, "reg08": 8, "reg14": 18, "regard": 17, "regardless": 22, "regim": [3, 13, 16, 26], "region": [3, 11, 13, 29], "regress": [0, 8], "regular": 8, "rel": [5, 16, 22, 30], "relat": [13, 24, 26, 34], "relax": [13, 38, 39, 40], "relev": [13, 26, 42], "reliabl": 13, "remain": [13, 30], "remark": [16, 26, 29], "renorm": 39, "repeatedli": 13, "repo": [8, 27], "report": [28, 42], "repositori": [0, 17], "repres": [13, 21, 26], "represent": [10, 34, 42], "reproduc": [11, 13, 16, 30], "repsect": 30, "request": [9, 19], "requir": [3, 5, 9, 11, 13, 18, 22, 25, 26, 27, 29, 34, 42], "rescal": 16, "research": [3, 11, 13, 16, 28], "reset": 5, "residu": [13, 38, 39, 40], "resolut": [5, 22, 39, 41, 42], "resolv": [13, 30], "resourc": [13, 16, 28], "respect": [5, 21, 22, 26, 30, 32], "respond": 30, "respons": [29, 42], "restart": [5, 6, 39, 40, 41], "restart_step": 6, "restrict": [9, 13, 19, 26, 38], "result": [5, 8, 9, 11, 13, 17, 19, 26, 29, 30, 38, 42], "retain": [3, 5, 10, 13, 21], "return": [5, 14, 22, 30, 31], "rev": [16, 24, 42], "revers": [13, 42], "review": 13, "revis": 16, "rewoldt": 42, "rf": 18, "rh": [13, 22], "rh98": [13, 42], "rho": [4, 5, 16, 18, 30, 32, 42], "rho_": [4, 5, 7, 13, 16, 21, 22, 24, 28, 31, 38], "rho_i": [21, 26], "rho_ion": 30, "rho_star": [17, 23], "rhode": 42, "right": [4, 5, 10, 19, 22, 23, 24, 26, 34, 37, 38, 39], "rightarrow": [4, 5, 13, 22, 24, 38], "rigor": [13, 26], "rise": 13, "rk": 13, "rk4": 5, "rlns_1": [17, 32], "rlts_1": [17, 32], "rm": [4, 5, 7, 10, 16, 18, 21, 22, 23, 24, 26, 30, 32, 34, 38], "rmaj": [6, 10, 18], "rmaj_loc": [17, 32], "rmaj_over_a": [10, 17, 23], "rmaj_sa": [17, 32], "rmin": [6, 10, 18], "rmin_loc": [17, 32], "rmin_over_a": [10, 17, 23], "rmin_over_a_2": [17, 23], "rmin_sa": [17, 32], "roach": 42, "robust": [13, 16, 38, 39], "roger": 42, "role": [13, 16, 26, 29, 33, 42], "ron": 28, "root": [38, 39], "rosenbluth": [13, 24, 42], "rost": 42, "rotat": [3, 5, 18, 21, 22, 28, 33, 38, 39, 42], "rotation_model": [6, 17, 23, 24], "roth": 42, "rough": 16, "roughli": [10, 13, 16, 30], "routin": [13, 39], "row": 24, "rule": [0, 29, 30, 32, 38, 39, 40, 42], "run": [0, 5, 10, 13, 14, 21, 22, 24, 27, 29, 30, 39], "runawai": 13, "rung": 13, "runtim": 24, "s0021": 42, "s_": [5, 10, 22, 34], "s_1": 10, "s_2": 10, "s_3": 10, "s_delta": [6, 10, 17, 23], "s_delta_loc": [17, 32], "s_e": 38, "s_i": [26, 38], "s_kappa": [6, 10, 17, 23], "s_kappa_loc": [17, 32], "s_n": 10, "s_w": 34, "s_zeta": [6, 10, 17, 23], "s_zeta_loc": [17, 32], "s_zmag": [10, 17, 23], "safe": 39, "safeti": [0, 5, 6, 10, 13, 18, 22, 23, 24, 30, 32, 42], "sai": [0, 26], "same": [11, 13, 16, 26, 28, 39], "sampl": [18, 27, 39], "san": 42, "santoro": 42, "sat0": [29, 30], "sat1": [29, 30, 32], "sat2": [29, 30], "sat3": [29, 30], "sat_geo_spectrum": [17, 32], "sat_rul": [17, 31, 32], "satur": [13, 16, 30, 31, 32, 42], "sauter": 24, "save": 5, "sbc": [29, 30, 42], "sc2004": 42, "scalar": [26, 31, 32], "scalar_saturation_paramet": [17, 32], "scale": [4, 5, 6, 10, 13, 16, 22, 23, 24, 26, 30, 39, 40, 42], "scan": [13, 16], "scatter": 28, "scb": [29, 30, 42], "scenario": [17, 18, 33, 39, 40, 42], "scheme": [5, 13, 22, 38, 39, 40], "schh16": [29, 30, 42], "schl\u00fcter": 26, "schmitz": 42, "schumak": 42, "sci": 42, "scidac": [13, 42], "scienc": 17, "scratch": [3, 11], "screen": 8, "script": 8, "scw": [29, 42], "sdsc": 3, "seamlessli": 13, "search": [30, 32], "second": [4, 24, 26, 28, 39], "section": 26, "see": [4, 5, 9, 18, 22, 26, 29, 30, 32, 33, 39], "seem": 13, "seen": 28, "select": [2, 5, 6, 22], "selector": [5, 6, 23], "self": [5, 6, 13, 24, 30, 32, 39, 42], "selfupd": 2, "send": [9, 41], "sensit": 16, "separ": [13, 16, 25], "seri": [16, 24, 28, 42], "serial": [17, 39], "serv": 28, "set": [0, 2, 4, 5, 8, 13, 21, 22, 26, 28, 30, 31, 32, 39], "setup": 27, "sever": 13, "sevil": 42, "sfiligoi": [3, 41, 42], "sgi": 13, "sh01": [13, 42], "sh98": [26, 34, 42], "shafer": 42, "shafranov": [5, 6, 10, 22, 23, 30], "shall": [9, 19], "shampin": 5, "shan": 42, "shape": [3, 5, 10, 13, 16, 18, 21, 22, 25, 29, 39, 42], "shape_cos0": [6, 10, 17, 18], "shape_cos1": [6, 10, 17, 18], "shape_cos2": [6, 10, 17, 18], "shape_cos3": [6, 10, 17, 18], "shape_s_cos0": [6, 10, 17], "shape_s_cos1": [6, 10, 17], "shape_s_cos2": [6, 10, 17], "shape_s_cos3": [6, 10, 17], "shape_s_sin3": [6, 10, 17], "shape_sin3": [6, 10, 17, 18], "share": [0, 27, 39], "shat_sa": [17, 32], "shear": [5, 6, 10, 13, 16, 17, 23, 24, 26, 29, 30, 32, 42], "shell": 0, "shend": 42, "shift": [6, 10, 13, 17, 23, 29, 30, 31, 32], "shirai": 42, "short": [6, 7, 13, 15, 23, 24, 32, 40], "shorter": 5, "shortfal": [17, 20, 42], "shorthand": 38, "shot": 28, "should": [0, 4, 5, 8, 22, 23, 24, 28, 39], "show": [8, 13, 16, 26, 39], "shown": [10, 13, 16, 23, 28], "shrinkag": 39, "shumak": 42, "shut": 39, "side": 13, "sigma": [24, 38], "sigmar": [22, 24, 39], "sign": [10, 22, 23, 30, 32], "sign_bt": [17, 32], "sign_it": [17, 32], "signal": 39, "signific": [5, 13, 16], "significantli": [13, 16], "silent": 6, "silent_flag": [6, 17, 23, 24], "sim": 38, "sim_model": [17, 23, 24], "simeq": [26, 38], "similar": [13, 26, 28, 42], "simpl": [5, 8, 29, 31, 39], "simpli": 39, "simplif": 34, "simplifi": [13, 30], "simul": [5, 6, 7, 9, 11, 14, 17, 18, 22, 23, 25, 28, 29, 30, 33, 39, 40, 41, 42], "simultan": [13, 16, 39], "sin": [10, 24], "sinc": [13, 21, 28], "sine": 24, "singl": [0, 5, 6, 13, 26, 28, 30, 32], "singular": [5, 13], "size": [4, 6, 13, 16, 40, 41, 42], "sj": 24, "sk10": [9, 42], "sk_": [30, 32], "skw05": [13, 42], "skw07": [3, 9, 11, 13, 29, 30, 42], "slightli": [5, 13, 28], "slow": 16, "slowdown": 13, "slower": 5, "small": [5, 13, 26, 28], "smaller": [5, 13, 14, 16, 39], "smith": 42, "smoooth": 42, "smooth": 38, "snave": 42, "snyder": [13, 42], "so": [5, 6, 13, 16, 19, 22, 25, 27, 28, 30, 33, 38, 39], "soc": 42, "softwar": [9, 13, 19, 27], "solid": 16, "solomon": 42, "solut": [17, 22, 24, 29, 39, 42], "solv": [13, 17, 21, 22, 24, 29, 33, 38, 39], "solver": [3, 11, 17, 21, 22, 33, 42], "some": [11, 13, 17, 23, 28, 34], "sometim": 14, "somewhat": 13, "sonic": [5, 17, 21, 22, 24], "sort": [13, 30, 32], "sound": [3, 7, 13, 16], "sourc": [5, 6, 13, 17, 18, 19, 22, 25, 33, 38, 39, 41], "space": [3, 5, 11, 22, 23, 28, 30, 32, 42], "spain": 42, "span": [5, 13], "spars": 33, "spatial": [13, 16, 22], "speak": 13, "speci": [5, 11, 18, 21, 22, 26, 28, 30, 31, 39, 42], "species1": 22, "specif": [0, 3, 5, 18, 24, 26, 38], "specifi": [5, 18, 22, 23, 25, 39], "spectra": [13, 16, 31, 32], "spectral": [3, 13, 29, 30, 31, 32, 42], "spectral_shift": [17, 32], "spectroscopi": 16, "spectrum": [13, 30, 31, 32], "speed": [3, 5, 6, 7, 22, 24, 26], "spitzer": [22, 23], "spitzer_model": [17, 23], "split": [4, 25], "spot": 16, "spread": 13, "spring": 13, "sqrt": [3, 7, 16, 21, 22, 24], "squar": [5, 6, 10, 16, 18, 22, 23, 30, 32], "src": 8, "sreepathi": 42, "ss": 22, "stabil": [13, 29, 42], "stabl": 13, "staebler": 42, "staff": 13, "stage": 5, "standard": [3, 4, 5, 10, 13, 17, 22, 25, 26, 28, 30, 32, 39], "star": 42, "start": [13, 18, 28, 39], "startup": 39, "state": [13, 33, 38, 42], "statefil": 25, "static": [37, 39], "statist": [7, 13], "statu": 42, "steadi": [13, 33, 38, 42], "steep": 26, "steeper": [3, 11], "step": [4, 5, 13, 17, 27, 38, 39, 40], "stiff": 39, "still": [13, 38], "storag": 42, "store": [30, 32], "strategi": [17, 41], "strength": [10, 22], "stress": [31, 32], "stripe": 5, "strong": [13, 16, 22, 24, 26], "strongli": [8, 18, 28], "structur": 13, "student": 13, "studi": [13, 17, 26, 28, 42], "subdomin": 13, "subject": [9, 19, 26, 41], "submiss": 13, "submit": 8, "subroutin": [17, 21, 22], "subscript": 26, "substanti": [9, 19], "substitut": 26, "subtl": 26, "success": [0, 13, 16], "successfulli": [13, 16], "sudo": [1, 2], "suffer": 13, "suffici": [4, 18], "sugama": [5, 6, 17, 24, 26, 34, 42], "suggest": [3, 8, 13, 24, 33], "suit": [0, 13], "suitabl": [0, 3, 11, 25], "sum": [18, 26, 31, 32, 38], "sum_": [10, 24], "sum_a": [22, 34], "sum_flux_spectrum": [17, 32], "sum_p": 39, "summar": [13, 34], "summari": [11, 16, 28], "summer": 25, "sung": 42, "supercomput": [13, 42], "support": [13, 39], "suppress": [10, 26, 42], "surfac": [5, 13, 17, 18, 21, 22, 24, 26, 30, 32, 34, 42], "surprisingli": 29, "svpablo": 13, "swck13": [29, 30, 42], "switch": [7, 13, 30], "swnn11": [26, 42], "symbol": [10, 23], "symmetr": [5, 6, 10, 22], "symmetri": 6, "synchrotron": 18, "synopsi": 17, "synthet": [13, 28, 42], "system": [3, 5, 8, 10, 13, 22, 26, 29, 30, 32, 38, 41], "systemat": [13, 28], "t": [5, 7, 8, 10, 13, 16, 24, 26, 28, 30, 32, 34, 38, 41, 42], "t_": [5, 16, 21, 22, 24, 26, 30, 32, 38], "t_0": 16, "t_a": 22, "t_e": [3, 5, 7, 13, 16, 18, 24, 38, 39], "t_i": [13, 26, 38, 39], "ta": [22, 24], "tabl": [5, 14, 17, 22, 26, 29, 30, 31], "tabular": [3, 11, 17, 33], "tag": 7, "taguchi": 24, "tajima": 42, "take": [13, 23, 24], "taken": [16, 28, 38], "talk": [41, 42], "tang": 42, "tardini": 42, "target": [13, 38, 39], "task": [0, 7, 8], "tau": 13, "tau_": [22, 24], "taus_1": [17, 32], "tdg": [29, 42], "te": [4, 18, 22, 42], "te_ad": [17, 23], "team": 42, "tech": 42, "technic": [10, 13, 42], "tem": [13, 29, 30], "temp": [5, 22], "temp_": [6, 17, 23], "temp_1": [5, 22], "temp_2": 22, "temp_3": 22, "temp_para_": [17, 23], "temp_para_1": 22, "temp_para_2": 22, "temp_para_3": 22, "temp_perp_": [17, 23], "temp_perp_1": 22, "temp_perp_2": 22, "temp_perp_3": 22, "temperatur": [3, 5, 6, 13, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "temperature_spectrum": [17, 32], "temperaur": 23, "templat": [0, 8], "ten": 13, "tend": 13, "term": [5, 6, 13, 16, 21, 22, 24, 26, 30, 32, 38], "test": [0, 5, 6, 8, 9, 13, 16, 19, 22, 28], "text": [13, 26, 28, 29, 34, 38], "tftr": 29, "tg": 24, "tglf": [0, 3, 9, 11, 13, 17, 28, 33, 42], "tglf1": 39, "tglf2": 39, "tglf3": 39, "tglf4": 39, "tglf_adiabatic_elec_in": 32, "tglf_alpha_e_in": 32, "tglf_alpha_mach_in": 32, "tglf_alpha_p_in": 32, "tglf_alpha_quench_in": 32, "tglf_alpha_sa_in": 32, "tglf_as_in": 32, "tglf_b_model_sa_in": 32, "tglf_betae_in": 32, "tglf_debye_factor_in": 32, "tglf_debye_in": 32, "tglf_delta_loc_in": 32, "tglf_drmajdx_loc_in": 32, "tglf_drmindx_loc_in": 32, "tglf_dzmajdx_loc_in": 32, "tglf_elec_eflux_out": 32, "tglf_elec_mflux_out": 32, "tglf_elec_pflux_out": 32, "tglf_etg_factor_in": 32, "tglf_filter_in": 32, "tglf_find_width_in": 32, "tglf_ft_model_sa_in": 32, "tglf_gchat_in": 32, "tglf_geometry_flag_in": 32, "tglf_ghat_in": 32, "tglf_gradb_factor_in": 32, "tglf_ibranch_in": [30, 32], "tglf_iflux_in": 32, "tglf_ion1_eflux_out": 32, "tglf_ion1_mflux_out": 32, "tglf_ion1_pflux_out": 32, "tglf_ion2_eflux_out": 32, "tglf_ion2_mflux_out": 32, "tglf_ion2_pflux_out": 32, "tglf_kappa_loc_in": 32, "tglf_kx0_in": 32, "tglf_ky_in": 32, "tglf_kygrid_model_in": 32, "tglf_linsker_factor_in": 32, "tglf_mass_in": 32, "tglf_nbasis_max_in": 32, "tglf_nbasis_min_in": 32, "tglf_new_eikonal_in": [30, 32], "tglf_nky_in": 32, "tglf_nmodes_in": 32, "tglf_ns_in": 32, "tglf_nwidth_in": 32, "tglf_nxgrid_in": 32, "tglf_p_prime_loc_in": 32, "tglf_park_in": 32, "tglf_q_loc_in": 32, "tglf_q_prime_loc_in": 32, "tglf_q_sa_in": 32, "tglf_rlns_in": 32, "tglf_rlts_in": 32, "tglf_rmaj_loc_in": 32, "tglf_rmaj_sa_in": 32, "tglf_rmin_loc_in": 32, "tglf_rmin_sa_in": 32, "tglf_s_delta_loc_in": 32, "tglf_s_kappa_loc_in": 32, "tglf_s_zeta_loc_in": 32, "tglf_sat_rule_in": 32, "tglf_shat_sa_in": 32, "tglf_sign_bt_in": 32, "tglf_sign_it_in": 32, "tglf_taus_in": 32, "tglf_theta0_sa_in": 32, "tglf_theta_trapped_in": 32, "tglf_tm": 32, "tglf_use_bisection_in": 32, "tglf_use_bpar_in": 32, "tglf_use_bper_in": 32, "tglf_use_inboard_detrapped_in": 32, "tglf_use_mhd_rule_in": 32, "tglf_use_transport_model_in": 32, "tglf_vexb_in": 32, "tglf_vexb_shear_in": 32, "tglf_vpar_in": 32, "tglf_vpar_model_in": 32, "tglf_vpar_shear_in": 32, "tglf_vpar_shear_model_in": 32, "tglf_wd_zero_in": 32, "tglf_width_in": 32, "tglf_width_min_in": 32, "tglf_write_wavefunction_flag_in": 32, "tglf_xnu_factor_in": 32, "tglf_xnu_model_in": 32, "tglf_xnue_in": 32, "tglf_xwell_sa_in": 32, "tglf_zeff_in": 32, "tglf_zeta_loc_in": 32, "tglf_zmaj_loc_in": 32, "tglf_zs_in": 32, "tgyro": [9, 17, 18, 24, 27, 42], "tgyro_den_method": [17, 40], "tgyro_den_method0": 39, "tgyro_den_method1": 39, "tgyro_den_method2": 39, "tgyro_den_method3": 39, "tgyro_den_method4": 39, "tgyro_iteration_method": [17, 40], "tgyro_mod": [17, 40], "tgyro_neo_method": [17, 40], "tgyro_relax_iter": [17, 40], "tgyro_rmax": 39, "tgyro_therm_flag": [17, 40], "tgyro_therm_flag1": 39, "tgyro_write_profiles_flag": [17, 40], "than": [4, 5, 13, 26, 30, 32, 38, 39], "thank": 28, "thei": [13, 21], "them": 26, "themselv": 22, "theoret": [17, 34], "theori": [10, 13, 17, 21, 22, 27, 28, 34, 39, 42], "thermal": [13, 16, 18, 22, 24, 26, 39, 40, 42], "thermodiffus": 16, "thermonuclear": 39, "thermostat": 42, "thesi": [13, 16, 42], "theta": [5, 6, 7, 10, 16, 22, 24, 26, 30, 32, 34], "theta0_sa": [17, 32], "theta_0": [5, 41], "theta_i": 5, "theta_j": 24, "theta_r": 10, "theta_trap": [17, 32], "thi": [0, 3, 5, 8, 9, 10, 11, 13, 14, 16, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 38, 39], "thing": 16, "third": [9, 19], "thome": 42, "those": [13, 21, 28], "though": 38, "thousand": [3, 11, 13], "thread": [0, 7], "three": [16, 38], "threed": 22, "threed_exb_dphi0dr": [17, 23], "threed_exb_model": [17, 23], "threed_model": [17, 23], "threshold": [13, 30, 32], "through": [17, 26], "throughout": 26, "thu": [5, 10, 13, 22, 26, 38], "thursdai": 41, "ti": [4, 13, 18, 42], "tild": 31, "tilt": [6, 10, 18], "tim": 29, "time": [3, 4, 5, 10, 13, 14, 16, 22, 24, 26, 27, 28, 30, 32, 33, 38, 41], "timer": 7, "timestamp": 7, "timestep": [4, 5, 13, 41], "tn": 42, "tobia": 28, "togeth": [5, 21], "toggl": [5, 6, 39, 40], "tokamak": [10, 13, 26, 28, 29, 42], "told": 42, "toler": [4, 5, 6], "tool": [2, 4, 13, 18, 21, 25, 27, 28, 42], "top": [0, 30, 32], "topic": [9, 16, 28, 42], "tor": [10, 28, 30, 32], "torodi": 22, "toroid": [3, 5, 10, 13, 16, 18, 22, 23, 24, 26, 30, 31, 32, 42], "torqu": [18, 26], "tort": 19, "toru": [5, 22], "tot": [37, 39], "total": [0, 18, 22, 24, 31, 38, 39], "toward": [3, 11, 13], "transform": [24, 39], "transit": 13, "transp": 25, "transport": [3, 5, 9, 10, 11, 17, 19, 22, 25, 26, 28, 29, 32, 38, 39, 42], "transvers": [30, 32], "trap": [4, 13, 16, 26, 29, 30, 32, 42], "trap_grid": 28, "trapezoid": 38, "treat": [3, 5, 13, 21, 22, 26, 30], "treatment": [10, 42], "triangular": [5, 6, 10, 18, 22, 23, 30, 32], "trigger": [5, 13], "true": [13, 26, 30, 32, 38], "truli": 16, "truncat": 38, "truth": 13, "tsujii": 42, "tube": [13, 16], "tur": 34, "turb": 38, "turbul": [3, 11, 13, 19, 26, 28, 34, 38, 42], "turco": 42, "tutori": 28, "two": [3, 16, 28, 30, 32, 38, 42], "tynan": 42, "type": [0, 8, 18, 30, 31, 32], "typic": [5, 10, 13, 22, 25], "u": [6, 9, 13, 24, 26, 30, 42], "u_": [24, 26], "ubuntu": 0, "ucsd": 13, "udsymmetry_flag": 6, "uk": 42, "uncertainti": [13, 16], "unchang": [5, 13, 39], "under": [13, 26], "underestim": 16, "underli": [13, 26], "underpredict": [13, 16], "understand": [3, 11, 34], "unequ": 39, "unifi": 17, "unimport": [5, 14], "uniqu": [25, 38], "unit": [3, 4, 5, 7, 10, 17, 18, 21, 22, 24, 31, 32, 34], "uniti": 39, "units_in": 32, "univ": 16, "univers": [13, 42], "unless": 28, "unlik": [5, 33], "unperturb": 16, "unphys": 30, "unpublish": 13, "unsolv": 13, "unstabl": [5, 13, 30, 32], "unsubstanti": 13, "until": 13, "up": [0, 6, 16, 18, 21, 24, 28, 30, 32], "up_alpha": 6, "up_radi": 6, "up_theta": 6, "updat": [5, 6, 9, 28, 38, 40], "upgrad": 42, "upon": 13, "upper": 22, "upshift": 13, "upwind": [5, 6, 42], "upwind_single_flag": 6, "urban": 17, "urg": 28, "url": [12, 42], "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 33, 38, 39, 41, 42], "usag": [5, 7], "use_bisect": [17, 32], "use_bp": [17, 32], "use_bpar": [17, 32], "use_inboard_detrap": [17, 32], "use_lock": 0, "use_mhd_rul": [17, 32], "use_thread": 0, "use_transport_model": [17, 32], "user": [0, 3, 5, 17, 19, 30, 32, 33, 42], "usernam": 9, "usual": [5, 26], "util": 13, "v": [2, 21, 22, 23, 24, 26, 28, 34, 38, 42], "v_": [22, 24, 26, 30, 32], "v_a": 7, "v_i": 5, "valid": [11, 13, 17, 24, 26, 28, 42], "valu": [4, 5, 7, 13, 14, 16, 22, 23, 24, 28, 30, 32, 39, 42], "van": 42, "vanish": 13, "varepsilon": 22, "varepsilon_": [5, 24], "vari": [13, 16, 26], "variabl": [13, 17, 34, 38], "variant": [13, 38], "variat": [3, 11, 13, 24, 38, 39], "variou": [7, 13, 21, 28], "varphi": [5, 10, 22, 24, 26, 34], "vathd": [13, 42], "vector": [7, 13, 22, 24, 38], "veloc": [3, 5, 6, 18, 21, 22, 23, 26, 28, 30, 31, 32, 41, 42], "velocity_ord": 6, "veri": [5, 8, 16], "verif": [11, 13, 17, 28, 42], "verifi": [13, 16], "verner": 5, "version": [7, 9, 28, 30, 39], "versu": [7, 16, 41], "vertic": 16, "vetter": [13, 42], "vexb": [17, 32], "vexb_shear": [17, 32], "via": [10, 13, 16, 17, 22, 23, 42], "view": [5, 13, 22], "virtual": 41, "visual": 41, "vol": [24, 42], "voltag": 13, "volum": [34, 38], "vpar": [30, 32], "vpar_1": [17, 32], "vpar_model": [17, 32], "vpar_shear_1": [17, 32], "vpar_shear_model": [17, 32], "vpol": 18, "vtor": 18, "w": [8, 24, 27, 34, 42], "w_a": 34, "wa": [0, 3, 10, 11, 13, 16, 21, 25, 26, 33, 38], "wabc06": [13, 42], "wai": [26, 38], "wal05": [13, 42], "wall": [18, 27, 34], "waltz": [4, 12, 13, 42], "wan": 42, "warranti": 19, "wast": 13, "watanab": 42, "wathd": [13, 42], "wave": [13, 16, 30, 42], "wavelength": [5, 13, 26], "wavenumb": [3, 4, 5, 6, 11], "wc05": [13, 42], "wcc": [13, 42], "wcf07": [13, 42], "wch": [13, 42], "wcp06": [13, 42], "wcr02": [13, 42], "wd_zero": [17, 32], "we": [0, 4, 5, 7, 10, 11, 13, 16, 22, 24, 26, 27, 28, 29, 33, 34, 38], "weak": [5, 38], "weaker": 13, "weber": 18, "weight": [7, 29, 30, 31, 32], "welcom": [9, 19, 28], "well": [13, 16, 21, 26, 28, 30, 32], "were": [13, 16, 29], "wh08": [13, 42], "what": [0, 4, 6, 8, 13, 18], "whatsoev": 13, "when": [0, 3, 4, 5, 11, 13, 21, 22, 24, 30, 31, 32, 38, 39], "where": [3, 4, 5, 10, 11, 13, 16, 22, 24, 26, 29, 30, 34, 38, 39], "wherea": [4, 10, 13, 26], "wherev": 13, "whether": [13, 19, 22, 23], "which": [3, 4, 5, 10, 11, 13, 16, 22, 25, 26, 28, 29, 31, 32, 38, 39], "while": [16, 22, 28, 38, 39], "white": [28, 42], "whiteros": 42, "who": 26, "whom": 19, "why": [4, 13], "wide": [13, 16, 21], "widehat": 38, "width": [13, 17], "width_min": [17, 32], "wiki": 13, "william": 42, "winter": 13, "within": [13, 16], "without": [16, 19, 26, 38], "wkm94": [13, 42], "wkmh95": [13, 42], "wolf": 42, "wong": [22, 26, 42], "word": 10, "work": [4, 13, 16, 17, 26, 28, 30, 41], "worker": 13, "workshop": [17, 20], "worldwid": 13, "worlei": [13, 42], "would": [5, 8, 10, 38], "write": [8, 26, 34, 39, 40], "write_wavefunction_flag": [17, 32], "written": [5, 13, 16, 22, 24, 38, 39], "wrote": 4, "ws08": [13, 42], "wsch07": [13, 42], "wsd": [13, 42], "wsm": [13, 28, 42], "wukitch": 42, "www": 2, "x": [30, 32, 34, 38, 42], "x1": [13, 42], "x_": 24, "x_a": [22, 24], "xcode": 2, "xd1": [13, 42], "xi": [5, 6, 22, 23, 24], "xi_i": 5, "xnu_factor": [17, 32], "xnu_model": [17, 32], "xnue": [17, 32], "xquartz": 2, "xt3": [13, 42], "xwell_sa": [17, 32], "y": [30, 32, 34, 42], "yann": 28, "year": [11, 13, 28], "yearli": 17, "yield": 13, "york": 42, "you": [0, 4, 8, 17, 30], "your": [8, 9, 17, 41], "z": [10, 22, 34, 38, 39, 42], "z0": 22, "z_": [6, 17, 18, 23, 24, 30, 32, 38, 39], "z_0": [5, 10, 18, 22], "z_1": [5, 22], "z_2": [5, 22], "z_3": [5, 22], "z_a": 26, "z_c": 16, "z_e": 38, "z_eff": 18, "z_i": 38, "zeeland": 42, "zeff": [17, 32], "zeng": 42, "zero": [5, 13, 22, 30, 32, 39], "zeroth": [22, 24, 26, 39], "zeta": [6, 10, 17, 18, 23, 30, 32], "zeta_loc": [17, 32], "zf": 30, "zf_test_mod": 6, "zhang": 42, "zhu": 42, "zmag": [6, 10, 18], "zmag_over_a": [10, 17, 23], "zmaj_loc": [17, 32], "zonal": [5, 6, 13, 30, 42], "zoom": 41, "zs_1": [17, 32], "\u03b1": 42}, "titles": ["Build on your laptop", "Ubuntu/Mint", "OSX Sonoma", "CGYRO", "FAQ", "Alphabetical list for input.cgyro", "Tabular list for input.cgyro", "CGYRO output files", "Running Cases", "Download and user agreement", "FLUX-SURFACE GEOMETRY", "GYRO", "Gallery of classic GYRO images (circa 2003)", "Gyrokinetic Simulation in the 2000s", "Alphabetical list for input.gyro", "Tabular list for input.gyro", "GYRO verification and validation (pre 2010)", "The General Atomics GACODE Suite", "input.gacode", "GACODE License", "Miscellaneous", "NEO", "Alphabetical list for input.neo", "Parameters for input.neo", "NEO Output Files", "profiles_gen", "PLASMA ROTATION THEORY", "Prebuilt Environments", "DIII-D L-mode shortfall", "TGLF", "Alphabetical list for input.tglf", "Alphabetical list for out.tglf files", "Table of inputs and outputs", "TGYRO", "Equations solved in TGYRO", "OUTPUT", "PLOT", "Scenarios and connection to energy sources", "TGYRO solver algorithm", "input.tgyro Alphabetical List", "input.tgyro Tabular List", "CGYRO Workshop 2022", "References"], "titleterms": {"": [5, 32], "2000": 13, "2001": 16, "2002": 13, "2003": [12, 13], "2004": [13, 16], "2005": 13, "2006": [13, 16], "2007": 13, "2008": 13, "2009": [13, 16], "2010": 16, "2013": 28, "2022": 41, "25": 28, "A": 13, "BES": 16, "The": [13, 17, 26], "_scale": 22, "abstract": 16, "access": 9, "acknowledg": 28, "ad": 28, "adiabat": 16, "adiabatic_elec": 30, "advanc": 6, "against": 29, "agenda": 41, "agreement": 9, "algorithm": 38, "alpha": 32, "alpha_": 30, "alpha_mach": 30, "alpha_p": 30, "alpha_quench": 30, "alpha_sa": 30, "alpha_zf": 30, "alphabet": [5, 14, 22, 30, 31, 39], "amp": 5, "amp0": 5, "amp_phi_n": 14, "aniso_model_": 22, "anomal": 16, "appropri": [9, 42], "ar": 13, "as_1": 30, "ask": 3, "atom": 17, "b_model_sa": 30, "balanc": 26, "base": 16, "basi": 26, "batch": 8, "benchmark": 28, "beta": 30, "beta_star": 22, "beta_star_scal": 5, "betae_unit": 5, "betae_unit_scal": 5, "bound": 10, "box": 10, "box_siz": 5, "brief": 3, "btccw": [5, 22], "build": 0, "c": 16, "can": 13, "case": [3, 8, 16], "cer": 16, "cgyro": [3, 5, 6, 7, 41], "chang": 32, "circa": 12, "classic": 12, "code": [0, 3, 9, 13, 17, 28], "coeffici": 16, "collis": 6, "collision_ene_diffus": 5, "collision_ene_restor": 5, "collision_field_model": 5, "collision_full_strip": 5, "collision_kperp": 5, "collision_model": [5, 22], "collision_mom_restor": 5, "collision_precision_mod": 5, "command": 8, "comment": 38, "common": 7, "comparison": 16, "compression": 16, "comput": [13, 38], "concept": 0, "connect": [26, 34, 37], "consider": 26, "consist": 26, "control": [6, 15, 32, 40], "coordin": 10, "correctli": 13, "cpu": 27, "cross": 28, "cyclon": 16, "d": [16, 28], "data": [3, 7, 16, 21, 26, 29, 33], "deby": 30, "debye_factor": 30, "delta": [5, 22], "delta_loc": 30, "delta_t": 5, "delta_t_method": 5, "dens_": [5, 22], "densiti": 34, "density_spectrum": 31, "depend": [7, 23], "descript": [3, 24], "design": 13, "detail": 24, "diagnost": 16, "differ": 13, "diii": [16, 28], "discret": 38, "dissip": 6, "dlnndr_": [5, 22], "dlnndre_ad": 22, "dlntdr_": [5, 22], "dlntdr_para_": 22, "dlntdr_perp_": 22, "dlntdre_ad": 22, "doppler": 16, "download": 9, "dphi0dr": 22, "dramat": 13, "drmajdx_loc": 30, "drmindx_loc": 30, "dzmag": 5, "dzmajdx_loc": 30, "e_max": 5, "effect": [10, 13, 23], "eigenvalue_spectrum": 31, "electromagnet": 16, "electron": 16, "energet": 16, "energi": [34, 37], "environ": [0, 27], "epar0": 22, "epar0_spitz": 22, "equat": [33, 34], "equil": 24, "equilibria": 10, "equilibrium": [17, 23], "equilibrium_model": [5, 22], "error_tol": 5, "etg_factor": 30, "eulerian": 13, "exampl": 8, "exp_norm": 24, "experiment": [24, 26, 28, 29], "extra": 23, "f": 24, "faq": 4, "fast": 16, "feedback": 40, "field": [6, 10], "field_print_flag": 5, "field_spectrum": 31, "file": [0, 6, 7, 18, 24, 31, 32], "filter": 30, "find_width": 30, "first": 0, "flux": [10, 34], "forc": 26, "formal": 26, "formul": 38, "freq_tol": 5, "frequent": 3, "from": 13, "ft_model_sa": 30, "full": 13, "futur": 3, "ga": 27, "gacod": [17, 18, 19], "galleri": 12, "gamma_": 5, "gamma_e_scal": 5, "gamma_p": 5, "gamma_p_scal": 5, "gaussian": 32, "gchat": 30, "gener": [17, 23], "geo_ni": 22, "geo_yin": 22, "geometri": [6, 10, 17, 23, 32], "geometry_flag": 30, "gflux_print_flag": 5, "ghat": 30, "gkw": 28, "global": [6, 13, 16], "gpu": 27, "gpu_bigmem_flag": 5, "gradb_factor": 30, "gradient": 16, "grid": [24, 38], "gyro": [11, 12, 14, 15, 16, 28], "gyrobohm": 13, "gyrokinet": [13, 16], "h_print_flag": 5, "have": 13, "high": 40, "histori": [13, 25], "ibranch": 30, "iflux": 30, "imag": [3, 12], "impur": 16, "inadequ": 13, "independ": 7, "input": [3, 5, 6, 14, 15, 18, 21, 22, 23, 26, 30, 32, 33, 39, 40], "intensity_spectrum": 31, "interfac": [23, 33], "ipccw": [5, 22], "iter": 40, "jacobian": 38, "jan": 28, "kappa": [5, 22], "kappa_loc": 30, "kei": 28, "kx0_loc": 30, "ky": [5, 30], "kygrid_model": 30, "l": 28, "lambda_deby": 5, "lambda_debye_scal": 5, "laptop": 0, "legend": 13, "level": 40, "licens": 19, "limit": [13, 16], "line": 8, "link": [11, 21, 29, 33], "linsker_factor": 30, "list": [5, 6, 14, 15, 22, 30, 31, 39, 40], "loc_betae_scal": 39, "loc_dx": 39, "loc_dx_max": 39, "loc_er_feedback_flag": 39, "loc_evolve_grad_only_flag": 39, "loc_he_feedback_flag": 39, "loc_lock_profile_flag": 39, "loc_relax": 39, "loc_residual_method": 39, "loc_restart_flag": 39, "loc_scenario": 39, "loc_te_feedback_flag": 39, "loc_ti_feedback_flag": 39, "local": [13, 16], "mach": 5, "mach_scal": 5, "magnet": 10, "mass_": [5, 22], "mass_1": 30, "match": 16, "max_tim": 5, "method": 10, "miller": 32, "mint": 1, "miscellan": 20, "mod": 16, "mode": 28, "model": [23, 29], "moment_print_flag": 5, "momentum": 34, "mpi_rank_ord": 5, "n": 30, "n_energi": [5, 22], "n_field": 5, "n_global": 5, "n_radial": [5, 22], "n_speci": [5, 22], "n_theta": [5, 22], "n_toroid": 5, "n_xi": [5, 22], "nbasis_max": 30, "nbasis_min": 30, "ne_ad": 22, "necessari": 13, "neo": [21, 22, 23, 24], "nersc": 27, "new_eikon": 30, "nky": 30, "nmode": 30, "nonaxisymmetr": 23, "nonlinear": 13, "nonlinear_flag": 5, "normal": [3, 7, 21], "nsts_crossphase_spectrum": 31, "nu_1": 22, "nu_e": 5, "nu_glob": 5, "numer": [6, 23], "nup_alpha": 5, "nup_radi": 5, "nup_theta": 5, "nwidth": 30, "nxgrid": 30, "omega": 27, "omega_rot": 22, "omega_rot_deriv": 22, "openbla": 0, "orient": 10, "osx": 2, "out": [24, 31], "output": [3, 6, 7, 21, 24, 32, 33, 35], "overview": [11, 18, 25, 28, 29, 33], "own": 32, "p_prime_loc": 30, "parallel": 13, "paramet": [6, 10, 15, 23, 26, 32, 40], "park": 30, "particl": 16, "past": 3, "pci": 16, "perlmutt": 27, "perspect": 13, "perturb": 16, "phi": 24, "physic": [6, 17, 23, 26, 40], "plasma": [6, 17, 23, 26], "platform": 0, "plot": [3, 33, 36], "power": 34, "pre": 16, "prebuilt": 27, "prehistori": 13, "present": 28, "print_step": 5, "profil": [17, 23, 24, 26, 28, 40], "profile_dlnndr_": 22, "profile_dlntdr_": 22, "profile_equilibrium_model": 22, "profile_erad0_model": 22, "profile_model": [5, 22], "profiles_gen": 25, "public": [13, 28], "px0": 5, "python": 33, "q": [5, 22], "q_loc": 30, "q_prime_loc": 30, "q_sa": 30, "ql_flux_spectrum": 31, "quasineutral_flag": 5, "question": 3, "quick": [8, 11, 21, 29, 33], "refer": [9, 29, 42], "reflectomet": 16, "regard": 38, "relat": 6, "repositori": 9, "resolut": [6, 13, 23], "restart": 7, "restart_step": 5, "result": [16, 28], "rho_star": 22, "risk": 32, "rlns_1": 30, "rlts_1": 30, "rmaj": 5, "rmaj_loc": 30, "rmaj_over_a": 22, "rmaj_sa": 30, "rmin": 5, "rmin_loc": 30, "rmin_over_a": 22, "rmin_over_a_2": 22, "rmin_sa": 30, "rotat": [6, 17, 23, 24, 26], "rotation_model": [5, 22], "run": [3, 8, 17], "s_delta": [5, 22], "s_delta_loc": 30, "s_kappa": [5, 22], "s_kappa_loc": 30, "s_zeta": [5, 22], "s_zeta_loc": 30, "s_zmag": 22, "sat_geo_spectrum": 31, "sat_rul": 30, "satur": 29, "scalar_saturation_paramet": 31, "scenario": 37, "scienc": 13, "shape": 6, "shape_cos0": [5, 22], "shape_cos1": [5, 22], "shape_cos2": [5, 22], "shape_cos3": [5, 22], "shape_s_cos0": [5, 22], "shape_s_cos1": [5, 22], "shape_s_cos2": [5, 22], "shape_s_cos3": [5, 22], "shape_s_sin3": [5, 22], "shape_sin3": [5, 22], "shat_sa": 30, "shear": 22, "shift": [5, 22], "shortfal": 28, "sign_bt": 30, "sign_it": 30, "silent_flag": [5, 22], "sim_model": 22, "simul": [3, 13, 16], "softwar": 17, "solut": [33, 38], "solv": 34, "solver": 38, "some": 38, "sonic": 26, "sonoma": 2, "sourc": [0, 3, 9, 34, 37], "space": 13, "speci": [6, 23, 24, 32, 40], "spectral": 6, "spectral_shift": 31, "spitzer_model": 22, "standard": 24, "start": 8, "step": [0, 6], "strategi": 38, "structur": 18, "studi": 16, "submiss": 8, "subroutin": [23, 24], "suit": 17, "sum_flux_spectrum": 31, "supercomput": 16, "supra": 16, "surfac": 10, "sweep": 16, "synopsi": 13, "synthet": 16, "tabl": [10, 32], "tabular": [6, 15, 40], "taus_1": 30, "te_ad": 22, "temp_": [5, 22], "temp_para_": 22, "temp_perp_": 22, "temperatur": 16, "temperature_spectrum": 31, "tglf": [29, 30, 31, 32], "tgyro": [33, 34, 38, 39, 40], "tgyro_den_method": 39, "tgyro_iteration_method": 39, "tgyro_mod": 39, "tgyro_neo_method": 39, "tgyro_relax_iter": 39, "tgyro_therm_flag": 39, "tgyro_write_profiles_flag": 39, "theoret": 26, "theori": [24, 26], "theory_nclass": 24, "theta0_sa": 30, "theta_plot": 5, "theta_trap": 30, "threed_exb_dphi0dr": 22, "threed_exb_model": 22, "threed_model": 22, "time": [6, 7], "tokamak": 16, "tore": 16, "toru": 13, "transport": [13, 16, 24, 33, 34], "transport_exp": 24, "transport_flux": 24, "transport_gv": 24, "turbul": 16, "ubuntu": 1, "udsymmetry_flag": 5, "ul1": 13, "ul2": 13, "ul3": 13, "ul4": 13, "unit": [30, 38], "up_alpha": 5, "up_radi": 5, "up_theta": 5, "upwind_single_flag": 5, "urban": 13, "usag": 8, "use_bisect": 30, "use_bp": 30, "use_bpar": 30, "use_inboard_detrap": 30, "use_mhd_rul": 30, "use_transport_model": 30, "user": [9, 13], "valid": [16, 29], "variabl": 0, "vector": 32, "vel": 24, "vel_fouri": 24, "veloc": 13, "velocity_ord": 5, "verif": 16, "vexb": 30, "vexb_shear": 30, "vpar_1": 30, "vpar_model": 30, "vpar_shear_1": 30, "vpar_shear_model": 30, "wd_zero": 30, "width": [30, 32], "width_min": 30, "workshop": 41, "write_wavefunction_flag": 30, "xnu_factor": 30, "xnu_model": 30, "xnue": 30, "xwell_sa": 30, "yearli": 13, "your": [0, 32], "z_": [5, 22], "z_eff": 5, "z_eff_method": 5, "zeff": 30, "zeta": [5, 22], "zeta_loc": 30, "zf_test_mod": 5, "zmag": 5, "zmag_over_a": 22, "zmaj_loc": 30, "zs_1": 30}}) \ No newline at end of file +Search.setIndex({"alltitles": {"2002": [[13, "id20"]], "2003": [[13, "id22"]], "2004": [[13, "id25"]], "2005": [[13, "id33"]], "2006": [[13, "id40"]], "2007": [[13, "id49"]], "2008": [[13, "id59"]], "2009": [[13, "id63"]], "A Computational Science and User Perspective": [[13, "a-computational-science-and-user-perspective"]], "ADIABATIC_ELEC": [[30, "adiabatic-elec"]], "AGENDA": [[41, "agenda"]], "ALPHA_E": [[30, "alpha-e"]], "ALPHA_MACH": [[30, "alpha-mach"]], "ALPHA_P": [[30, "alpha-p"]], "ALPHA_QUENCH": [[30, "alpha-quench"]], "ALPHA_SA": [[30, "alpha-sa"]], "ALPHA_ZF": [[30, "alpha-zf"]], "AMP": [[5, "amp"]], "AMP0": [[5, "amp0"]], "AMP_PHI_N": [[14, "amp-phi-n"]], "ANISO_MODEL_*": [[22, "aniso-model"]], "AS_1": [[30, "as-1"]], "Acknowledgments": [[28, "acknowledgments"]], "Advanced shape parameters": [[6, "id2"]], "Alphabetical list for input.cgyro": [[5, null]], "Alphabetical list for input.gyro": [[14, null]], "Alphabetical list for input.neo": [[22, null]], "Alphabetical list for input.tglf": [[30, null]], "Alphabetical list for out.tglf files": [[31, null]], "Anomalous Transport in the DIII-D Tokamak Matched by Supercomputer Simulation": [[16, "anomalous-transport-in-the-diii-d-tokamak-matched-by-supercomputer-simulation"]], "Appropriate References": [[9, "id6"], [42, "id144"]], "BETAE": [[30, "betae"]], "BETAE_UNIT": [[5, "betae-unit"]], "BETAE_UNIT_SCALE": [[5, "betae-unit-scale"]], "BETA_STAR": [[22, "beta-star"]], "BETA_STAR_SCALE": [[5, "beta-star-scale"]], "BOX_SIZE": [[5, "box-size"]], "BTCCW": [[5, "btccw"], [22, "btccw"]], "B_MODEL_SA": [[30, "b-model-sa"]], "Batch submission": [[8, "batch-submission"]], "Bounding-box method": [[10, "bounding-box-method"]], "Brief description": [[3, "brief-description"]], "Build on your laptop": [[0, null]], "Building": [[0, "building"]], "CGYRO": [[3, null]], "CGYRO Normalization": [[3, "id8"]], "CGYRO Workshop 2022": [[41, null]], "CGYRO output files": [[7, null]], "COLLISION_ENE_DIFFUSION": [[5, "collision-ene-diffusion"]], "COLLISION_ENE_RESTORE": [[5, "collision-ene-restore"]], "COLLISION_FIELD_MODEL": [[5, "collision-field-model"]], "COLLISION_KPERP": [[5, "collision-kperp"]], "COLLISION_MODEL": [[5, "collision-model"], [22, "collision-model"]], "COLLISION_MOM_RESTORE": [[5, "collision-mom-restore"]], "COLLISION_PRECISION_MODE": [[5, "collision-precision-mode"]], "Change-at-your-own-risk parameters": [[32, "id6"]], "Codes": [[17, null]], "Collisions": [[6, "id9"]], "Command-line usage": [[8, "command-line-usage"]], "Common time-dependent output": [[7, "id2"]], "Comparison of GYRO simulations with fast-sweeping and Doppler reflectometer data in Tore Supra": [[16, "comparison-of-gyro-simulations-with-fast-sweeping-and-doppler-reflectometer-data-in-tore-supra"]], "Comparison of GYRO synthetic diagnostic results with C-Mod PCI data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-c-mod-pci-data"]], "Comparison of GYRO synthetic diagnostic results with DIII-D BES and CER data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-diii-d-bes-and-cer-data"]], "Compressional Electromagnetic Perturbations (2010)": [[16, "compressional-electromagnetic-perturbations-2010"]], "Computation of the Jacobian": [[38, "computation-of-the-jacobian"]], "Concept of platform files": [[0, "concept-of-platform-files"]], "Connection of Fluxes to Powers": [[34, "connection-of-fluxes-to-powers"]], "Connection to experimental data": [[26, "connection-to-experimental-data"]], "Consistency with force balance": [[26, "consistency-with-force-balance"]], "Control": [[32, "id1"]], "Control parameters": [[6, "id3"], [15, "id1"]], "Coordinates": [[10, "coordinates"]], "Cross-code benchmarking results": [[28, "cross-code-benchmarking-results"]], "Cyclone Base Case with Adiabatic Electrons (2001)": [[16, "cyclone-base-case-with-adiabatic-electrons-2001"]], "DEBYE": [[30, "debye"]], "DEBYE_FACTOR": [[30, "debye-factor"]], "DELTA": [[5, "delta"], [22, "delta"]], "DELTA_LOC": [[30, "delta-loc"]], "DELTA_T": [[5, "delta-t"]], "DELTA_T_METHOD": [[5, "delta-t-method"]], "DENS_*": [[5, "dens"], [22, "dens"]], "DIII-D L-mode shortfall": [[28, null]], "DLNNDRE_ADE": [[22, "dlnndre-ade"]], "DLNNDR_*": [[5, "dlnndr"], [22, "dlnndr"]], "DLNTDRE_ADE": [[22, "dlntdre-ade"]], "DLNTDR_*": [[5, "dlntdr"], [22, "dlntdr"]], "DLNTDR_PARA_*": [[22, "dlntdr-para"]], "DLNTDR_PERP_*": [[22, "dlntdr-perp"]], "DPHI0DR": [[22, "dphi0dr"]], "DRMAJDX_LOC": [[30, "drmajdx-loc"]], "DRMINDX_LOC": [[30, "drmindx-loc"]], "DZMAG": [[5, "dzmag"]], "DZMAJDX_LOC": [[30, "dzmajdx-loc"]], "Data input": [[3, "data-input"], [21, "data-input"], [33, "data-input"]], "Data output": [[21, "data-output"]], "Data output and plotting": [[3, "data-output-and-plotting"]], "Data output, python interface, and plotting": [[33, "data-output-python-interface-and-plotting"]], "Density Transport": [[34, "density-transport"]], "Density fluxes and sources": [[34, "id2"]], "Design History": [[13, "design-history"]], "Detailed description of NEO output files": [[24, "detailed-description-of-neo-output-files"]], "Download and user agreement": [[9, null]], "EPAR0": [[22, "epar0"]], "EPAR0_SPITZER": [[22, "epar0-spitzer"]], "EQUILIBRIUM_MODEL": [[5, "equilibrium-model"], [22, "equilibrium-model"]], "ERROR_TOL": [[5, "error-tol"]], "ETG_FACTOR": [[30, "etg-factor"]], "EXPERIMENTAL profiles": [[28, "experimental-profiles"]], "E_MAX": [[5, "e-max"]], "Effective field": [[10, "effective-field"]], "Electron Temperature Gradient Turbulence (2006)": [[16, "electron-temperature-gradient-turbulence-2006"]], "Energetic particle transport coefficients (2009)": [[16, "energetic-particle-transport-coefficients-2009"]], "Energy Transport": [[34, "energy-transport"]], "Energy fluxes and sources": [[34, "id3"]], "Environment variables": [[0, "environment-variables"]], "Equations solved in TGYRO": [[34, null]], "Equilibria": [[10, "equilibria"]], "Equilibrium and Profiles": [[17, "equilibrium-and-profiles"]], "Experimental profiles output files": [[24, "experimental-profiles-output-files"]], "Extra subroutine interface parameters": [[23, "extra-subroutine-interface-parameters"]], "FAQ": [[4, null]], "FIELD_PRINT_FLAG": [[5, "field-print-flag"]], "FILTER": [[30, "filter"]], "FIND_WIDTH": [[30, "find-width"]], "FLUX-SURFACE GEOMETRY": [[10, null]], "FREQ_TOL": [[5, "freq-tol"]], "FT_MODEL_SA": [[30, "ft-model-sa"]], "Fields": [[6, "id4"]], "File structure": [[18, "id3"]], "First step": [[0, "first-step"]], "Formulation": [[38, "formulation"]], "Formulation on a discrete grid": [[38, "formulation-on-a-discrete-grid"]], "Frequently Asked Questions": [[3, "frequently-asked-questions"]], "GA OMEGA": [[27, "ga-omega"]], "GACODE License": [[19, null]], "GAMMA_E": [[5, "gamma-e"]], "GAMMA_E_SCALE": [[5, "gamma-e-scale"]], "GAMMA_P": [[5, "gamma-p"]], "GAMMA_P_SCALE": [[5, "gamma-p-scale"]], "GCHAT": [[30, "gchat"]], "GEOMETRY_FLAG": [[30, "geometry-flag"]], "GEO_NY": [[22, "geo-ny"]], "GEO_YIN": [[22, "geo-yin"]], "GFLUX_PRINT_FLAG": [[5, "gflux-print-flag"]], "GHAT": [[30, "ghat"]], "GKW results (added 25-jan-2013)": [[28, "gkw-results-added-25-jan-2013"]], "GPU_BIGMEM_FLAG": [[5, "gpu-bigmem-flag"]], "GRADB_FACTOR": [[30, "gradb-factor"]], "GYRO": [[11, null]], "GYRO Validation Abstracts": [[16, "gyro-validation-abstracts"]], "GYRO results": [[28, "gyro-results"]], "GYRO verification and validation (pre 2010)": [[16, null]], "Gallery of classic GYRO images (circa 2003)": [[12, null]], "Gaussian width parameters": [[32, "id3"]], "General models": [[23, "id3"]], "Geometry": [[17, "geometry"]], "Global-spectral parameters": [[6, "id11"]], "Gyrokinetic Simulation in the 2000s": [[13, null]], "Gyrokinetic Simulation of Impurities (2004)": [[16, "gyrokinetic-simulation-of-impurities-2004"]], "H_PRINT_FLAG": [[5, "h-print-flag"]], "High-level control": [[40, "id1"]], "History and Overview": [[25, "history-and-overview"]], "IBRANCH": [[30, "ibranch"]], "IFLUX": [[30, "iflux"]], "IPCCW": [[5, "ipccw"], [22, "ipccw"]], "Input parameters": [[26, "input-parameters"]], "Iteration control": [[40, "id2"]], "KAPPA": [[5, "kappa"], [22, "kappa"]], "KAPPA_LOC": [[30, "kappa-loc"]], "KX0_LOC": [[30, "kx0-loc"]], "KY": [[5, "ky"], [30, "ky"]], "KYGRID_MODEL": [[30, "kygrid-model"]], "Key publications and presentations": [[28, "key-publications-and-presentations"]], "LAMBDA_DEBYE": [[5, "lambda-debye"]], "LAMBDA_DEBYE_SCALE": [[5, "lambda-debye-scale"]], "LINSKER_FACTOR": [[30, "linsker-factor"]], "LOC_BETAE_SCALE": [[39, "loc-betae-scale"]], "LOC_DX": [[39, "loc-dx"]], "LOC_DX_MAX": [[39, "loc-dx-max"]], "LOC_ER_FEEDBACK_FLAG": [[39, "loc-er-feedback-flag"]], "LOC_EVOLVE_GRAD_ONLY_FLAG": [[39, "loc-evolve-grad-only-flag"]], "LOC_HE_FEEDBACK_FLAG": [[39, "loc-he-feedback-flag"]], "LOC_LOCK_PROFILE_FLAG": [[39, "loc-lock-profile-flag"]], "LOC_RELAX": [[39, "loc-relax"]], "LOC_RESIDUAL_METHOD": [[39, "loc-residual-method"]], "LOC_RESTART_FLAG": [[39, "loc-restart-flag"]], "LOC_SCENARIO": [[39, "loc-scenario"]], "LOC_TE_FEEDBACK_FLAG": [[39, "loc-te-feedback-flag"]], "LOC_TI_FEEDBACK_FLAG": [[39, "loc-ti-feedback-flag"]], "Local limit of Global Simulations (2004)": [[16, "local-limit-of-global-simulations-2004"]], "MACH": [[5, "mach"]], "MACH_SCALE": [[5, "mach-scale"]], "MASS_*": [[5, "mass"], [22, "mass"]], "MASS_1": [[30, "mass-1"]], "MAX_TIME": [[5, "max-time"]], "MOMENT_PRINT_FLAG": [[5, "moment-print-flag"]], "MPI_RANK_ORDER": [[5, "mpi-rank-order"]], "Magnetic field orientation": [[10, "magnetic-field-orientation"]], "Miller geometry parameters": [[32, "id4"]], "Miscellaneous": [[20, null]], "Momentum Transport": [[34, "momentum-transport"]], "Momentum fluxes and sources": [[34, "id4"]], "NBASIS_MAX": [[30, "nbasis-max"]], "NBASIS_MIN": [[30, "nbasis-min"]], "NEO": [[21, null]], "NEO Output Files": [[24, null]], "NERSC PERLMUTTER (CPU)": [[27, "nersc-perlmutter-cpu"]], "NERSC PERLMUTTER (GPU)": [[27, "nersc-perlmutter-gpu"]], "NEW_EIKONAL": [[30, "new-eikonal"]], "NE_ADE": [[22, "ne-ade"]], "NKY": [[30, "nky"]], "NMODES": [[30, "nmodes"]], "NONLINEAR_FLAG": [[5, "nonlinear-flag"]], "NS": [[30, "ns"]], "NUP_ALPHA": [[5, "nup-alpha"]], "NUP_RADIAL": [[5, "nup-radial"]], "NUP_THETA": [[5, "nup-theta"]], "NU_1": [[22, "nu-1"]], "NU_EE": [[5, "nu-ee"]], "NU_GLOBAL": [[5, "nu-global"]], "NWIDTH": [[30, "nwidth"]], "NXGRID": [[30, "nxgrid"]], "N_ENERGY": [[5, "n-energy"], [22, "n-energy"]], "N_FIELD": [[5, "n-field"]], "N_GLOBAL": [[5, "n-global"]], "N_RADIAL": [[5, "n-radial"], [22, "n-radial"]], "N_SPECIES": [[5, "n-species"], [22, "n-species"]], "N_THETA": [[5, "n-theta"], [22, "n-theta"]], "N_TOROIDAL": [[5, "n-toroidal"]], "N_XI": [[5, "n-xi"], [22, "n-xi"]], "Nonaxisymmetric effects": [[23, "id6"]], "Normalization": [[3, "normalization"], [21, "normalization"]], "Numerical Dissipation": [[6, "id6"]], "Numerical Resolution": [[6, "id5"]], "Numerical resolution": [[23, "id1"]], "OMEGA_ROT": [[22, "omega-rot"]], "OMEGA_ROT_DERIV": [[22, "omega-rot-deriv"]], "OSX Sonoma": [[2, null]], "OUTPUT": [[35, null]], "OpenBLAS": [[0, "openblas"]], "Output Normalization": [[7, "output-normalization"]], "Output file control": [[6, "id12"]], "Overview": [[11, "overview"], [18, "overview"], [28, "overview"], [29, "overview"], [33, "overview"]], "PARK": [[30, "park"]], "PLASMA ROTATION THEORY": [[26, null]], "PLOT": [[36, null]], "PRINT_STEP": [[5, "print-step"]], "PROFILE_DLNNDR_*_SCALE": [[22, "profile-dlnndr-scale"]], "PROFILE_DLNTDR_*_SCALE": [[22, "profile-dlntdr-scale"]], "PROFILE_EQUILIBRIUM_MODEL": [[22, "profile-equilibrium-model"]], "PROFILE_ERAD0_MODEL": [[22, "profile-erad0-model"]], "PROFILE_MODEL": [[5, "profile-model"], [22, "profile-model"]], "PX0": [[5, "px0"]], "P_PRIME_LOC": [[30, "p-prime-loc"]], "Parameters for input.neo": [[23, null]], "Past and Future": [[3, "past-and-future"]], "Physical considerations": [[26, "physical-considerations"]], "Physics": [[17, null]], "Physics Control": [[40, "id4"]], "Plasma Rotation": [[17, "plasma-rotation"]], "Plasma equilibrium/geometry": [[23, "id2"]], "Plasma shape/geometry": [[6, "id1"]], "Prebuilt Environments": [[27, null]], "Prehistory": [[13, "prehistory"]], "Profile Feedback Control": [[40, "id3"]], "Profile models": [[23, "id4"]], "Q": [[5, "q"], [22, "q"]], "QL_flux_spectrum": [[31, "ql-flux-spectrum"]], "QUASINEUTRAL_FLAG": [[5, "quasineutral-flag"]], "Q_LOC": [[30, "q-loc"]], "Q_PRIME_LOC": [[30, "q-prime-loc"]], "Q_SA": [[30, "q-sa"]], "Quick links": [[11, "quick-links"], [21, "quick-links"], [29, "quick-links"], [33, "quick-links"]], "Quick-start example": [[8, "quick-start-example"]], "RESTART_STEP": [[5, "restart-step"]], "RHO_STAR": [[22, "rho-star"]], "RLNS_1": [[30, "rlns-1"]], "RLTS_1": [[30, "rlts-1"]], "RMAJ": [[5, "rmaj"]], "RMAJ_LOC": [[30, "rmaj-loc"]], "RMAJ_OVER_A": [[22, "rmaj-over-a"]], "RMAJ_SA": [[30, "rmaj-sa"]], "RMIN": [[5, "rmin"]], "RMIN_LOC": [[30, "rmin-loc"]], "RMIN_OVER_A": [[22, "rmin-over-a"]], "RMIN_OVER_A_2": [[22, "rmin-over-a-2"]], "RMIN_SA": [[30, "rmin-sa"]], "ROTATION_MODEL": [[5, "rotation-model"], [22, "rotation-model"]], "References": [[42, null]], "References: TGLF saturation models": [[29, "id9"]], "References: TGLF validation against experimental data": [[29, "id10"]], "Repository access": [[9, "repository-access"]], "Restart data": [[7, "id3"]], "Rotation output files": [[24, "rotation-output-files"]], "Rotation physics": [[6, "id10"], [23, "id5"]], "Running Cases": [[3, "running-cases"], [8, null]], "Running GACODE": [[17, "running-gacode"]], "S": [[5, "s"]], "SAT_RULE": [[30, "sat-rule"]], "SHAPE_COS0": [[5, "shape-cos0"], [22, "shape-cos0"]], "SHAPE_COS1": [[5, "shape-cos1"], [22, "shape-cos1"]], "SHAPE_COS2": [[5, "shape-cos2"], [22, "shape-cos2"]], "SHAPE_COS3": [[5, "shape-cos3"], [22, "shape-cos3"]], "SHAPE_SIN3": [[5, "shape-sin3"], [22, "shape-sin3"]], "SHAPE_S_COS0": [[5, "shape-s-cos0"], [22, "shape-s-cos0"]], "SHAPE_S_COS1": [[5, "shape-s-cos1"], [22, "shape-s-cos1"]], "SHAPE_S_COS2": [[5, "shape-s-cos2"], [22, "shape-s-cos2"]], "SHAPE_S_COS3": [[5, "shape-s-cos3"], [22, "shape-s-cos3"]], "SHAPE_S_SIN3": [[5, "shape-s-sin3"], [22, "shape-s-sin3"]], "SHAT_SA": [[30, "shat-sa"]], "SHEAR": [[22, "shear"]], "SHIFT": [[5, "shift"], [22, "shift"]], "SIGN_BT": [[30, "sign-bt"]], "SIGN_IT": [[30, "sign-it"]], "SILENT_FLAG": [[5, "silent-flag"], [22, "silent-flag"]], "SIM_MODEL": [[22, "sim-model"]], "SPITZER_MODEL": [[22, "spitzer-model"]], "S_DELTA": [[5, "s-delta"], [22, "s-delta"]], "S_DELTA_LOC": [[30, "s-delta-loc"]], "S_KAPPA": [[5, "s-kappa"], [22, "s-kappa"]], "S_KAPPA_LOC": [[30, "s-kappa-loc"]], "S_ZETA": [[5, "s-zeta"], [22, "s-zeta"]], "S_ZETA_LOC": [[30, "s-zeta-loc"]], "S_ZMAG": [[22, "s-zmag"]], "Scenarios and connection to energy sources": [[37, null]], "Simulation images": [[3, "simulation-images"]], "Software": [[17, null]], "Solution strategy": [[38, "solution-strategy"]], "Some comments regarding units": [[38, "some-comments-regarding-units"]], "Sonic rotation formalism": [[26, "sonic-rotation-formalism"]], "Source Code": [[3, "source-code"]], "Source code": [[0, "source-code"], [9, "source-code"]], "Species Parameters": [[40, "id5"]], "Species Vectors": [[32, "id2"]], "Species-dependent parameters": [[23, "id7"]], "Species-related parameters": [[6, "id8"]], "Standard output files": [[24, "standard-output-files"]], "Subroutine output": [[24, "subroutine-output"]], "TAUS_1": [[30, "taus-1"]], "TEMP_*": [[5, "temp"], [22, "temp"]], "TEMP_PARA_*": [[22, "temp-para"]], "TEMP_PERP_*": [[22, "temp-perp"]], "TE_ADE": [[22, "te-ade"]], "TGLF": [[29, null]], "TGLF output files": [[32, "id8"]], "TGLF output parameters": [[32, "id7"]], "TGYRO": [[33, null]], "TGYRO solver algorithm": [[38, null]], "TGYRO_DEN_METHOD*": [[39, "tgyro-den-method"]], "TGYRO_ITERATION_METHOD": [[39, "tgyro-iteration-method"]], "TGYRO_MODE": [[39, "tgyro-mode"]], "TGYRO_NEO_METHOD": [[39, "tgyro-neo-method"]], "TGYRO_RELAX_ITERATIONS": [[39, "tgyro-relax-iterations"]], "TGYRO_THERM_FLAG*": [[39, "tgyro-therm-flag"]], "TGYRO_WRITE_PROFILES_FLAG": [[39, "tgyro-write-profiles-flag"]], "THETA0_SA": [[30, "theta0-sa"]], "THETA_PLOT": [[5, "theta-plot"]], "THETA_TRAPPED": [[30, "theta-trapped"]], "THREED_EXB_DPHI0DR": [[22, "threed-exb-dphi0dr"]], "THREED_EXB_MODEL": [[22, "threed-exb-model"]], "THREED_MODEL": [[22, "threed-model"]], "TOROIDALS_PER_PROC": [[5, "toroidals-per-proc"]], "Table of geometry parameters": [[10, "table-of-geometry-parameters"]], "Table of inputs and outputs": [[32, null]], "Tabular list for input.cgyro": [[6, null]], "Tabular list for input.gyro": [[15, null]], "The General Atomics GACODE Suite": [[17, null]], "The rotation profile": [[26, "the-rotation-profile"]], "Theoretical basis for sonic rotation": [[26, "theoretical-basis-for-sonic-rotation"]], "Time Stepping": [[6, "id7"]], "Time-independent output": [[7, "id1"]], "Transport equations and solution": [[33, "transport-equations-and-solution"]], "UDSYMMETRY_FLAG": [[5, "udsymmetry-flag"]], "UL1: The local gyroBohm limit of global codes differs from local codes": [[13, "ul1-the-local-gyrobohm-limit-of-global-codes-differs-from-local-codes"]], "UL2: Full torus simulations are necessary to correctly compute the local transport": [[13, "ul2-full-torus-simulations-are-necessary-to-correctly-compute-the-local-transport"]], "UL3: Eulerian codes have inadequate velocity-space resolution": [[13, "ul3-eulerian-codes-have-inadequate-velocity-space-resolution"]], "UL4: The parallel nonlinearity can have a dramatic effect on the transport": [[13, "ul4-the-parallel-nonlinearity-can-have-a-dramatic-effect-on-the-transport"]], "UNITS": [[30, "units"]], "UPWIND_SINGLE_FLAG": [[5, "upwind-single-flag"]], "UP_ALPHA": [[5, "up-alpha"]], "UP_RADIAL": [[5, "up-radial"]], "UP_THETA": [[5, "up-theta"]], "USE_BISECTION": [[30, "use-bisection"]], "USE_BPAR": [[30, "use-bpar"]], "USE_BPER": [[30, "use-bper"]], "USE_INBOARD_DETRAPPED": [[30, "use-inboard-detrapped"]], "USE_MHD_RULE": [[30, "use-mhd-rule"]], "USE_TRANSPORT_MODEL": [[30, "use-transport-model"]], "Ubuntu/Mint": [[1, null]], "Urban Legends": [[13, "urban-legends"]], "VELOCITY_ORDER": [[5, "velocity-order"]], "VEXB": [[30, "vexb"]], "VEXB_SHEAR": [[30, "vexb-shear"]], "VPAR_1": [[30, "vpar-1"]], "VPAR_MODEL": [[30, "vpar-model"]], "VPAR_SHEAR_1": [[30, "vpar-shear-1"]], "VPAR_SHEAR_MODEL": [[30, "vpar-shear-model"]], "Verification Studies": [[16, "verification-studies"]], "WD_ZERO": [[30, "wd-zero"]], "WIDTH": [[30, "width"]], "WIDTH_MIN": [[30, "width-min"]], "WRITE_WAVEFUNCTION_FLAG": [[30, "write-wavefunction-flag"]], "XNUE": [[30, "xnue"]], "XNU_FACTOR": [[30, "xnu-factor"]], "XNU_MODEL": [[30, "xnu-model"]], "XWELL_SA": [[30, "xwell-sa"]], "Yearly Publication Synopsis": [[13, "yearly-publication-synopsis"]], "ZEFF": [[30, "zeff"]], "ZETA": [[5, "zeta"], [22, "zeta"]], "ZETA_LOC": [[30, "zeta-loc"]], "ZF_TEST_MODE": [[5, "zf-test-mode"]], "ZMAG": [[5, "zmag"]], "ZMAG_OVER_A": [[22, "zmag-over-a"]], "ZMAJ_LOC": [[30, "zmaj-loc"]], "ZS_1": [[30, "zs-1"]], "Z_*": [[5, "z"], [22, "z"]], "Z_EFF": [[5, "z-eff"]], "Z_EFF_METHOD": [[5, "z-eff-method"]], "density_spectrum": [[31, "density-spectrum"]], "eigenvalue_spectrum": [[31, "eigenvalue-spectrum"]], "field_spectrum": [[31, "field-spectrum"]], "input.gacode": [[18, null]], "input.tgyro Alphabetical List": [[39, null]], "input.tgyro Tabular List": [[40, null]], "intensity_spectrum": [[31, "intensity-spectrum"]], "nsts_crossphase_spectrum": [[31, "nsts-crossphase-spectrum"]], "out.neo.equil": [[24, "out-neo-equil"]], "out.neo.exp_norm": [[24, "out-neo-exp-norm"]], "out.neo.f": [[24, "out-neo-f"]], "out.neo.grid": [[24, "out-neo-grid"]], "out.neo.phi": [[24, "out-neo-phi"]], "out.neo.rotation": [[24, "out-neo-rotation"]], "out.neo.species": [[24, "out-neo-species"]], "out.neo.theory": [[24, "out-neo-theory"]], "out.neo.theory_nclass": [[24, "out-neo-theory-nclass"]], "out.neo.transport": [[24, "out-neo-transport"]], "out.neo.transport_exp": [[24, "out-neo-transport-exp"]], "out.neo.transport_flux": [[24, "out-neo-transport-flux"]], "out.neo.transport_gv": [[24, "out-neo-transport-gv"]], "out.neo.vel": [[24, "out-neo-vel"]], "out.neo.vel_fourier": [[24, "out-neo-vel-fourier"]], "profiles_gen": [[25, null]], "s-alpha geometry parameters": [[32, "id5"]], "sat_geo_spectrum": [[31, "sat-geo-spectrum"]], "scalar_saturation_parameters": [[31, "scalar-saturation-parameters"]], "spectral_shift": [[31, "spectral-shift"]], "sum_flux_spectrum": [[31, "sum-flux-spectrum"]], "temperature_spectrum": [[31, "temperature-spectrum"]]}, "docnames": ["build", "build/pre_linux", "build/pre_osx", "cgyro", "cgyro/FAQ", "cgyro/cgyro_list", "cgyro/cgyro_table", "cgyro/outputs", "cgyro/running_cases", "download", "geometry", "gyro", "gyro/gyro_gallery", "gyro/gyro_history", "gyro/gyro_list", "gyro/gyro_table", "gyro/gyro_vv", "index", "input_gacode", "license", "misc", "neo", "neo/neo_list", "neo/neo_table", "neo/outputs", "prgen", "rotation", "setup", "shortfall", "tglf", "tglf/tglf_list", "tglf/tglf_output_list", "tglf/tglf_table", "tgyro", "tgyro/equations", "tgyro/output", "tgyro/plot", "tgyro/scenarios", "tgyro/solver", "tgyro/tgyro_list", "tgyro/tgyro_table", "workshop", "zreferences"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["build.rst", "build/pre_linux.rst", "build/pre_osx.rst", "cgyro.rst", "cgyro/FAQ.rst", "cgyro/cgyro_list.rst", "cgyro/cgyro_table.rst", "cgyro/outputs.rst", "cgyro/running_cases.rst", "download.rst", "geometry.rst", "gyro.rst", "gyro/gyro_gallery.rst", "gyro/gyro_history.rst", "gyro/gyro_list.rst", "gyro/gyro_table.rst", "gyro/gyro_vv.rst", "index.rst", "input_gacode.rst", "license.rst", "misc.rst", "neo.rst", "neo/neo_list.rst", "neo/neo_table.rst", "neo/outputs.rst", "prgen.rst", "rotation.rst", "setup.rst", "shortfall.rst", "tglf.rst", "tglf/tglf_list.rst", "tglf/tglf_output_list.rst", "tglf/tglf_table.rst", "tgyro.rst", "tgyro/equations.rst", "tgyro/output.rst", "tgyro/plot.rst", "tgyro/scenarios.rst", "tgyro/solver.rst", "tgyro/tgyro_list.rst", "tgyro/tgyro_table.rst", "workshop.rst", "zreferences.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 4, 6, 7, 8, 9, 10, 11, 13, 16, 18, 19, 22, 24, 29, 30, 31, 34, 38, 42], "0": [0, 4, 5, 6, 7, 8, 10, 13, 15, 16, 18, 21, 22, 23, 24, 26, 28, 30, 31, 32, 38, 39, 40, 41], "00": [4, 8, 13, 42], "00035": 42, "00079": 42, "001": [5, 6, 22, 23], "0010": 42, "0029": 42, "005": 28, "00am": 41, "01": [4, 5, 6, 13], "012001": 42, "012008": 42, "012043": 42, "012502": 42, "014004": 42, "014505": 42, "015013": 42, "015015": 42, "016": 42, "02": [9, 39], "020": 42, "022305": 42, "022509": 42, "024004": 42, "03": [4, 13, 42], "032301": 42, "032310": 42, "036036": 42, "039": 42, "04": [39, 42], "042001": 42, "045001": 42, "045005": 42, "05": [13, 30, 39, 42], "052301": [28, 42], "055003": 42, "055013": 42, "055908": 42, "055909": 42, "056116": [28, 42], "06": [9, 16, 39, 42], "060704": 42, "060901": [28, 42], "062302": 42, "062518": 42, "066015": 42, "07": [9, 42], "072303": 42, "072304": 42, "072307": 42, "072505": 24, "0741": 42, "074501": 42, "074505": 42, "075018": 42, "08": [13, 28, 39, 42], "09": [8, 9, 13, 16, 28, 42], "095010": 42, "096005": 42, "0_": 38, "0a": 24, "0th": [5, 22], "1": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "10": [3, 5, 6, 13, 18, 28, 39, 42], "100": [4, 5, 6, 28], "1000": 5, "1016": 42, "102301": 42, "102306": 42, "102508": 42, "1051": 42, "1063": 42, "1088": 42, "11": [9, 16, 22, 24, 41, 42], "110": 42, "1103": 42, "112007": 42, "1121": 42, "112303": 42, "112503": [28, 42], "113017": 42, "116007": 42, "11am": 41, "12": [30, 32, 42], "1209": 42, "122305": 42, "122306": 42, "122307": [28, 42], "122309": 42, "122503": 42, "122505": [28, 42], "122507": 42, "125": 42, "128": [13, 27, 42], "128913": 28, "13": [29, 42], "1361": 42, "14": [28, 42], "1477": 42, "1493": 24, "15": [5, 6, 28, 42], "1500": 28, "15th": 42, "16": [3, 5, 6, 11, 24, 27, 28, 30, 32, 42], "1695358": 42, "17": [22, 23, 24, 42], "1741": 42, "18": [28, 29, 42], "1800": 29, "186": 42, "1879": 42, "188": 42, "1897": 24, "19": [3, 18, 24, 29, 42], "1938": 42, "195004": 42, "1973": 24, "1976": 24, "1977": 24, "1982": 24, "1985": 42, "1988": [24, 42], "1990": 13, "1993": 42, "1994": [13, 42], "1995": 42, "1996": 42, "1997": [24, 42], "1998": 42, "1999": [13, 24, 42], "1_": 38, "1e": [5, 6, 14, 15], "1st": [5, 22], "1th": [5, 22], "2": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "20": [24, 29, 30, 42], "2000": [11, 17, 42], "2001": [13, 42], "2002": 42, "2003": [11, 16, 17, 42], "2004": 42, "2005": [25, 42], "2006": 42, "2007": 42, "2008": [28, 42], "2009": [28, 42], "2010": [11, 17, 25, 42], "2011": [28, 42], "2012": [24, 28, 42], "2013": [9, 17, 42], "2014": [28, 42], "2016": [28, 42], "2017": 42, "2018": [9, 19, 42], "2019": [30, 42], "2020": 42, "2021": 42, "2022": [17, 20, 42], "21": [28, 29, 30, 32, 42], "2107": 42, "22": [29, 30, 42], "2229": 42, "23": [28, 42], "239": 24, "24": [3, 5, 6, 30, 41], "2408": 42, "2433": 42, "2436852": 42, "2482": 42, "25": [17, 24, 30, 32, 41, 42], "256": 27, "2560": 42, "26": 42, "27": [21, 22, 24, 28], "273": 42, "28": 42, "2834": 24, "2889008": 42, "2d": 22, "2m": 22, "2nd": [5, 6, 22, 32], "2t_e": 5, "2th": [5, 22], "3": [2, 3, 5, 6, 9, 10, 13, 16, 18, 21, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42], "30": [24, 28, 42], "300": 13, "3082": 42, "310": 2, "32": [5, 22, 27], "3211": 42, "3230": 24, "324": 42, "32664": 42, "33": 42, "3335": 42, "3412": 42, "345": 3, "3452e": [21, 22], "356": 42, "384": 39, "3d": [22, 23], "3rd": [5, 6, 13, 22], "4": [0, 4, 5, 6, 9, 13, 14, 15, 16, 22, 23, 24, 27, 30, 32, 39, 42], "40": 42, "400": 16, "4018": 42, "4046": 42, "405": 24, "418": 24, "43": 42, "4326": 42, "44577e": 4, "448": 42, "45": 42, "45am": 41, "4655": 42, "47th": 42, "48": [24, 42], "49": 42, "4904301": 42, "4954905": 42, "4th": 22, "5": [5, 6, 9, 13, 16, 22, 23, 24, 28, 30, 32, 39, 42], "50": [28, 42], "500": 29, "51": 42, "512": 8, "53": 42, "54": 42, "545": 42, "5515": 42, "5579": 42, "56": 42, "58644e": 4, "59": [27, 42], "5th": [5, 28], "6": [4, 5, 13, 16, 22, 23, 24, 39, 42], "60": 16, "61": 42, "62": 42, "63": 42, "64": [0, 5], "65": [30, 32], "6587": 42, "667": 42, "6th": 13, "7": [4, 5, 16, 24, 30, 32], "71": 42, "724": 42, "724e": 5, "73": 42, "741": 42, "744": 42, "74754e": 4, "75": [13, 16, 28, 39], "77": 42, "78": 42, "8": [0, 4, 5, 6, 22, 24, 27, 42], "80": 42, "812": 42, "81550e": 4, "83": 29, "836": 24, "84003e": 4, "85": 42, "865350": 42, "88": 42, "9": [41, 42], "900": 16, "91": 42, "92020e": 4, "94": [13, 42], "95": 42, "96": 29, "97": [13, 42], "9991": 42, "9am": 41, "9i4": 42, "A": [3, 5, 8, 16, 17, 19, 21, 24, 28, 31, 38, 42], "AND": 19, "AS": [9, 19], "AT": 9, "As": [3, 13, 16, 26], "At": [13, 16], "BE": 19, "BES": 13, "BUT": 19, "By": [9, 13, 25, 26, 29, 39], "FOR": 19, "For": [4, 5, 10, 11, 13, 14, 16, 18, 21, 22, 24, 26, 30, 32, 39], "IN": 19, "If": [0, 5, 9, 19, 22, 26, 38, 39], "In": [0, 5, 10, 13, 16, 21, 22, 24, 26, 29, 33, 38, 39, 42], "It": [0, 3, 5, 7, 8, 11, 16, 22, 26, 38, 39], "NO": 19, "NOT": [4, 19], "No": [5, 23, 39], "OF": 19, "ON": 5, "OR": 19, "Of": 22, "On": [5, 8, 13, 38], "One": 13, "THE": 19, "TO": 19, "The": [3, 4, 5, 8, 9, 10, 16, 18, 19, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 38, 39, 42], "Then": [4, 38], "There": [0, 5, 13, 16, 17, 18], "These": [4, 13, 18, 23, 24, 28], "To": [0, 4, 5, 8, 9, 12, 13, 18, 19, 27, 38, 39], "WITH": 19, "With": [13, 22, 29], "_": [5, 10, 21, 22, 24, 26, 30, 31, 32, 38], "_0": 26, "_1": [22, 26], "_ade": 22, "_deriv": 22, "_dlnndr": 22, "_dlntdr": 22, "_dphi0dr": 22, "_energi": 24, "_exb": 22, "_in": 21, "_model": 23, "_p": 39, "_para": 22, "_perp": 22, "_r": 22, "_radial": 24, "_relax": 39, "_rot": 22, "_rp": 22, "_scale": [17, 23], "_scenario": 37, "_size": 5, "_speci": 24, "_spitzer": 22, "_theta": 24, "_xi": 24, "_z": 22, "_zp": 22, "a_": [5, 7, 14, 24, 30, 32], "ab": [30, 32], "ab759c": 42, "abc63b": 42, "abc861": 42, "abil": [3, 13, 25, 33], "abl": 13, "about": [10, 13, 16, 17, 18, 22, 27], "abov": [5, 8, 9, 10, 19, 22, 26, 28, 38], "absenc": 5, "absent": 13, "absolut": [16, 30, 32], "absorb": [3, 11], "abstract": 17, "ac": 42, "ac243a": 42, "ac592b": 42, "ac7a4d": 42, "acb20": [10, 18, 42], "acceler": 5, "accept": 8, "access": 17, "accord": 26, "accordingli": 8, "account": 9, "accur": [13, 28, 29, 38], "accuraci": [5, 13, 16, 21, 29, 42], "achiev": [13, 16], "acknowledg": 17, "acm": 42, "acquisit": 13, "across": [4, 13, 24, 28, 42], "action": 19, "activ": [5, 13, 22], "actual": [13, 16], "ad": [3, 8, 11, 13, 16, 17, 18, 22, 24], "adapt": [4, 5, 41], "add": 27, "addit": [8, 13, 21, 22, 24, 26, 30, 33], "address": 16, "adequ": 13, "adiabat": [13, 22, 23, 24, 28, 30, 32], "adiabatic_elec": [17, 32], "adjust": [30, 32, 39], "adopt": [3, 38], "advanc": [13, 16, 42], "advantag": 13, "ae": 13, "affect": [13, 22, 39], "after": [0, 5, 13, 16, 38], "against": [13, 16, 28], "agenda": 17, "agre": [9, 16], "agreement": [13, 16, 17, 19, 29], "agt": [29, 42], "al": [24, 28], "alam": 42, "alcat": [16, 42], "alfv\u00e9n": 13, "algorithm": [3, 11, 13, 17, 33], "align": [4, 10, 24, 26, 30, 37, 38], "alik": 13, "all": [3, 4, 5, 8, 9, 11, 13, 16, 18, 19, 22, 24, 26, 28, 30, 31, 32, 39, 40], "allow": [5, 13, 16, 18, 22, 23, 26, 30, 32, 39], "almost": 0, "along": [5, 10, 22, 29, 30], "alpha": [4, 5, 10, 13, 16, 22, 24, 29, 30, 34, 39, 42], "alpha_": [17, 31, 32], "alpha_mach": [17, 32], "alpha_p": [17, 32], "alpha_quench": [17, 31, 32], "alpha_sa": [17, 32], "alpha_zf": [17, 31, 32], "alphabet": [3, 11, 17, 21, 29, 33], "also": [5, 8, 11, 13, 16, 17, 21, 22, 25, 28, 29, 33, 38], "altern": [26, 28], "although": [3, 13, 28, 33], "altix": 13, "alwai": [5, 13, 24, 26, 39], "am": 42, "ambigu": 13, "ambipolar": 24, "among": [13, 16], "amount": [13, 30, 39, 40], "amp": 6, "amp0": 6, "amp_phi_n": [15, 17], "amper": 13, "amplifi": 26, "amplitud": [5, 6, 13, 14, 15, 30, 31, 32], "an": [0, 3, 4, 5, 8, 13, 16, 18, 19, 21, 22, 25, 26, 29, 30, 38, 39, 42], "analog": 13, "analogi": 26, "analys": 26, "analysi": [13, 26, 28, 41, 42], "analyt": [21, 22, 23, 24], "analyz": 13, "angioni": [16, 42], "angl": [5, 6, 10, 22, 24, 26, 28], "angular": [13, 22, 23, 24, 26, 32, 34, 42], "ani": [5, 9, 19, 28, 30, 38, 39], "aniso": [23, 24], "aniso_model_": [17, 23], "aniso_model_1": 22, "aniso_model_2": 22, "aniso_model_3": 22, "anisotrop": [22, 23, 24], "anisotropi": 16, "anomal": 42, "anomali": 16, "anti": [10, 30], "antisymmetr": [5, 6, 22], "apart": 13, "app": [16, 42], "appar": 16, "appear": [13, 26], "append": 21, "appli": [5, 13, 26, 38], "applic": [13, 16, 28, 42], "approach": [3, 11], "appropri": 19, "approxim": [13, 21, 26, 30, 38, 39], "apt": 1, "ar": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 33, 38, 39], "arash": 41, "arbitrari": [4, 18, 21, 22, 23, 38], "arbon": 42, "architechtur": 42, "area": [9, 34, 42], "aris": [19, 26, 39], "around": 26, "arrai": [5, 22, 23, 24, 30, 32], "arrow": 26, "articl": [9, 19, 28], "artifici": [4, 13], "artun": 42, "as_1": [17, 32], "ascii": [24, 28], "asdex": [29, 42], "ash": [13, 39, 42], "ashourvan": 41, "ask": 17, "aspect": [3, 11, 22, 29], "assess": 39, "associ": [16, 19, 22, 24, 28, 38], "assum": [22, 24, 30], "assumpt": [30, 38], "asymmetr": [18, 24], "asymmetri": [21, 22, 24, 26, 28], "asymptot": [13, 21], "atom": [3, 8, 12, 13, 27, 42], "attempt": [13, 16], "attend": 13, "attent": [8, 38], "attenu": 16, "attribut": 12, "austin": 42, "author": [9, 19], "auto": [8, 10], "autodetect": 4, "automat": 5, "aux": [34, 37], "auxiliari": [34, 39], "avail": [3, 5, 9, 13, 19, 22, 23, 28], "availbl": 28, "averag": [5, 13, 16, 22, 24, 26, 28, 34, 42], "avoid": 30, "axi": [31, 42], "axisymmetr": [22, 26, 42], "azevedo": 42, "b": [5, 6, 10, 13, 14, 16, 22, 24, 26, 30, 31, 32, 42], "b_": [4, 5, 7, 10, 14, 16, 22, 24, 30, 31, 32], "b_model_sa": [17, 32], "b_p": [5, 18, 22, 26], "b_t": [5, 22, 26], "balanc": [13, 17, 39, 40, 42], "ball": [8, 41], "balloon": [5, 29, 30, 32, 42], "banana": 26, "bar": [13, 16, 28], "barn": [28, 42], "barrier": [13, 25, 26, 29], "base": [5, 9, 13, 19, 22, 25, 28, 33, 39, 42], "baselin": 42, "bashrc": 27, "basi": [17, 22, 28, 30, 32, 38], "basic": 16, "bc08": [3, 9, 21, 26, 42], "bc09": [21, 26, 42], "bc12": [3, 9, 21, 42], "bc17": [3, 11, 42], "bc18": [3, 11, 42], "bcbh11": [28, 42], "beam": [16, 18, 26, 34, 42], "becam": 25, "becaus": [5, 26, 38, 39], "becom": [3, 11, 26], "been": [10, 13, 16, 21, 28, 29, 38], "beer": [13, 42], "befor": 13, "began": 13, "begin": [4, 23, 24, 26, 37, 38], "begun": 13, "behav": 16, "behaviour": 39, "being": [5, 13, 31, 32], "believ": [13, 26], "belli": [3, 42], "below": [9, 10, 13, 16, 24, 26, 27, 28, 30, 34], "benchamark": 21, "benchmark": [13, 16, 17, 29], "beta": [5, 6, 13, 17, 22, 32, 39, 40, 42], "beta_": [4, 5, 10, 22], "beta_star": [10, 17, 23], "beta_star_scal": [6, 10], "betae_unit": [6, 10, 41], "betae_unit_scal": 6, "better": [5, 29], "between": [4, 5, 13, 16, 24, 25, 28, 29, 38], "beyond": 21, "bf": 22, "bh96a": [13, 42], "bh96b": [13, 42], "bin": [0, 5, 7, 27], "binari": [0, 7], "binorm": [5, 6], "bisect": [30, 32], "bit": 5, "black": 16, "block": 38, "blue": [10, 16], "bogacki": 5, "bohm": [13, 16, 31, 32, 42], "bonanomi": 42, "bootstrap": [18, 24], "both": [5, 10, 13, 16, 25, 26, 29, 30, 32, 38, 41], "bottino": 42, "bounc": 42, "bound": [17, 22], "boundari": [3, 11, 13, 22, 30, 32, 38], "box": [5, 17, 41], "box_siz": 6, "bpar": 30, "bracket": 26, "bravenec": [13, 28, 42], "breadth": 5, "break": 13, "bremsstrahlung": 18, "brief": [11, 17, 33], "bring": 16, "broad": 13, "broken": 42, "bt": 22, "btccw": [6, 10, 17, 23], "build": [13, 17, 30], "bull": 42, "bunit": 4, "burden": 8, "burrel": 42, "byer": 42, "c": [4, 7, 13, 18, 22, 24, 26, 28, 42], "c1": 39, "c2": 39, "c3": 39, "c4": 39, "c5": 39, "c6": 39, "c_": [3, 5, 7, 16, 24, 26, 28, 30, 32, 38, 39], "c_0": 10, "c_1": 10, "c_2": 10, "c_3": 10, "c_i": 26, "c_n": 10, "ca": 42, "cal": [26, 38], "calcul": [3, 13, 21, 24, 25, 28, 29, 34, 39, 40, 42], "calibr": [3, 11, 30], "call": [6, 13, 21, 25, 28, 30, 32, 33], "camenen": 28, "can": [0, 4, 5, 8, 10, 16, 17, 18, 21, 22, 26, 28, 30, 38, 39], "can05": [13, 42], "cancel": [13, 26], "candi": [3, 12, 16, 28, 42], "cannot": [13, 26], "capabl": [13, 16, 38], "captur": [21, 30], "carbon": [5, 16], "carefulli": 13, "carri": [13, 16, 18, 26], "carrington": 42, "carter": 42, "casati": 16, "case": [5, 10, 11, 13, 17, 21, 22, 24, 26, 27, 28, 30, 38, 39], "cash": 5, "casson": 42, "cat": 18, "caus": [26, 30], "caution": 30, "cb10": [3, 10, 11, 42], "cb18": [3, 11, 42], "cbb16": [3, 4, 9, 11, 42], "cbs20": [3, 42], "cc": 13, "ccw": [30, 32], "cd": [0, 8], "cdot": [22, 26], "cece": 13, "cell": [13, 28, 42], "center": [5, 13, 22, 24], "central": [28, 29], "centrifug": [21, 26, 42], "centroid": [30, 32], "cer": 28, "certain": 13, "cg": 38, "cgyro": [0, 4, 8, 9, 10, 11, 17, 18, 20, 21, 26, 27, 30, 33, 34, 39, 42], "cgyro_plot": 8, "ch": 24, "chain": 34, "challeng": 25, "chang": [5, 9, 19, 22, 24, 29, 30, 39], "character": [3, 11, 13, 42], "characterist": 28, "charg": [5, 6, 18, 19, 22, 23, 24, 30, 32], "chassi": 13, "check": [13, 22, 41], "chen": 42, "chi": [10, 29], "chi_": 16, "chi_e": [16, 29], "chi_i": 16, "choic": [5, 22, 30, 39], "choos": [5, 7], "chowdhuri": [28, 42], "chri": 28, "chw": [9, 42], "circa": [11, 17, 25], "circl": [10, 16], "circul": 13, "circular": [10, 29], "circumst": 26, "citat": [9, 29, 42], "cj": 24, "claim": [13, 19], "clarifi": [13, 16, 26], "classic": [5, 11, 17], "clean": 0, "clear": [13, 25], "clebsch": 10, "clock": 27, "clockwis": [5, 10, 22], "clone": [0, 9], "close": [8, 13, 16, 38], "closur": [30, 32], "cluster": 13, "cm": [34, 38], "cmat": 5, "co": [10, 13, 24], "coars": [13, 39], "code": [4, 11, 16, 19, 21, 22, 24, 25, 26, 27, 29, 33, 39, 41, 42], "coeffici": [7, 13, 22, 23, 24, 26, 30], "cohen": 42, "col": [24, 34], "collabor": 28, "collect": 17, "collis": [3, 4, 5, 13, 21, 22, 23, 24, 28, 30, 32, 42], "collision": [3, 5, 11, 13, 21, 24, 28, 34, 39, 42], "collision_ene_diffus": 6, "collision_ene_restor": 6, "collision_field_model": 6, "collision_kperp": 6, "collision_model": [6, 17, 23], "collision_mom_restor": 6, "collision_precision_mod": 6, "collisionless": 5, "colloc": 22, "colorado": 16, "column": [18, 31], "com": [0, 9, 19, 41], "combin": [13, 24, 26], "command": [0, 2, 18], "comment": [5, 14, 17, 18, 22, 23, 28, 30, 31, 39], "commment": [5, 22], "commod": 13, "common": [27, 28, 30, 32], "commonli": 13, "commun": [3, 5, 6, 11, 13, 16, 42], "compar": [13, 16, 28, 29, 33, 39, 42], "comparison": [13, 28, 42], "compars": 16, "compens": 29, "compfluid": 42, "compil": [0, 2, 9, 13, 19], "complement": [3, 11, 21], "complementari": 16, "complet": [0, 3, 11, 16, 21, 26, 27, 28], "complex": 26, "complic": 3, "compon": [6, 24, 38], "comprehens": [13, 34, 42], "compression": [30, 32], "comput": [5, 10, 16, 17, 22, 30, 32, 39, 42], "concentr": 16, "concept": 17, "conceptu": 25, "conclus": 13, "condit": [3, 9, 11, 13, 16, 19, 22, 38], "conduct": [16, 18], "conf": 42, "confer": [13, 42], "configur": [8, 10], "confin": [28, 29, 42], "confirm": 13, "confront": 13, "connect": [13, 17, 18, 19, 33, 38, 39], "connor": [5, 22], "consequ": 42, "conserv": [5, 6, 13], "consid": 13, "consider": 17, "consist": [5, 6, 13, 17, 24, 39, 42], "constant": [5, 22, 26], "construct": 10, "consult": 10, "contact": 16, "contain": [7, 13, 16, 18, 21, 24, 26], "context": 13, "continu": [13, 39], "continuum": 28, "contour": 10, "contract": 19, "contrast": [16, 29, 42], "contribut": [13, 30, 32], "control": [4, 5, 13, 16, 39, 42], "convect": [16, 18, 24], "conveni": [18, 38], "convent": 10, "converg": [5, 13, 28, 38, 42], "coordin": [3, 5, 7, 17, 22], "copi": [0, 5, 9, 19], "copyright": [9, 19], "core": [3, 8, 11, 13, 27, 28, 29, 42], "cori": 41, "corioli": [13, 26], "correct": 13, "correl": [13, 16], "correspond": [5, 10, 16, 21, 22, 39], "corrug": [13, 42], "cosin": [22, 24], "cost": 5, "could": [8, 13], "count": [5, 8], "counter": [5, 10, 22], "counterclockwis": 10, "coupl": [13, 21, 22, 30, 38, 42], "courant": 13, "courtesi": [3, 12], "cover": [3, 11, 16, 30], "cowlei": 42, "cpc": [13, 42], "cpu": [5, 17], "crai": [13, 42], "creat": [0, 13, 25], "crictic": 13, "critic": 26, "cross": [17, 21, 31, 32, 42], "crucial": [13, 16], "csb": [3, 42], "cum": 42, "curiou": 38, "current": [5, 6, 13, 18, 22, 23, 24, 28, 42], "curv": [13, 16], "curvatur": [26, 30, 32, 42], "custom": 41, "cut": [3, 11], "cutoff": [30, 32], "cw03a": [3, 11, 13, 42], "cw03b": [3, 9, 11, 13, 16, 42], "cw06": [13, 42], "cwc": [28, 42], "cwd04": [3, 11, 13, 16, 42], "cwfh07a": [13, 42], "cwfh07b": [13, 42], "cwpc06": [13, 42], "cwr04": [13, 42], "cyclon": 13, "cyclotron": 16, "cylindr": 10, "d": [3, 5, 10, 13, 17, 18, 20, 21, 22, 24, 26, 29, 30, 32, 34, 42], "dai": 41, "damag": 19, "damp": 13, "dannert": 42, "dash": 16, "data": [5, 6, 10, 13, 17, 18, 22, 24, 25, 28, 39], "databas": [3, 11, 13, 29], "dataset": 18, "date": [0, 13, 25, 28, 41], "dcd": [29, 30, 42], "deal": [19, 38], "deby": [6, 17, 32], "debye_factor": [17, 32], "decad": [3, 13], "decid": 25, "decoupl": [13, 39, 40], "decreas": [4, 5, 16], "decyk": 42, "dedic": 27, "deduc": 26, "default": [4, 5, 6, 14, 15, 22, 23, 30, 32, 39, 40], "defin": [5, 10, 21, 22, 24, 26, 30, 32, 33, 38], "defind": 30, "definit": [4, 5, 10, 14, 18, 22, 23, 26, 30, 32, 34, 39], "deform": 10, "delai": 13, "delta": [4, 6, 7, 10, 13, 14, 16, 17, 18, 23, 28, 30, 31, 32, 38, 39, 42], "delta_": [22, 38], "delta_loc": [17, 32], "delta_t": [4, 6], "delta_t_method": [4, 6], "demand": 5, "demonstr": [13, 16, 29], "den": [5, 22], "denot": [13, 26, 38], "dens_": [6, 17, 23], "dens_1": [5, 22], "dens_2": 22, "dens_3": 22, "densiti": [3, 5, 6, 13, 16, 17, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "density_spectrum": [17, 32], "depart": 9, "departur": 13, "depend": [5, 13, 22, 26, 31, 32, 38, 42], "deprec": 32, "depress": 13, "depric": 30, "depth": 5, "deriv": [5, 22, 26, 38], "describ": [13, 17, 26, 38], "descript": [6, 7, 13, 15, 17, 18, 21, 23, 26, 31, 32, 33, 40], "design": [3, 16, 17, 28, 33], "desir": [5, 38], "desktop": 17, "detail": [0, 13, 16, 17, 22, 26, 28, 34, 38, 39], "determin": [5, 22, 23, 38], "dettrick": 42, "deuterium": [3, 5, 21, 22, 24], "dev": 1, "develop": [2, 3, 9, 11, 13, 17, 21, 29, 39], "deviat": [13, 21, 28], "devic": 29, "dh93": [13, 42], "dh95": [16, 42], "diagnos": 13, "diagnost": [8, 13, 22, 28, 41, 42], "diagon": [16, 38], "diamagnet": [16, 22, 24, 26], "dickinson": 42, "did": 13, "differ": [22, 24, 28, 30, 31, 32, 34, 38, 39], "differenti": 13, "difficulti": [13, 16], "diffus": [5, 6, 13, 16], "diii": [5, 10, 13, 17, 20, 22, 29, 42], "dimens": [7, 22], "dimension": [13, 24], "dimensionless": [5, 18, 24, 25, 38, 39], "dimit": [13, 42], "dir": 39, "direct": [5, 13, 16, 22, 28, 30, 32, 42], "directli": [7, 22, 38], "directori": 0, "dirichlet": 13, "disabl": 5, "discharg": [13, 16, 28, 29, 42], "disclaim": [9, 19], "discontinu": [13, 42], "discover": 13, "discoveri": 13, "discret": [5, 13, 17, 28, 42], "discuss": [5, 16, 26], "dishcharg": 28, "dispar": 42, "displaystyl": [4, 5, 18, 24, 26, 38, 39], "dissimilar": 13, "dissip": [5, 13, 42], "distanc": 5, "distinct": [13, 38], "distinguish": 30, "distribut": [5, 6, 9, 13, 16, 17, 24], "divid": [5, 10], "divisor": 5, "djkr00": [13, 42], "dke": [22, 23, 24], "dlnndr": [5, 22], "dlnndr_": [6, 17, 23], "dlnndr_1": 22, "dlnndr_2": 22, "dlnndr_3": 22, "dlnndre": 22, "dlnndre_ad": [17, 23], "dlntdr": [5, 22], "dlntdr_": [6, 17, 23], "dlntdr_1": 22, "dlntdr_2": 22, "dlntdr_3": 22, "dlntdr_para_": [17, 23], "dlntdr_para_1": 22, "dlntdr_para_2": 22, "dlntdr_para_3": 22, "dlntdr_perp_": [17, 23], "dlntdr_perp_1": 22, "dlntdr_perp_2": 22, "dlntdr_perp_3": 22, "dlntdre": 22, "dlntdre_ad": [17, 23], "dn": 34, "dn_": [30, 32], "do": [13, 19, 39], "document": [13, 19, 28], "doe": [4, 9, 13, 16, 22, 30, 39], "doi": 42, "domain": [6, 7, 13, 22], "domin": [3, 11, 13, 30], "done": [16, 22, 28], "dong": [16, 42], "dopper": 6, "doppler": [6, 30, 32], "dorland": [13, 42], "dot": 16, "doteq": [4, 5, 22, 26, 38], "down": [6, 10, 16, 18, 21, 24, 28], "download": [2, 17, 28], "dp": 5, "dphi0dr": [17, 23], "dr": [5, 10, 22, 24, 26, 30, 32, 34], "draft": [9, 19], "drain": 13, "drastic": 5, "draw": 13, "drift": [13, 21, 22, 23, 26, 28, 30, 32, 42], "driftwav": [30, 32], "drive": 13, "driven": [18, 26, 42], "drmajdx_loc": [17, 32], "drmindx_loc": [17, 32], "dt": 39, "dt_": [30, 32], "du": 42, "dud": 42, "dud22": [29, 30, 42], "due": [5, 13, 16, 22, 26, 28, 29, 30, 42], "dunigan": 42, "dure": [5, 13], "dux": 42, "dv": 34, "dwbc96": [13, 42], "dx": 38, "dynam": [13, 21, 37, 39, 42], "dynamo": 13, "dz": 39, "dzmag": [6, 10], "dzmajdx_loc": [17, 32], "e": [4, 5, 6, 7, 8, 13, 14, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 38, 42], "e0": 31, "e19": 24, "e_": [22, 24], "e_a": [5, 7], "e_max": 6, "e_r": [18, 22, 23, 26], "each": [0, 22, 24, 30, 31, 32, 39], "earli": [13, 42], "earliest": 13, "easiest": 8, "edg": [3, 11, 28], "edit": 0, "edlund": 42, "ee": 5, "eff": [5, 16, 18], "effect": [4, 5, 16, 17, 18, 22, 24, 26, 28, 29, 30, 32, 39, 42], "effici": [13, 39], "effort": [3, 13], "efit": [25, 28], "egrid": 7, "ei": [5, 30, 32, 37], "eigenmod": [29, 30, 32], "eigenvalu": [5, 30, 31, 32, 42], "eigenvalue_spectrum": [17, 32], "eikon": [30, 32], "either": [13, 27], "electon": 13, "electr": [5, 22, 23, 24, 26, 39, 40, 42], "electrion": 28, "electromagnet": [3, 6, 11, 13, 28, 29, 39, 42], "electron": [3, 5, 6, 11, 13, 18, 22, 23, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "electrostat": [13, 24, 26, 28, 30], "element": [22, 34], "elev": [5, 6, 10, 18, 22, 23, 30, 32], "elimin": 39, "elit": [30, 32], "ell": 10, "elong": [5, 6, 10, 18, 22, 23, 29, 30, 32], "elsewher": 8, "em": 28, "email": [9, 19, 41], "emcw05": [11, 13, 16, 42], "emcw06a": [13, 16, 42], "emcw06b": [13, 42], "emf": 13, "emili": 3, "emiss": 16, "emphas": [13, 26, 38], "emploi": 38, "enabl": [5, 6], "encount": 16, "encourag": [7, 28], "end": [4, 13, 24, 26, 37, 38], "energet": [13, 39], "energi": [5, 6, 7, 9, 13, 16, 17, 18, 22, 24, 29, 31, 32, 33, 38, 39, 42], "energy_grid": 28, "enforc": [4, 5, 6, 13, 30, 38, 39], "enhanc": [26, 42], "enorm": 13, "enough": 30, "ensembl": 33, "ensur": [9, 19, 28], "enter": [0, 22], "entir": [0, 18], "entri": 24, "entropi": [13, 42], "env": [0, 27], "environ": [13, 17, 41], "envis": 38, "epar0": [17, 23], "epar0_spitz": [17, 23], "eq": 38, "equal": [13, 22, 23, 26, 30, 32, 39], "equat": [3, 4, 7, 11, 13, 17, 21, 22, 24, 26, 29, 38, 39, 42], "equilibria": [17, 18], "equilibrium": [5, 7, 10, 13, 16, 18, 22, 24, 25, 26, 28, 29], "equilibrium_model": [6, 10, 17, 23], "equival": [5, 10, 13], "era": 11, "erg": [34, 38], "error": [4, 5, 6, 7, 13, 16, 28, 38, 39], "error_tol": [4, 6], "esl": 21, "esoter": 13, "especi": 29, "essenti": 16, "establish": [8, 13, 25], "estim": 5, "estrada": [16, 42], "et": [24, 28], "eta": 39, "eta_": 38, "etc": [13, 39, 41], "etg": [13, 16, 29, 30, 32], "etg_factor": [17, 32], "ethes": 42, "ethier": 42, "eulearian": 28, "eulerian": [3, 21, 42], "eurofus": 42, "european": 16, "evalu": [38, 42], "even": [5, 13, 38], "event": 19, "eventu": 13, "everi": [5, 18, 39], "evid": 16, "evolut": [5, 9, 28, 38, 39, 40, 42], "evolv": [5, 6, 13, 38, 39, 40], "exact": [38, 39], "exactli": [0, 22], "exam": 28, "examin": [13, 28], "exampl": [0, 10, 13, 26, 39], "exb": [23, 29, 30, 32], "exch": 39, "exchang": [18, 31, 32, 34, 37, 39, 42], "exclud": [30, 32], "exec": 0, "execut": 8, "exercis": 16, "exist": 0, "exp": 38, "expans": 22, "expect": [10, 13], "expens": 38, "experi": [13, 16, 26, 39, 42], "experiment": [5, 10, 13, 16, 17, 18, 21, 22, 23, 25], "explanatori": [30, 32], "explicit": [4, 5, 13, 38], "explor": 13, "expon": [30, 32], "export": [0, 27], "express": [19, 26], "extens": 21, "extra": [17, 28], "extrem": 16, "extrema": 10, "f": [13, 28, 34, 39, 42], "f_": [24, 26], "f_c": 16, "f_i": 26, "f_p": 39, "fabl": 42, "fact": 13, "factor": [5, 6, 10, 13, 16, 18, 22, 23, 24, 30, 31, 32, 42], "fahei": [13, 42], "failur": 13, "faith": 34, "fals": [13, 30, 32], "faq": 3, "fast": [18, 39, 42], "faster": 5, "fastest": 5, "fc04": [13, 42], "featur": [13, 23, 38], "februari": [16, 41], "feedback": 13, "few": [8, 13, 39], "fftw": [1, 2], "field": [4, 5, 8, 16, 17, 22, 23, 24, 26, 30, 31, 32, 39, 40, 42], "field_print_flag": [6, 7], "field_spectrum": [17, 32], "fig": 16, "figur": [10, 12, 16, 28], "file": [5, 8, 10, 17, 19, 21, 22, 28, 29, 33, 39, 41], "filenam": [7, 24, 32], "filesystem": 13, "fill": 23, "filter": [17, 32], "final": [25, 26, 39], "find": [0, 8, 16, 29, 30, 32, 39], "find_width": [17, 32], "fine": 13, "finit": [5, 13, 14, 22, 28, 29, 38, 39], "fior": 42, "first": [3, 5, 8, 11, 13, 17, 18, 21, 22, 24, 28, 29, 39, 42], "fit": [19, 29], "fix": [4, 5, 13, 24, 38, 39, 41], "flag": [5, 8, 22, 39], "flexibl": 38, "flow": [5, 6, 13, 16, 22, 24, 26, 30, 42], "flr": 6, "fluct": 41, "fluctuat": [5, 13, 16, 26, 28, 29, 30, 31, 32, 39, 42], "fluid": [24, 29, 42], "flutter": 30, "flux": [5, 6, 7, 13, 16, 17, 18, 21, 22, 24, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42], "focus": [3, 13, 29], "fokker": [21, 22, 26, 42], "folder": 0, "follow": [0, 5, 9, 13, 16, 19, 21, 24, 26, 27, 38], "forc": 17, "forgotten": 11, "form": [10, 13, 21, 22, 26, 34, 38], "formal": [13, 17], "format": [5, 13, 17, 24, 25, 26, 28, 42], "formul": [3, 11, 17, 26], "formula": [26, 39, 40], "fortran": [0, 1, 2], "forward": 38, "found": [0, 9, 13, 16, 28, 29, 38], "foundat": [13, 34], "fourier": [5, 22, 23, 24, 30, 32], "fp": 22, "frac": [4, 5, 7, 10, 13, 18, 22, 24, 26, 30, 31, 32, 34, 38, 39], "fraction": [13, 26, 30, 32], "francisco": 42, "frankli": 38, "free": [9, 13, 19, 26], "freq": [7, 31], "freq_tol": 6, "frequenc": [5, 6, 7, 16, 18, 22, 23, 24, 26, 30, 32], "frequent": 17, "fridai": 41, "friend": 41, "from": [0, 3, 5, 10, 11, 16, 17, 19, 21, 22, 24, 25, 26, 28, 29, 30, 32, 39], "ft_model_sa": [17, 32], "fu": [16, 37, 42], "full": [0, 5, 16, 21, 22, 26, 42], "fulli": 13, "function": [5, 13, 16, 22, 24, 26, 30, 32, 38], "fund": 9, "fundament": 4, "furnish": 19, "furth": 42, "further": 10, "fusion": [3, 9, 11, 13, 18, 19, 27, 41, 42], "futur": [13, 17, 28, 42], "g": [3, 8, 10, 18, 21, 22, 24, 42], "g_": 24, "ga": [13, 17], "gacod": [0, 3, 4, 5, 9, 10, 21, 25, 26, 27, 28, 33, 34, 39, 40, 41], "gacode_platform": [0, 27], "gacode_qsub": [8, 27], "gacode_root": [0, 27], "gacode_setup": [0, 27], "gafus": 0, "galleri": [11, 17], "gam": 13, "gamma": [22, 30, 31], "gamma_": [6, 7, 24, 26, 32, 39, 41], "gamma_1": 32, "gamma_2": 32, "gamma_a": [7, 34], "gamma_e_scal": 6, "gamma_p": [6, 26, 41], "gamma_p_scal": 6, "gamot": 42, "gap": 13, "gat": [9, 19, 41], "gauss": [30, 32], "gaussian": 30, "gb": [7, 24, 32, 38], "gcc": 2, "gcc13": 2, "gchat": [17, 32], "ge": 28, "gem": [16, 28], "gene": [16, 28], "gener": [3, 5, 8, 10, 12, 13, 18, 21, 22, 26, 28, 29, 30, 34, 38, 39, 41, 42], "geo": [7, 22, 28, 41], "geo_ni": [17, 23], "geo_yin": [17, 23], "geometr": [22, 30], "geometri": [3, 16, 22, 24, 25, 28, 29, 30, 31, 42], "geometry_flag": [17, 32], "georg": 42, "geqdsk": 28, "get": [9, 21, 30], "gfile": 25, "gflux_print_flag": 6, "gfortran": [0, 1], "ghat": [17, 32], "git": 0, "github": [0, 3, 9, 17], "give": [4, 10, 13, 26, 27, 31, 33], "given": [4, 5, 13, 22, 26, 38, 39], "gk": [3, 6, 7, 11, 13, 29, 30], "gkw": 17, "glf23": [13, 29], "global": [3, 5, 11, 22, 27, 28, 39, 42], "goal": [13, 38], "good": [13, 16, 39], "gpu": [5, 6, 17], "gpu_bigmem_flag": 6, "grad": [10, 22], "grad_r0": 30, "gradb": [30, 32], "gradb_factor": [17, 32], "gradient": [3, 5, 6, 11, 13, 22, 23, 24, 26, 29, 30, 32, 38, 39, 40, 42], "graduat": 13, "grain": 13, "grant": 19, "greater": 4, "greatli": [3, 11], "green": 16, "greenwald": 42, "grid": [5, 7, 13, 17, 18, 22, 30, 39], "gridpoint": [5, 6, 13, 18, 22, 23, 24, 38], "grierson": 42, "groebner": 42, "group": [13, 16, 17, 19, 28, 42], "grow": 13, "grown": 13, "growth": [13, 16, 28, 30, 32], "growthrat": [30, 32], "gs2": [13, 16, 28], "gss": [29, 42], "gstotal": 13, "gtc": 16, "guid": [5, 10, 42], "gv": 24, "gwt": [28, 42], "gyro": [3, 5, 9, 10, 13, 17, 21, 25, 26, 29, 30, 31, 32, 33, 39, 42], "gyroaverag": [3, 13], "gyrobohm": [7, 30, 32, 38, 39, 42], "gyrofluid": [13, 28, 42], "gyrokinet": [3, 4, 9, 11, 17, 21, 25, 26, 28, 29, 42], "gyroradii": 13, "gyroradiu": [4, 7, 13, 30, 32], "gyrovisc": 24, "gyroviscos": 24, "g\u00f6rler": [28, 42], "h": [13, 24, 28, 29, 42], "h_print_flag": 6, "ha": [3, 11, 13, 16, 21, 27, 28, 29, 30, 31, 32, 38, 39], "had": 13, "hahm": 42, "half": [7, 13], "hallatschek": 42, "hammett": [13, 42], "hamper": 13, "hand": [5, 10, 13, 22], "handl": 25, "hardwar": [5, 13], "harmon": [5, 10], "harri": 42, "hat": [18, 22, 24, 38], "have": [3, 10, 11, 16, 26, 28, 29, 38, 39], "hazeltin": 24, "hazltin": 24, "hbc": [13, 42], "hcw": [13, 42], "he": 42, "he4": 39, "heat": [13, 16, 24, 34, 39, 42], "heavi": 26, "hein": 42, "helium": [13, 39, 42], "help": [0, 16], "henc": 26, "here": [4, 5, 10, 13, 18, 21, 26, 28, 38], "herebi": 19, "hermit": [30, 32], "heurist": [5, 42], "hh": 24, "hhw": [3, 11, 42], "hidden": 30, "hierarchi": 41, "high": [4, 5, 21, 29, 30, 32, 39, 42], "higher": [5, 13, 22, 23, 26, 39], "highli": [3, 13, 42], "hinton": [13, 17, 22, 24, 26, 42], "hirshman": [22, 24, 39], "histor": [10, 13], "histori": [11, 17], "hoc": [3, 11, 22], "hol16": [28, 42], "hold": [13, 26, 39], "holder": 19, "holland": [13, 16, 28, 42], "home": 0, "homogen": 42, "horton": [24, 42], "host": 7, "hostnam": 7, "houlberg": 24, "how": [4, 5, 18, 22, 39], "howard": [3, 42], "howev": [9, 10, 13, 16, 19], "hpc": [13, 17, 41], "hr": 24, "http": [0, 2, 42], "hu": 42, "huck": 42, "human": 7, "hw06": [13, 42], "hw85": [26, 42], "hwc04": [13, 42], "hwm": [28, 42], "hybrid": 42, "hybridtest": 0, "hypothesi": 13, "i": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 41, 42], "i0": 26, "i1": 26, "i_": [30, 32], "iaea": 42, "ibm": 13, "ibranch": [17, 32], "idea": 25, "ident": 13, "identifi": 13, "identit": 28, "idiosyncrat": 11, "ie": 24, "ieee": 42, "iflux": [17, 32], "ignor": [13, 18, 22, 26, 30, 32, 38], "igor": [3, 41], "iii": 42, "imag": [11, 16, 17, 42], "imex": 13, "immedi": 30, "impact": 42, "implement": [13, 16, 26, 28, 42], "impli": 19, "implic": [41, 42], "implicit": [4, 13, 38], "import": [0, 3, 13, 26, 29, 30, 38], "impos": [13, 16], "improv": [13, 25, 29, 30], "impur": [13, 26, 39, 42], "inc": 0, "includ": [5, 9, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 28, 30, 32, 38, 42], "inclus": [5, 26, 28], "incorpor": 16, "incorrect": 16, "increas": [5, 10, 13, 16, 26, 29, 39], "increasingli": [3, 11], "inde": 13, "independ": [5, 13, 22, 26, 33, 38, 39], "index": [7, 22, 31], "indic": 13, "individu": 28, "induc": [5, 13, 22, 26], "induct": [22, 23], "infer": [5, 10, 13, 22], "infinit": 29, "influenc": [26, 38], "info": [4, 5, 7], "inform": [3, 7, 10, 11, 18, 24, 27], "initi": [5, 6, 9, 13, 14, 15, 16, 25, 28, 39, 40, 42], "inject": 26, "inner": 5, "input": [4, 7, 8, 10, 11, 17, 24, 25, 28, 29, 31, 41], "insid": 5, "insofar": 21, "instabl": [13, 30, 32, 42], "instal": [0, 1, 2, 17], "instanc": [26, 33, 39], "instead": [22, 33, 38], "instruct": 27, "instrument": 16, "int": 34, "int_": 22, "int_0": [34, 38], "int_r": 38, "integ": [5, 22, 23], "integr": [3, 4, 5, 6, 13, 22, 33, 38, 39], "intens": [5, 16, 29, 31, 32, 42], "intensity_spectrum": [17, 32], "interact": 8, "intercod": 16, "interconnect": 13, "interest": [11, 28, 38], "interestingli": 13, "interfac": [3, 7, 17, 21, 22, 32], "intern": [5, 6, 22, 42], "interpol": 24, "interpret": 24, "interprocess": 42, "interv": 6, "intev": 16, "introduc": 38, "invari": 4, "invent": 13, "investig": [13, 28], "invit": 42, "inward": [30, 32], "ion": [5, 6, 7, 13, 16, 18, 22, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "ip": [5, 22], "ipccw": [6, 10, 17, 23], "ipm": 13, "irreduc": [30, 32], "isotop": 42, "isotrop": 22, "isotropi": 13, "issu": [0, 9, 13, 19, 28], "itb": 13, "iter": [38, 39, 42], "iterdb": 28, "iterdb2gyro": 25, "iterdb_read": 25, "itg": [13, 16, 29, 30], "itpa": 28, "its": [3, 5, 13, 16, 22, 29, 33], "ix": 24, "j": [12, 16, 24, 28, 38, 42], "j_": 24, "j_r": 34, "jacobian": [17, 34, 39, 40], "jan": 17, "jb": [18, 21], "jbstor": 18, "jcp": 42, "jeff": 3, "jenko": 42, "jet": [13, 29], "jift": 41, "jj": 38, "jnb": 18, "job": [8, 25, 27, 33, 39], "journal": 13, "jr": 42, "jrf": 18, "jt60": 13, "juli": 16, "june": [16, 42], "justifi": 26, "k": [22, 24, 29, 30, 32, 42], "k_": [5, 16, 24, 30, 32], "k_a": 26, "k_per": [30, 32], "k_r": 16, "k_x": [5, 6, 7, 31, 32], "k_y": [4, 5, 6, 7, 31, 32], "kaiser": 42, "kappa": [6, 10, 17, 18, 23, 30, 32], "kappa_loc": [17, 32], "karp": 5, "kay": 42, "kb": 29, "keep": 0, "kei": [3, 4, 13, 16, 17, 38], "kept": 5, "kerbel": 42, "kernel": [3, 7], "kev": [4, 18, 24], "kg": [21, 22, 24], "kh94": [13, 42], "kiefer": 42, "kim": 42, "kind": 19, "kinet": [3, 5, 11, 13, 21, 22, 23, 24, 28, 29, 39, 42], "kinsei": 42, "kishimoto": 42, "kkh": [13, 42], "knolker": 42, "know": 10, "known": [13, 26], "knoxvil": 42, "koh": 24, "kojak": 13, "kone": 42, "kot88": [13, 42], "kotschenreuth": [13, 42], "kramer": 42, "kro99": [13, 42], "kromm": [13, 42], "krt95": [13, 42], "ksw08": [29, 42], "kutta": 13, "kwc05": [3, 11, 13, 42], "kwc06": [3, 11, 13, 42], "kwc07": [3, 11, 13, 42], "kx": [31, 32], "kx0": [30, 32], "kx0_loc": [17, 32], "kx_e": [31, 32], "kx_phi": 41, "kxky_apar": [5, 7], "kxky_bpar": [5, 7], "kxky_e": 7, "kxky_n": 7, "kxky_phi": [5, 7], "kxky_v": 7, "ky": [4, 6, 17, 32], "ky_cflux": 7, "ky_flux": [7, 41], "ky_phi": 41, "kygrid_model": [17, 32], "kymin": 30, "l": [5, 13, 16, 17, 20, 22, 29, 42], "l11": 22, "l12": 22, "l21": 22, "l22": 22, "l25": 42, "l_": 24, "l_0": 5, "l_m": 22, "l_t": 16, "l_x": [5, 39], "label": 18, "lack": 29, "laguerr": [5, 22, 24], "lambda": [5, 22], "lambda_": 24, "lambda_deby": 6, "lambda_debye_scal": 6, "landau": [13, 29, 42], "landmark": 13, "langl": [26, 34], "languag": 13, "laptop": 17, "larg": [3, 4, 5, 8, 11, 13, 16, 22, 26, 30, 32, 39, 42], "larger": [3, 5, 11, 13, 16, 29], "larmor": [13, 16, 22, 23, 24, 29], "last": [0, 26, 30, 32, 39], "later": [13, 16], "latter": [13, 16], "law": 42, "layer": [3, 11, 13], "layout": [13, 27], "lcf": 5, "ldot": [5, 13, 24, 26], "le": [5, 16, 22], "le3": 22, "lead": 26, "leav": [5, 26], "leboeuf": 42, "lebrun": 42, "led": 25, "lee": 42, "left": [4, 5, 10, 22, 23, 24, 26, 34, 37, 38, 39], "legaci": [4, 11], "legend": 17, "legendr": [5, 22, 24], "leht02": [13, 42], "length": [3, 5, 6, 13, 21, 22, 24, 30, 32, 39, 40], "less": [5, 13, 39], "lett": [16, 42], "letter": [9, 19], "level": [0, 16, 28, 39], "li": 42, "liabil": 19, "liabl": 19, "libfftw3": 1, "libmpich": 1, "librari": 1, "licens": 17, "like": [3, 8, 10, 11, 13, 16, 18], "limit": [19, 21, 22, 24, 26, 30, 31, 32, 42], "lin": [16, 42], "line": [0, 2, 13, 16, 18, 23, 27, 41], "linear": [5, 8, 13, 14, 16, 21, 22, 28, 29, 30, 41, 42], "link": [0, 17, 28, 41], "linsker": [30, 32], "linsker_factor": [17, 32], "linux": 0, "list": [3, 8, 9, 11, 17, 19, 21, 28, 29, 33], "littl": [13, 29, 38], "ll": [21, 26], "llnl": 16, "ln": [5, 16, 22, 24, 26], "loc": [37, 39], "loc_betae_scal": [17, 40], "loc_dx": [17, 40], "loc_dx_max": [17, 40], "loc_er_feedback_flag": [17, 40], "loc_evolve_grad_only_flag": [17, 40], "loc_he_feedback_flag": 17, "loc_iteration_method": 39, "loc_lock_profile_flag": [17, 40], "loc_rad": [4, 41], "loc_relax": [17, 40], "loc_residual_method": [17, 40], "loc_restart_flag": [17, 40], "loc_scenario": [17, 40], "loc_te_feedback_flag": [17, 40], "loc_ti_feedback_flag": [17, 40], "local": [5, 10, 17, 21, 22, 23, 24, 28, 38, 39, 42], "locat": [13, 16], "locpargen": 4, "log": 5, "logarithm": [23, 30], "logic": 27, "long": [5, 13, 26], "longrightarrow": 26, "look": [10, 18], "loop": 5, "lorentz": [5, 26], "loss": [5, 13, 26, 42], "lost": 13, "low": [3, 5, 11, 13, 16, 25, 29, 30, 32], "lower": [5, 13, 22], "lowest": [5, 22, 30], "lpe": [13, 42], "luda": 42, "lvert": [16, 30, 32], "m": [5, 18, 24, 26, 28, 42], "m2": 0, "m_": [3, 5, 21, 22, 24, 30, 32], "m_a": 34, "m_d": [4, 5, 7, 22, 24], "m_e": 5, "m_i": 26, "m_theta": 24, "ma": 18, "mac": 0, "mach": [6, 26, 30, 32], "mach_scal": 6, "machin": 0, "macport": 2, "made": [9, 13, 19, 21, 30, 32], "magnet": [4, 5, 6, 13, 16, 17, 22, 23, 24, 28, 30, 32, 42], "magnitud": [16, 22], "mahinthakumar": 42, "mai": [16, 26, 28, 42], "main": [5, 25, 26, 32, 39], "maintain": [13, 17, 27], "maj": [30, 32], "major": [5, 6, 10, 13, 18, 22, 23, 24, 30, 32], "make": [0, 5, 9, 13, 19, 38, 39], "makefil": 0, "malonei": 42, "manag": [8, 13, 33, 39, 40], "mani": [11, 13], "manner": 13, "manual": 13, "mar": 28, "margin": [13, 16], "marinoni": 42, "mark": 13, "mass": [3, 5, 6, 13, 21, 22, 23, 24, 26, 30, 32], "mass_": [6, 17, 23], "mass_1": [5, 17, 22, 32], "mass_2": [5, 22], "mass_3": [5, 22], "match": [4, 13, 28, 39, 42], "math": 22, "mathbf": [5, 10, 13, 14, 16, 22, 26, 30], "mathrm": [3, 5, 10, 13, 16, 24, 34, 37, 39], "mathtt": [4, 24, 37], "matric": 38, "matrix": [26, 38], "max": [5, 23, 39], "max_": 10, "max_tim": 6, "maxim": [5, 30, 32], "maximum": [5, 6, 13, 22, 30, 32, 39, 40], "maxwel": 42, "maxwellian": [5, 16, 21, 22, 24, 30], "mbox": 38, "mcclenaghan": 42, "mckee": 42, "md": [30, 32], "me": [30, 32], "mean": [10, 13, 22, 26, 42], "meaning": 24, "measur": [5, 13, 16, 22, 26, 28, 30, 32, 38, 42], "mechan": 30, "meet": 13, "memori": [5, 6, 7, 13], "merchant": 19, "mesh": [5, 7, 33], "meshpoint": 5, "method": [3, 4, 13, 16, 17, 29, 30, 32, 38, 39, 42], "metric": [28, 42], "mhd": [13, 30], "microst": [28, 42], "microturbul": 42, "mid": 13, "midplan": [4, 5, 22, 24, 30, 32], "mikkelsen": 42, "mila": [16, 42], "miller": [5, 22, 28, 29, 30], "milovich": 42, "min": [13, 23, 27], "min_": 10, "mine": 0, "minim": [33, 38, 39], "minimium": 5, "minimum": [5, 30, 32, 42], "minor": [3, 4, 5, 6, 10, 13, 18, 21, 22, 23, 24, 30, 32], "mint": 0, "miscellan": 17, "misunderstand": 13, "mit": [3, 13], "mix": 30, "mod": [13, 24, 42], "mode": [5, 6, 7, 8, 13, 14, 16, 17, 20, 21, 22, 23, 24, 29, 30, 31, 32, 39, 40, 42], "model": [3, 5, 6, 9, 10, 11, 13, 16, 22, 24, 26, 28, 30, 31, 32, 33, 39, 42], "modest": 13, "modif": [9, 19], "modifi": [3, 4, 5, 8, 11, 19, 24, 38], "modul": [21, 22], "modular": 13, "moment": [5, 6, 10, 22, 26, 29, 30], "moment_print_flag": [6, 7], "momentum": [5, 6, 7, 10, 13, 17, 18, 24, 32, 42], "monitor": 41, "monolith": [21, 24], "monomi": 22, "monoton": 13, "moor": 42, "more": [0, 3, 11, 13, 18, 22, 28, 29, 30, 38, 39], "moreov": [13, 16], "morph": 25, "most": [0, 5, 13, 16, 26, 28, 30, 32, 33, 34], "mostli": 13, "motiv": [3, 11, 13, 16, 25], "move": [3, 10, 11, 13], "mp": 2, "mpi": [0, 2, 5, 7, 8, 27], "mpich": [1, 2], "mst1": 42, "much": [13, 22], "multi": [11, 13, 16, 21, 39, 42], "multipl": [3, 5, 13, 24, 28, 33, 38], "multipli": [5, 30, 32], "multiscal": [3, 42], "multistream": 13, "must": [0, 5, 10, 13, 22, 38], "mw": 18, "mxh": [10, 18], "mxh3": 10, "mynick": 42, "n": [0, 4, 5, 6, 8, 10, 14, 15, 16, 17, 18, 24, 27, 31, 32, 34, 39, 42], "n_": [5, 21, 22, 24, 30, 31, 32], "n_0": 16, "n_a": [5, 7, 22, 26, 34], "n_c": 16, "n_e": [3, 5, 7, 16, 18, 24, 38], "n_energi": [6, 17, 23, 41], "n_evolv": 39, "n_field": 6, "n_global": 6, "n_mpi": 39, "n_r": 22, "n_radial": [6, 17, 23, 24], "n_speci": [6, 17, 23], "n_theta": [6, 17, 23, 24, 41], "n_toroid": 6, "n_xi": [6, 17, 23, 41], "na": 10, "nabla": [10, 16, 22, 26, 34], "name": [9, 13, 16, 19, 21, 24], "nathan": 3, "natur": 13, "nbasis_max": [17, 32], "nbasis_min": [17, 32], "nbi": 39, "ncc": [16, 42], "nclass": [21, 22, 24], "ne": [18, 22], "ne_ad": [17, 23], "nearli": 13, "need": [0, 5, 8, 14, 25, 38], "neg": [5, 10, 22, 23], "neglect": [10, 13, 16], "neglig": [5, 13], "neo": [0, 3, 9, 10, 16, 17, 25, 26, 27, 33, 34, 38, 39, 40, 42], "neo_": 21, "neo_aniso_model_in": 22, "neo_dens_in": 22, "neo_dlnndr_in": 22, "neo_dlntdr_in": 22, "neo_dlntdr_para_in": 22, "neo_dlntdr_perp_in": 22, "neo_eflux_thchi_out": 24, "neo_eflux_thhhe_out": 24, "neo_eflux_thhhi_out": 24, "neo_eflux_ths_out": 24, "neo_efluxncv_dke_out": 24, "neo_efluxncv_gv_out": 24, "neo_efluxtot_dke_out": 24, "neo_efluxtot_gv_out": 24, "neo_efluxtot_nclass_out": 24, "neo_init": 21, "neo_interfac": [21, 24], "neo_jpar_dke_out": [21, 24], "neo_jpar_nclass_out": 24, "neo_jpar_ths_out": 24, "neo_jtor_dke_out": 24, "neo_jtor_ths_out": 24, "neo_mass_in": 22, "neo_mflux_dke_out": 24, "neo_mflux_gv_out": 24, "neo_n_species_in": 21, "neo_pflux_dke_out": 24, "neo_pflux_gv_out": 24, "neo_pflux_nclass_out": 24, "neo_pflux_thhh_out": 24, "neo_pflux_thhs_out": 24, "neo_profile_dlnndr_scale_in": 22, "neo_profile_dlntdr_scale_in": 22, "neo_rotation_model": 22, "neo_run": 21, "neo_temp_in": 22, "neo_temp_para_in": 22, "neo_temp_perp_in": 22, "neo_vpol_dke_out": 24, "neo_vpol_nclass_out": 24, "neo_vtor_dke_out": 24, "neo_vtor_nclass_out": 24, "neo_z_in": 22, "neoclass": [9, 13, 21, 22, 24, 25, 26, 34, 38, 39, 42], "nersc": [8, 17, 41], "net": 13, "netcdf": 2, "network": [22, 42], "neural": 22, "neutral": [22, 26], "nevin": [13, 42], "new": [0, 3, 10, 16, 18, 25, 29, 30, 32, 39, 42], "new_eikon": [17, 32], "newton": [38, 39, 40], "nexp": 18, "next": [13, 29], "nhd": [13, 42], "ni": 18, "nion": [18, 41], "nishimura": 42, "nky": [17, 31, 32], "nl": 30, "nl00": 8, "nl01": 8, "nl_flag": 41, "nm": 31, "nmode": [17, 31, 32], "no_cbla": 0, "no_lapack": 0, "no_shar": 0, "node": [5, 27, 30, 32], "nois": [13, 42], "nomin": 16, "nomp": [0, 8, 27], "non": [5, 13, 23, 24, 30, 32], "nonadiabat": 13, "nonaxisymmetr": [22, 42], "none": 24, "noninfring": 19, "nonlinear": [3, 5, 6, 8, 11, 14, 16, 28, 29, 41, 42], "nonlinear_flag": 6, "nonloc": [13, 42], "nonreson": 13, "nontherm": [39, 40], "nonuniform": 18, "nonuniformli": 26, "nonzero": [5, 24], "norm": [21, 22, 24, 26], "normal": [5, 6, 10, 13, 16, 17, 22, 23, 24, 30, 31, 32, 34, 38, 39], "normalzi": 38, "notat": [5, 34], "note": [5, 9, 17, 19, 22, 23, 24, 26, 28, 30, 31, 32, 38], "noth": 13, "notic": [9, 19], "nov": 30, "novel": 13, "now": 13, "nq": 4, "ns_in": 31, "nsts_crossphase_spectrum": [17, 32], "nstx": [13, 29, 30, 42], "nth": 39, "ntheta": 41, "nu": [10, 22], "nu_": 5, "nu_1": [17, 23], "nu_e": [6, 41], "nu_ei": 28, "nu_glob": 6, "nucl": 42, "nuclear": 42, "number": [5, 6, 8, 13, 16, 18, 21, 22, 23, 24, 26, 30, 32, 33, 38, 39, 40], "numer": [0, 3, 5, 8, 10, 11, 13, 17, 22, 24, 28, 41, 42], "nunami": 42, "nup_alpha": 6, "nup_radi": 6, "nup_theta": 6, "nwidth": [17, 32], "nx": 28, "nxgrid": [17, 32], "o": [5, 26], "observ": [13, 16, 26, 28], "obtain": [10, 13, 16, 19, 29, 33], "occur": 13, "octob": 42, "odd": 22, "off": [5, 39, 42], "offer": 11, "offload": [5, 6], "offset": [30, 32], "often": [0, 5, 8, 26, 30], "ohm": 42, "ohmic": [16, 18], "oint": 34, "old": 28, "older": 28, "omega": [17, 22, 34], "omega0": 18, "omega_": 26, "omega_0": [18, 22, 24, 26, 34], "omega_1": 26, "omega_intel": 27, "omega_rot": [17, 23, 26], "omega_rot_deriv": [17, 23, 26], "omp": [7, 27], "onc": [5, 27], "one": [5, 10, 13, 22, 30, 32, 38, 39], "ones": [0, 13], "onetwo": [13, 18, 25, 28], "onli": [5, 6, 11, 13, 16, 22, 23, 24, 26, 27, 28, 30, 38, 39], "open": [13, 16], "openbla": 17, "openmp": 0, "oper": [5, 13, 16, 21, 22, 33, 39, 40, 42], "operation": 38, "opposit": 13, "optim": [3, 5, 13, 42], "option": [21, 22, 41], "orbit_grid": 28, "order": [0, 4, 5, 6, 13, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 33], "org": 2, "organ": 13, "orient": [5, 6, 17, 22], "orienti": [5, 22], "origin": [13, 28, 38, 39], "ornl": [8, 13, 42], "osx": 0, "other": [5, 10, 13, 16, 19, 22, 25, 28, 33, 39, 42], "otherwis": [9, 19, 22, 28, 30], "our": 13, "out": [5, 7, 8, 13, 16, 17, 18, 19, 22, 26, 29, 30, 32], "outboard": [5, 22, 24, 30, 32], "outer": 5, "output": [5, 8, 17, 22, 23, 25, 28, 29, 30, 31], "outward": 26, "oval": [6, 10], "over": [3, 13, 16, 18, 21, 28, 29, 31, 32], "overal": [4, 30], "overcom": 13, "overestim": 16, "overlin": 32, "overview": [13, 17], "ow": 13, "own": 0, "p": [5, 22, 26, 30, 32, 34, 38, 42], "p_": 24, "p_a": [22, 26], "p_l": 22, "p_prime_loc": [17, 32], "pa": 42, "pace": 42, "packag": 0, "page": 28, "pai": 8, "painstak": 13, "paper": [16, 34], "paradigm": [13, 42], "paradox": [13, 42], "parallel": [5, 7, 14, 18, 22, 23, 24, 26, 30, 31, 32, 33, 39, 42], "paramat": 16, "paramet": [4, 5, 13, 16, 17, 18, 21, 22, 24, 30, 31, 38, 39, 41], "parameter": [5, 10, 28, 42], "paramt": 22, "park": [17, 32], "parker": 42, "parser": 18, "part": [13, 16], "parti": [9, 19], "partial": [4, 5, 10, 22, 24, 26, 30, 32, 34, 38], "partial_t": 38, "particip": 16, "particl": [7, 13, 18, 22, 24, 26, 28, 29, 31, 32, 34, 39, 42], "particular": [13, 19], "particularli": [13, 26], "pascal": 18, "pass": [13, 30, 32, 42], "pass_grid": 28, "past": 17, "patel": 42, "pathologi": 13, "pattern": 13, "pci": 13, "peak": [13, 30, 42], "pedest": [3, 11, 38, 41], "peebl": 42, "peeter": 42, "per": [13, 27, 31, 32, 38], "perc": 13, "percent": 13, "pereverzev": 42, "perfect": 16, "perfectli": [13, 30], "perform": [3, 13, 16, 28, 39, 41, 42], "period": [13, 22, 25], "perlmutt": [17, 41], "perlmutter_cpu": 27, "perlmutter_gpu": 27, "permiss": 19, "permit": 19, "perp": [5, 22], "perpendicular": [16, 22, 23, 41], "persist": 13, "person": 19, "perspect": 17, "perturb": [5, 13], "petascal": 42, "petti": 42, "pfirsh": 26, "pg3eq": [13, 16], "ph": 16, "phase": [16, 29, 31, 32, 42], "phd": 42, "phenomena": [3, 11, 13], "phenomenon": 13, "phi": [5, 7, 10, 14, 18, 26, 31, 32], "phi_": [22, 24, 26], "phi_0": [22, 24, 26], "phi_1": [24, 26], "php": 2, "phy": [16, 24, 42], "physic": [4, 7, 9, 13, 16, 28, 30, 39, 41, 42], "physrevlett": 42, "pi": [5, 10, 18, 22], "pi_": [7, 24, 32], "pi_1": 32, "pi_2": 32, "pi_a": [7, 34], "pi_e": 32, "pic": [13, 16], "pick": 30, "pictur": 13, "pinch": [13, 42], "pinsker": 42, "pioneer": [3, 11], "pip": 41, "pitch": [5, 6, 22, 24, 28], "pittsburgh": 42, "pivot": 39, "place": 29, "plai": [3, 11, 13, 16, 26, 29], "planck": [21, 26, 42], "plank": 22, "plasma": [3, 5, 11, 13, 16, 18, 21, 22, 24, 25, 28, 29, 39, 42], "platform": [8, 13, 17, 27, 41], "pleas": [0, 12, 18], "plot": [8, 16, 17, 28, 41], "plu": [6, 8], "pmac": 13, "pmatrix": 38, "point": [5, 13, 16, 18, 28, 38, 39], "poisson": 21, "pol": 10, "polflux": 18, "poloid": [5, 6, 10, 13, 18, 22, 23, 24, 26, 30, 32, 41, 42], "polynomi": [5, 22, 23, 24, 30, 32], "popul": 42, "popular": [3, 13, 38], "porkolab": 42, "port": [2, 13], "portion": [9, 19], "posit": [5, 10, 22], "possibl": [13, 28, 38], "possibli": 11, "potenti": [5, 13, 22, 24, 26, 30], "power": [13, 16, 17, 18, 38, 39, 40], "ppc": 13, "ppcf": 24, "pppl": 41, "practic": [13, 21, 26, 34], "pre": [11, 17, 25], "prebuilt": 17, "precis": [5, 6], "predecessor": 29, "predict": [13, 16, 28, 29, 42], "prefer": [30, 38], "prehistori": 17, "prepend": 21, "presenc": [13, 26], "present": [9, 12, 13, 16, 17, 19, 22, 24, 26, 41], "preset": 30, "pressur": [3, 5, 6, 11, 18, 22, 23, 30, 32], "prevent": [30, 32], "previou": [13, 26], "primari": [13, 21, 28, 33], "primarili": 3, "prime": [22, 34, 38], "principl": 13, "print": [5, 8, 22], "print_step": [4, 6], "prior": [13, 16], "priori": 26, "probabl": [13, 39], "problem": [5, 13, 22, 23, 38], "proce": 27, "proceed": 42, "process": [5, 25, 39], "produc": [13, 24, 26], "product": [13, 42], "profil": [3, 5, 6, 9, 10, 11, 13, 16, 18, 21, 22, 25, 29, 33, 38, 39, 42], "profile_dlnndr_": [17, 23], "profile_dlnndr_1_scal": 22, "profile_dlnndr_2_scal": 22, "profile_dlnndr_3_scal": 22, "profile_dlntdr_": [17, 23], "profile_dlntdr_1_scal": 22, "profile_dlntdr_2_scal": 22, "profile_dlntdr_3_scal": 22, "profile_equilibrium_model": [10, 17, 23], "profile_erad0_model": [17, 23], "profile_model": [6, 17, 23, 24], "profiles_gen": [4, 17, 18, 41], "profiles_gen_plot": 41, "program": [0, 13], "progress": 13, "project": [0, 5, 13, 21, 27, 42], "pronounc": 13, "propag": 16, "proper": [10, 19], "properli": [10, 13], "properti": [5, 42], "provid": [3, 11, 13, 19, 25, 28], "pseudospectr": 5, "psfc": 41, "psi": [4, 10, 18, 22, 26, 34], "psi_": 10, "pst": 41, "ptot": 18, "public": [9, 12, 16, 17, 19], "publish": [9, 13, 16, 19], "pueschel": 42, "pull": [9, 19], "pure": [13, 16, 26], "purpos": [3, 5, 9, 19], "push": 26, "put": 38, "pygacod": 41, "python": [0, 2, 3, 7, 17], "python3": 2, "q": [4, 6, 10, 13, 17, 18, 23, 24, 26, 30, 32, 34, 38, 42], "q_": [7, 13, 24, 32, 37, 38, 39], "q_1": 32, "q_2": 32, "q_a": [7, 34], "q_e": [16, 32, 37, 38], "q_i": [37, 38], "q_loc": [17, 32], "q_prime_loc": [17, 32], "q_sa": [17, 32], "qa": [30, 32], "qbeam": [18, 37], "qbeami": [18, 37], "qbrem": [18, 37], "qcxi": [18, 37], "qei": [18, 37], "qfuse": [18, 37], "qfusi": [18, 37], "qhat": 38, "qion": [18, 37], "qioni": [18, 37], "ql": [29, 31, 32], "ql_flux_spectrum": [17, 32], "qline": [18, 37], "qmom": 18, "qohm": [18, 37], "qpar_beam": 18, "qpar_wal": 18, "qrfe": [18, 37], "qrfi": [18, 37], "qsync": [18, 37], "quad": [26, 34, 38], "quadratur": [30, 32], "qualit": 28, "qualiti": 25, "quantit": 16, "quantiti": [3, 10, 16, 21, 22, 24, 26, 38], "quasi": [22, 26, 30, 42], "quasilinear": [16, 29, 30, 32, 42], "quasineutr": [4, 5, 6, 39], "quasineutral_flag": 6, "quench": [13, 29, 30, 32, 42], "queri": 0, "question": [13, 17, 28], "queue": 8, "quick": 17, "quit": 13, "r": [0, 4, 5, 10, 12, 13, 16, 18, 21, 22, 24, 26, 30, 32, 34, 38, 42], "r_": [30, 32, 38], "r_0": [5, 10, 18, 22, 24, 26], "r_1": 38, "r_2": 38, "r_3": 38, "r_j": [24, 38], "rad": [18, 34, 37], "radial": [3, 5, 6, 11, 13, 16, 22, 23, 24, 26, 33, 38, 39, 42], "radian": 18, "radiat": [18, 34, 39], "radii": [13, 39], "radiu": [3, 4, 5, 6, 10, 13, 16, 18, 21, 22, 23, 24, 29, 30, 32, 39, 42], "rais": 0, "rang": [13, 16, 21, 22], "rangl": [26, 34], "rank": [5, 7, 30, 32], "rapid": 26, "rapidli": [38, 42], "rate": [5, 6, 13, 16, 22, 26, 28, 30, 32, 34], "rather": [7, 13, 26, 38, 39], "ratio": [5, 13, 21, 22, 24, 29, 39], "ration": 13, "rational": 25, "raw": 5, "rb_": [30, 32], "rbf": 28, "rc": 0, "rc_": [30, 32], "re": 22, "reach": 13, "reaction": 39, "reactor": [37, 39, 42], "read": [5, 7, 22, 25, 28, 34, 39], "readabl": 7, "reader": 11, "real": [3, 11, 13, 41], "realist": [13, 42], "realiti": 10, "realli": 26, "reason": 26, "recent": [11, 13, 16, 28, 29, 30], "recipi": 9, "recombin": 18, "recommend": [0, 4, 5, 7, 30], "rectangular": 24, "red": 16, "redistribut": 26, "reduc": [3, 5, 6, 11, 13, 14, 26, 38], "reduct": 13, "reed": 42, "ref": [22, 38], "refer": [5, 13, 17, 19, 24, 28], "refin": [13, 30], "reflect": 10, "refus": 16, "reg08": 8, "reg14": 18, "regard": 17, "regardless": 22, "regim": [3, 13, 16, 26], "region": [3, 11, 13, 29], "regress": [0, 8], "regular": 8, "rel": [5, 16, 22, 30], "relat": [13, 24, 26, 34], "relax": [13, 38, 39, 40], "relev": [13, 26, 42], "reliabl": 13, "remain": [13, 30], "remark": [16, 26, 29], "renorm": 39, "repeatedli": 13, "repo": [8, 27], "report": [28, 42], "repositori": [0, 17], "repres": [13, 21, 26], "represent": [10, 34, 42], "reproduc": [11, 13, 16, 30], "repsect": 30, "request": [9, 19], "requir": [3, 5, 9, 11, 13, 18, 22, 25, 26, 27, 29, 34, 42], "rescal": 16, "research": [3, 11, 13, 16, 28], "reset": 5, "residu": [13, 38, 39, 40], "resolut": [5, 22, 39, 41, 42], "resolv": [13, 30], "resourc": [13, 16, 28], "respect": [5, 21, 22, 26, 30, 32], "respond": 30, "respons": [29, 42], "restart": [5, 6, 39, 40, 41], "restart_step": 6, "restrict": [9, 13, 19, 26, 38], "result": [5, 8, 9, 11, 13, 17, 19, 26, 29, 30, 38, 42], "retain": [3, 5, 10, 13, 21], "return": [5, 14, 22, 30, 31], "rev": [16, 24, 42], "revers": [13, 42], "review": 13, "revis": 16, "rewoldt": 42, "rf": 18, "rh": [13, 22], "rh98": [13, 42], "rho": [4, 5, 16, 18, 30, 32, 42], "rho_": [4, 5, 7, 13, 16, 21, 22, 24, 28, 31, 38], "rho_i": [21, 26], "rho_ion": 30, "rho_star": [17, 23], "rhode": 42, "right": [4, 5, 10, 19, 22, 23, 24, 26, 34, 37, 38, 39], "rightarrow": [4, 5, 13, 22, 24, 38], "rigor": [13, 26], "rise": 13, "rk": 13, "rk4": 5, "rlns_1": [17, 32], "rlts_1": [17, 32], "rm": [4, 5, 7, 10, 16, 18, 21, 22, 23, 24, 26, 30, 32, 34, 38], "rmaj": [6, 10, 18], "rmaj_loc": [17, 32], "rmaj_over_a": [10, 17, 23], "rmaj_sa": [17, 32], "rmin": [6, 10, 18], "rmin_loc": [17, 32], "rmin_over_a": [10, 17, 23], "rmin_over_a_2": [17, 23], "rmin_sa": [17, 32], "roach": 42, "robust": [13, 16, 38, 39], "roger": 42, "role": [13, 16, 26, 29, 33, 42], "ron": 28, "root": [38, 39], "rosenbluth": [13, 24, 42], "rost": 42, "rotat": [3, 5, 18, 21, 22, 28, 33, 38, 39, 42], "rotation_model": [6, 17, 23, 24], "roth": 42, "rough": 16, "roughli": [10, 13, 16, 30], "routin": [13, 39], "row": 24, "rule": [0, 29, 30, 32, 38, 39, 40, 42], "run": [0, 5, 10, 13, 14, 21, 22, 24, 27, 29, 30, 39], "runawai": 13, "rung": 13, "runtim": 24, "s0021": 42, "s_": [5, 10, 22, 34], "s_1": 10, "s_2": 10, "s_3": 10, "s_delta": [6, 10, 17, 23], "s_delta_loc": [17, 32], "s_e": 38, "s_i": [26, 38], "s_kappa": [6, 10, 17, 23], "s_kappa_loc": [17, 32], "s_n": 10, "s_w": 34, "s_zeta": [6, 10, 17, 23], "s_zeta_loc": [17, 32], "s_zmag": [10, 17, 23], "safe": 39, "safeti": [0, 5, 6, 10, 13, 18, 22, 23, 24, 30, 32, 42], "sai": [0, 26], "same": [5, 11, 13, 16, 26, 28, 39], "sampl": [18, 27, 39], "san": 42, "santoro": 42, "sat0": [29, 30], "sat1": [29, 30, 32], "sat2": [29, 30], "sat3": [29, 30], "sat_geo_spectrum": [17, 32], "sat_rul": [17, 31, 32], "satur": [13, 16, 30, 31, 32, 42], "sauter": 24, "save": 5, "sbc": [29, 30, 42], "sc2004": 42, "scalar": [26, 31, 32], "scalar_saturation_paramet": [17, 32], "scale": [4, 5, 6, 10, 13, 16, 22, 23, 24, 26, 30, 39, 40, 42], "scan": [13, 16], "scatter": 28, "scb": [29, 30, 42], "scenario": [17, 18, 33, 39, 40, 42], "scheme": [5, 13, 22, 38, 39, 40], "schh16": [29, 30, 42], "schl\u00fcter": 26, "schmitz": 42, "schumak": 42, "sci": 42, "scidac": [13, 42], "scienc": 17, "scratch": [3, 11], "screen": 8, "script": 8, "scw": [29, 42], "sdsc": 3, "seamlessli": 13, "search": [30, 32], "second": [4, 24, 26, 28, 39], "section": 26, "see": [4, 5, 9, 18, 22, 26, 29, 30, 32, 33, 39], "seem": 13, "seen": 28, "select": [2, 5, 6, 22], "selector": [5, 6, 23], "self": [5, 6, 13, 24, 30, 32, 39, 42], "selfupd": 2, "send": [9, 41], "sensit": 16, "separ": [13, 16, 25], "seri": [16, 24, 28, 42], "serial": [17, 39], "serv": 28, "set": [0, 2, 4, 5, 8, 13, 21, 22, 26, 28, 30, 31, 32, 39], "setup": [5, 27], "sever": 13, "sevil": 42, "sfiligoi": [3, 41, 42], "sgi": 13, "sh01": [13, 42], "sh98": [26, 34, 42], "shafer": 42, "shafranov": [5, 6, 10, 22, 23, 30], "shall": [9, 19], "shampin": 5, "shan": 42, "shape": [3, 5, 10, 13, 16, 18, 21, 22, 25, 29, 39, 42], "shape_cos0": [6, 10, 17, 18], "shape_cos1": [6, 10, 17, 18], "shape_cos2": [6, 10, 17, 18], "shape_cos3": [6, 10, 17, 18], "shape_s_cos0": [6, 10, 17], "shape_s_cos1": [6, 10, 17], "shape_s_cos2": [6, 10, 17], "shape_s_cos3": [6, 10, 17], "shape_s_sin3": [6, 10, 17], "shape_sin3": [6, 10, 17, 18], "share": [0, 27, 39], "shat_sa": [17, 32], "shear": [5, 6, 10, 13, 16, 17, 23, 24, 26, 29, 30, 32, 42], "shell": 0, "shend": 42, "shift": [6, 10, 13, 17, 23, 29, 30, 31, 32], "shirai": 42, "short": [6, 7, 13, 15, 23, 24, 32, 40], "shorter": 5, "shortfal": [17, 20, 42], "shorthand": 38, "shot": 28, "should": [0, 4, 5, 8, 22, 23, 24, 28, 39], "show": [8, 13, 16, 26, 39], "shown": [10, 13, 16, 23, 28], "shrinkag": 39, "shumak": 42, "shut": 39, "side": 13, "sigma": [24, 38], "sigmar": [22, 24, 39], "sign": [10, 22, 23, 30, 32], "sign_bt": [17, 32], "sign_it": [17, 32], "signal": 39, "signific": [5, 13, 16], "significantli": [13, 16], "silent": 6, "silent_flag": [6, 17, 23, 24], "sim": 38, "sim_model": [17, 23, 24], "simeq": [26, 38], "similar": [13, 26, 28, 42], "simpl": [5, 8, 29, 31, 39], "simpli": 39, "simplif": 34, "simplifi": [13, 30], "simul": [5, 6, 7, 9, 11, 14, 17, 18, 22, 23, 25, 28, 29, 30, 33, 39, 40, 41, 42], "simultan": [13, 16, 39], "sin": [10, 24], "sinc": [13, 21, 28], "sine": 24, "singl": [0, 5, 6, 13, 26, 28, 30, 32], "singular": [5, 13], "size": [4, 6, 13, 16, 40, 41, 42], "sj": 24, "sk10": [9, 42], "sk_": [30, 32], "skw05": [13, 42], "skw07": [3, 9, 11, 13, 29, 30, 42], "slightli": [5, 13, 28], "slow": 16, "slowdown": 13, "slower": 5, "small": [5, 13, 26, 28], "smaller": [5, 13, 14, 16, 39], "smith": 42, "smoooth": 42, "smooth": 38, "snave": 42, "snyder": [13, 42], "so": [5, 6, 13, 16, 19, 22, 25, 27, 28, 30, 33, 38, 39], "soc": 42, "softwar": [9, 13, 19, 27], "solid": 16, "solomon": 42, "solut": [17, 22, 24, 29, 39, 42], "solv": [13, 17, 21, 22, 24, 29, 33, 38, 39], "solver": [3, 11, 17, 21, 22, 33, 42], "some": [11, 13, 17, 23, 28, 34], "sometim": 14, "somewhat": 13, "sonic": [5, 17, 21, 22, 24], "sort": [13, 30, 32], "sound": [3, 7, 13, 16], "sourc": [5, 6, 13, 17, 18, 19, 22, 25, 33, 38, 39, 41], "space": [3, 5, 11, 22, 23, 28, 30, 32, 42], "spain": 42, "span": [5, 13], "spars": 33, "spatial": [13, 16, 22], "speak": 13, "speci": [5, 11, 18, 21, 22, 26, 28, 30, 31, 39, 42], "species1": 22, "specif": [0, 3, 5, 18, 24, 26, 38], "specifi": [5, 18, 22, 23, 25, 39], "spectra": [13, 16, 31, 32], "spectral": [3, 13, 29, 30, 31, 32, 42], "spectral_shift": [17, 32], "spectroscopi": 16, "spectrum": [13, 30, 31, 32], "speed": [3, 5, 6, 7, 22, 24, 26], "spitzer": [22, 23], "spitzer_model": [17, 23], "split": [4, 25], "spot": 16, "spread": 13, "spring": 13, "sqrt": [3, 7, 16, 21, 22, 24], "squar": [5, 6, 10, 16, 18, 22, 23, 30, 32], "src": 8, "sreepathi": 42, "ss": 22, "stabil": [13, 29, 42], "stabl": 13, "staebler": 42, "staff": 13, "stage": 5, "standard": [3, 4, 5, 10, 13, 17, 22, 25, 26, 28, 30, 32, 39], "star": 42, "start": [13, 18, 28, 39], "startup": 39, "state": [13, 33, 38, 42], "statefil": 25, "static": [37, 39], "statist": [7, 13], "statu": 42, "steadi": [13, 33, 38, 42], "steep": 26, "steeper": [3, 11], "step": [4, 5, 13, 17, 27, 38, 39, 40], "stiff": 39, "still": [13, 38], "storag": 42, "store": [30, 32], "strategi": [17, 41], "strength": [10, 22], "stress": [31, 32], "strong": [13, 16, 22, 24, 26], "strongli": [8, 18, 28], "structur": 13, "student": 13, "studi": [13, 17, 26, 28, 42], "subdomin": 13, "subject": [9, 19, 26, 41], "submiss": 13, "submit": 8, "subroutin": [17, 21, 22], "subscript": 26, "substanti": [9, 19], "substitut": 26, "subtl": 26, "success": [0, 13, 16], "successfulli": [13, 16], "sudo": [1, 2], "suffer": 13, "suffici": [4, 18], "sugama": [5, 6, 17, 24, 26, 34, 42], "suggest": [3, 8, 13, 24, 33], "suit": [0, 13], "suitabl": [0, 3, 11, 25], "sum": [18, 26, 31, 32, 38], "sum_": [10, 24], "sum_a": [22, 34], "sum_flux_spectrum": [17, 32], "sum_p": 39, "summar": [13, 34], "summari": [11, 16, 28], "summer": 25, "sung": 42, "supercomput": [13, 42], "support": [13, 39], "suppress": [10, 26, 42], "surfac": [5, 13, 17, 18, 21, 22, 24, 26, 30, 32, 34, 42], "surprisingli": 29, "svpablo": 13, "swck13": [29, 30, 42], "switch": [7, 13, 30], "swnn11": [26, 42], "symbol": [10, 23], "symmetr": [5, 6, 10, 22], "symmetri": 6, "synchrotron": 18, "synopsi": 17, "synthet": [13, 28, 42], "system": [3, 5, 8, 10, 13, 22, 26, 29, 30, 32, 38, 41], "systemat": [13, 28], "t": [5, 7, 8, 10, 13, 16, 24, 26, 28, 30, 32, 34, 38, 41, 42], "t_": [5, 16, 21, 22, 24, 26, 30, 32, 38], "t_0": 16, "t_a": 22, "t_e": [3, 5, 7, 13, 16, 18, 24, 38, 39], "t_i": [13, 26, 38, 39], "ta": [22, 24], "tabl": [5, 14, 17, 22, 26, 29, 30, 31], "tabular": [3, 11, 17, 33], "tag": 7, "taguchi": 24, "tajima": 42, "take": [13, 23, 24], "taken": [16, 28, 38], "talk": [41, 42], "tang": 42, "tardini": 42, "target": [13, 38, 39], "task": [0, 7, 8], "tau": 13, "tau_": [22, 24], "taus_1": [17, 32], "tdg": [29, 42], "te": [4, 18, 22, 42], "te_ad": [17, 23], "team": 42, "tech": 42, "technic": [10, 13, 42], "tem": [13, 29, 30], "temp": [5, 22], "temp_": [6, 17, 23], "temp_1": [5, 22], "temp_2": 22, "temp_3": 22, "temp_para_": [17, 23], "temp_para_1": 22, "temp_para_2": 22, "temp_para_3": 22, "temp_perp_": [17, 23], "temp_perp_1": 22, "temp_perp_2": 22, "temp_perp_3": 22, "temperatur": [3, 5, 6, 13, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "temperature_spectrum": [17, 32], "temperaur": 23, "templat": [0, 8], "ten": 13, "tend": 13, "term": [5, 6, 13, 16, 21, 22, 24, 26, 30, 32, 38], "test": [0, 5, 6, 8, 9, 13, 16, 19, 22, 28], "text": [13, 26, 28, 29, 34, 38], "tftr": 29, "tg": 24, "tglf": [0, 3, 9, 11, 13, 17, 28, 33, 42], "tglf1": 39, "tglf2": 39, "tglf3": 39, "tglf4": 39, "tglf_adiabatic_elec_in": 32, "tglf_alpha_e_in": 32, "tglf_alpha_mach_in": 32, "tglf_alpha_p_in": 32, "tglf_alpha_quench_in": 32, "tglf_alpha_sa_in": 32, "tglf_as_in": 32, "tglf_b_model_sa_in": 32, "tglf_betae_in": 32, "tglf_debye_factor_in": 32, "tglf_debye_in": 32, "tglf_delta_loc_in": 32, "tglf_drmajdx_loc_in": 32, "tglf_drmindx_loc_in": 32, "tglf_dzmajdx_loc_in": 32, "tglf_elec_eflux_out": 32, "tglf_elec_mflux_out": 32, "tglf_elec_pflux_out": 32, "tglf_etg_factor_in": 32, "tglf_filter_in": 32, "tglf_find_width_in": 32, "tglf_ft_model_sa_in": 32, "tglf_gchat_in": 32, "tglf_geometry_flag_in": 32, "tglf_ghat_in": 32, "tglf_gradb_factor_in": 32, "tglf_ibranch_in": [30, 32], "tglf_iflux_in": 32, "tglf_ion1_eflux_out": 32, "tglf_ion1_mflux_out": 32, "tglf_ion1_pflux_out": 32, "tglf_ion2_eflux_out": 32, "tglf_ion2_mflux_out": 32, "tglf_ion2_pflux_out": 32, "tglf_kappa_loc_in": 32, "tglf_kx0_in": 32, "tglf_ky_in": 32, "tglf_kygrid_model_in": 32, "tglf_linsker_factor_in": 32, "tglf_mass_in": 32, "tglf_nbasis_max_in": 32, "tglf_nbasis_min_in": 32, "tglf_new_eikonal_in": [30, 32], "tglf_nky_in": 32, "tglf_nmodes_in": 32, "tglf_ns_in": 32, "tglf_nwidth_in": 32, "tglf_nxgrid_in": 32, "tglf_p_prime_loc_in": 32, "tglf_park_in": 32, "tglf_q_loc_in": 32, "tglf_q_prime_loc_in": 32, "tglf_q_sa_in": 32, "tglf_rlns_in": 32, "tglf_rlts_in": 32, "tglf_rmaj_loc_in": 32, "tglf_rmaj_sa_in": 32, "tglf_rmin_loc_in": 32, "tglf_rmin_sa_in": 32, "tglf_s_delta_loc_in": 32, "tglf_s_kappa_loc_in": 32, "tglf_s_zeta_loc_in": 32, "tglf_sat_rule_in": 32, "tglf_shat_sa_in": 32, "tglf_sign_bt_in": 32, "tglf_sign_it_in": 32, "tglf_taus_in": 32, "tglf_theta0_sa_in": 32, "tglf_theta_trapped_in": 32, "tglf_tm": 32, "tglf_use_bisection_in": 32, "tglf_use_bpar_in": 32, "tglf_use_bper_in": 32, "tglf_use_inboard_detrapped_in": 32, "tglf_use_mhd_rule_in": 32, "tglf_use_transport_model_in": 32, "tglf_vexb_in": 32, "tglf_vexb_shear_in": 32, "tglf_vpar_in": 32, "tglf_vpar_model_in": 32, "tglf_vpar_shear_in": 32, "tglf_vpar_shear_model_in": 32, "tglf_wd_zero_in": 32, "tglf_width_in": 32, "tglf_width_min_in": 32, "tglf_write_wavefunction_flag_in": 32, "tglf_xnu_factor_in": 32, "tglf_xnu_model_in": 32, "tglf_xnue_in": 32, "tglf_xwell_sa_in": 32, "tglf_zeff_in": 32, "tglf_zeta_loc_in": 32, "tglf_zmaj_loc_in": 32, "tglf_zs_in": 32, "tgyro": [9, 17, 18, 24, 27, 42], "tgyro_den_method": [17, 40], "tgyro_den_method0": 39, "tgyro_den_method1": 39, "tgyro_den_method2": 39, "tgyro_den_method3": 39, "tgyro_den_method4": 39, "tgyro_iteration_method": [17, 40], "tgyro_mod": [17, 40], "tgyro_neo_method": [17, 40], "tgyro_relax_iter": [17, 40], "tgyro_rmax": 39, "tgyro_therm_flag": [17, 40], "tgyro_therm_flag1": 39, "tgyro_write_profiles_flag": [17, 40], "than": [4, 5, 13, 26, 30, 32, 38, 39], "thank": 28, "thei": [13, 21], "them": 26, "themselv": 22, "theoret": [17, 34], "theori": [10, 13, 17, 21, 22, 27, 28, 34, 39, 42], "thermal": [13, 16, 18, 22, 24, 26, 39, 40, 42], "thermodiffus": 16, "thermonuclear": 39, "thermostat": 42, "thesi": [13, 16, 42], "theta": [5, 6, 7, 10, 16, 22, 24, 26, 30, 32, 34], "theta0_sa": [17, 32], "theta_0": [5, 41], "theta_i": 5, "theta_j": 24, "theta_r": 10, "theta_trap": [17, 32], "thi": [0, 3, 5, 8, 9, 10, 11, 13, 14, 16, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 38, 39], "thing": 16, "third": [9, 19], "thome": 42, "those": [13, 21, 28], "though": 38, "thousand": [3, 11, 13], "thread": [0, 7], "three": [16, 38], "threed": 22, "threed_exb_dphi0dr": [17, 23], "threed_exb_model": [17, 23], "threed_model": [17, 23], "threshold": [13, 30, 32], "through": [17, 26], "throughout": 26, "thu": [5, 10, 13, 22, 26, 38], "thursdai": 41, "ti": [4, 13, 18, 42], "tild": 31, "tilt": [6, 10, 18], "tim": 29, "time": [3, 4, 5, 10, 13, 14, 16, 22, 24, 26, 27, 28, 30, 32, 33, 38, 41], "timer": 7, "timestamp": 7, "timestep": [4, 5, 13, 41], "tn": 42, "tobia": 28, "togeth": [5, 21], "toggl": [5, 6, 39, 40], "tokamak": [10, 13, 26, 28, 29, 42], "told": 42, "toler": [4, 5, 6], "tool": [2, 4, 13, 18, 21, 25, 27, 28, 42], "top": [0, 30, 32], "topic": [9, 16, 28, 42], "tor": [10, 28, 30, 32], "torodi": 22, "toroid": [3, 5, 10, 13, 16, 18, 22, 23, 24, 26, 30, 31, 32, 42], "torqu": [18, 26], "tort": 19, "toru": [5, 22], "tot": [37, 39], "total": [0, 18, 22, 24, 31, 38, 39], "toward": [3, 11, 13], "transform": [24, 39], "transit": 13, "transp": 25, "transport": [3, 5, 9, 10, 11, 17, 19, 22, 25, 26, 28, 29, 32, 38, 39, 42], "transvers": [30, 32], "trap": [4, 13, 16, 26, 29, 30, 32, 42], "trap_grid": 28, "trapezoid": 38, "treat": [3, 5, 13, 21, 22, 26, 30], "treatment": [10, 42], "triangular": [5, 6, 10, 18, 22, 23, 30, 32], "trigger": [5, 13], "true": [13, 26, 30, 32, 38], "truli": 16, "truncat": 38, "truth": 13, "tsujii": 42, "tube": [13, 16], "tur": 34, "turb": 38, "turbul": [3, 11, 13, 19, 26, 28, 34, 38, 42], "turco": 42, "tutori": 28, "two": [3, 16, 28, 30, 32, 38, 42], "tynan": 42, "type": [0, 8, 18, 30, 31, 32], "typic": [5, 10, 13, 22, 25], "u": [6, 9, 13, 24, 26, 30, 42], "u_": [24, 26], "ubuntu": 0, "ucsd": 13, "udsymmetry_flag": 6, "uk": 42, "uncertainti": [13, 16], "unchang": [5, 13, 39], "under": [13, 26], "underestim": 16, "underli": [13, 26], "underpredict": [13, 16], "understand": [3, 11, 34], "unequ": 39, "unifi": 17, "unimport": [5, 14], "uniqu": [25, 38], "unit": [3, 4, 5, 7, 10, 17, 18, 21, 22, 24, 31, 32, 34], "uniti": 39, "units_in": 32, "univ": 16, "univers": [13, 42], "unless": 28, "unlik": [5, 33], "unperturb": 16, "unphys": 30, "unpublish": 13, "unsolv": 13, "unstabl": [5, 13, 30, 32], "unsubstanti": 13, "until": 13, "up": [0, 6, 16, 18, 21, 24, 28, 30, 32], "up_alpha": 6, "up_radi": 6, "up_theta": 6, "updat": [5, 6, 9, 28, 38, 40], "upgrad": 42, "upon": 13, "upper": 22, "upshift": 13, "upwind": [5, 6, 42], "upwind_single_flag": 6, "urban": 17, "urg": 28, "url": [12, 42], "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 33, 38, 39, 41, 42], "usag": [5, 7], "use_bisect": [17, 32], "use_bp": [17, 32], "use_bpar": [17, 32], "use_inboard_detrap": [17, 32], "use_lock": 0, "use_mhd_rul": [17, 32], "use_thread": 0, "use_transport_model": [17, 32], "user": [0, 3, 5, 17, 19, 30, 32, 33, 42], "usernam": 9, "usual": [5, 26], "util": 13, "v": [2, 21, 22, 23, 24, 26, 28, 34, 38, 42], "v_": [22, 24, 26, 30, 32], "v_a": 7, "v_i": 5, "valid": [11, 13, 17, 24, 26, 28, 42], "valu": [4, 5, 7, 13, 14, 16, 22, 23, 24, 28, 30, 32, 39, 42], "van": 42, "vanish": 13, "varepsilon": 22, "varepsilon_": [5, 24], "vari": [13, 16, 26], "variabl": [13, 17, 34, 38], "variant": [13, 38], "variat": [3, 11, 13, 24, 38, 39], "variou": [7, 13, 21, 28], "varphi": [5, 10, 22, 24, 26, 34], "vathd": [13, 42], "vector": [7, 13, 22, 24, 38], "veloc": [3, 5, 6, 18, 21, 22, 23, 26, 28, 30, 31, 32, 41, 42], "velocity_ord": 6, "veri": [5, 8, 16], "verif": [11, 13, 17, 28, 42], "verifi": [13, 16], "verner": 5, "version": [7, 9, 28, 30, 39], "versu": [7, 16, 41], "vertic": 16, "vetter": [13, 42], "vexb": [17, 32], "vexb_shear": [17, 32], "via": [10, 13, 16, 17, 22, 23, 42], "view": [5, 13, 22], "virtual": 41, "visual": 41, "vol": [24, 42], "voltag": 13, "volum": [34, 38], "vpar": [30, 32], "vpar_1": [17, 32], "vpar_model": [17, 32], "vpar_shear_1": [17, 32], "vpar_shear_model": [17, 32], "vpol": 18, "vtor": 18, "w": [8, 24, 27, 34, 42], "w_a": 34, "wa": [0, 3, 10, 11, 13, 16, 21, 25, 26, 33, 38], "wabc06": [13, 42], "wai": [26, 38], "wal05": [13, 42], "wall": [18, 27, 34], "waltz": [4, 12, 13, 42], "wan": 42, "warranti": 19, "wast": 13, "watanab": 42, "wathd": [13, 42], "wave": [13, 16, 30, 42], "wavelength": [5, 13, 26], "wavenumb": [3, 4, 5, 6, 11], "wc05": [13, 42], "wcc": [13, 42], "wcf07": [13, 42], "wch": [13, 42], "wcp06": [13, 42], "wcr02": [13, 42], "wd_zero": [17, 32], "we": [0, 4, 5, 7, 10, 11, 13, 16, 22, 24, 26, 27, 28, 29, 33, 34, 38], "weak": [5, 38], "weaker": 13, "weber": 18, "weight": [7, 29, 30, 31, 32], "welcom": [9, 19, 28], "well": [13, 16, 21, 26, 28, 30, 32], "were": [13, 16, 29], "wh08": [13, 42], "what": [0, 4, 6, 8, 13, 18], "whatsoev": 13, "when": [0, 3, 4, 5, 11, 13, 21, 22, 24, 30, 31, 32, 38, 39], "where": [3, 4, 5, 10, 11, 13, 16, 22, 24, 26, 29, 30, 34, 38, 39], "wherea": [4, 10, 13, 26], "wherev": 13, "whether": [13, 19, 22, 23], "which": [3, 4, 5, 10, 11, 13, 16, 22, 25, 26, 28, 29, 31, 32, 38, 39], "while": [16, 22, 28, 38, 39], "white": [28, 42], "whiteros": 42, "who": 26, "whom": 19, "why": [4, 13], "wide": [13, 16, 21], "widehat": 38, "width": [13, 17], "width_min": [17, 32], "wiki": 13, "william": 42, "winter": 13, "within": [13, 16], "without": [16, 19, 26, 38], "wkm94": [13, 42], "wkmh95": [13, 42], "wolf": 42, "wong": [22, 26, 42], "word": 10, "work": [4, 13, 16, 17, 26, 28, 30, 41], "worker": 13, "workshop": [17, 20], "worldwid": 13, "worlei": [13, 42], "would": [5, 8, 10, 38], "write": [8, 26, 34, 39, 40], "write_wavefunction_flag": [17, 32], "written": [5, 13, 16, 22, 24, 38, 39], "wrote": 4, "ws08": [13, 42], "wsch07": [13, 42], "wsd": [13, 42], "wsm": [13, 28, 42], "wukitch": 42, "www": 2, "x": [30, 32, 34, 38, 42], "x1": [13, 42], "x_": 24, "x_a": [22, 24], "xcode": 2, "xd1": [13, 42], "xi": [5, 6, 22, 23, 24], "xi_i": 5, "xnu_factor": [17, 32], "xnu_model": [17, 32], "xnue": [17, 32], "xquartz": 2, "xt3": [13, 42], "xwell_sa": [17, 32], "y": [30, 32, 34, 42], "yann": 28, "year": [11, 13, 28], "yearli": 17, "yield": 13, "york": 42, "you": [0, 4, 8, 17, 30], "your": [8, 9, 17, 41], "z": [10, 22, 34, 38, 39, 42], "z0": 22, "z_": [6, 17, 18, 23, 24, 30, 32, 38, 39], "z_0": [5, 10, 18, 22], "z_1": [5, 22], "z_2": [5, 22], "z_3": [5, 22], "z_a": 26, "z_c": 16, "z_e": 38, "z_eff": 18, "z_i": 38, "zeeland": 42, "zeff": [17, 32], "zeng": 42, "zero": [5, 13, 22, 30, 32, 39], "zeroth": [22, 24, 26, 39], "zeta": [6, 10, 17, 18, 23, 30, 32], "zeta_loc": [17, 32], "zf": 30, "zf_test_mod": 6, "zhang": 42, "zhu": 42, "zmag": [6, 10, 18], "zmag_over_a": [10, 17, 23], "zmaj_loc": [17, 32], "zonal": [5, 6, 13, 30, 42], "zoom": 41, "zs_1": [17, 32], "\u03b1": 42}, "titles": ["Build on your laptop", "Ubuntu/Mint", "OSX Sonoma", "CGYRO", "FAQ", "Alphabetical list for input.cgyro", "Tabular list for input.cgyro", "CGYRO output files", "Running Cases", "Download and user agreement", "FLUX-SURFACE GEOMETRY", "GYRO", "Gallery of classic GYRO images (circa 2003)", "Gyrokinetic Simulation in the 2000s", "Alphabetical list for input.gyro", "Tabular list for input.gyro", "GYRO verification and validation (pre 2010)", "The General Atomics GACODE Suite", "input.gacode", "GACODE License", "Miscellaneous", "NEO", "Alphabetical list for input.neo", "Parameters for input.neo", "NEO Output Files", "profiles_gen", "PLASMA ROTATION THEORY", "Prebuilt Environments", "DIII-D L-mode shortfall", "TGLF", "Alphabetical list for input.tglf", "Alphabetical list for out.tglf files", "Table of inputs and outputs", "TGYRO", "Equations solved in TGYRO", "OUTPUT", "PLOT", "Scenarios and connection to energy sources", "TGYRO solver algorithm", "input.tgyro Alphabetical List", "input.tgyro Tabular List", "CGYRO Workshop 2022", "References"], "titleterms": {"": [5, 32], "2000": 13, "2001": 16, "2002": 13, "2003": [12, 13], "2004": [13, 16], "2005": 13, "2006": [13, 16], "2007": 13, "2008": 13, "2009": [13, 16], "2010": 16, "2013": 28, "2022": 41, "25": 28, "A": 13, "BES": 16, "The": [13, 17, 26], "_scale": 22, "abstract": 16, "access": 9, "acknowledg": 28, "ad": 28, "adiabat": 16, "adiabatic_elec": 30, "advanc": 6, "against": 29, "agenda": 41, "agreement": 9, "algorithm": 38, "alpha": 32, "alpha_": 30, "alpha_mach": 30, "alpha_p": 30, "alpha_quench": 30, "alpha_sa": 30, "alpha_zf": 30, "alphabet": [5, 14, 22, 30, 31, 39], "amp": 5, "amp0": 5, "amp_phi_n": 14, "aniso_model_": 22, "anomal": 16, "appropri": [9, 42], "ar": 13, "as_1": 30, "ask": 3, "atom": 17, "b_model_sa": 30, "balanc": 26, "base": 16, "basi": 26, "batch": 8, "benchmark": 28, "beta": 30, "beta_star": 22, "beta_star_scal": 5, "betae_unit": 5, "betae_unit_scal": 5, "bound": 10, "box": 10, "box_siz": 5, "brief": 3, "btccw": [5, 22], "build": 0, "c": 16, "can": 13, "case": [3, 8, 16], "cer": 16, "cgyro": [3, 5, 6, 7, 41], "chang": 32, "circa": 12, "classic": 12, "code": [0, 3, 9, 13, 17, 28], "coeffici": 16, "collis": 6, "collision_ene_diffus": 5, "collision_ene_restor": 5, "collision_field_model": 5, "collision_kperp": 5, "collision_model": [5, 22], "collision_mom_restor": 5, "collision_precision_mod": 5, "command": 8, "comment": 38, "common": 7, "comparison": 16, "compression": 16, "comput": [13, 38], "concept": 0, "connect": [26, 34, 37], "consider": 26, "consist": 26, "control": [6, 15, 32, 40], "coordin": 10, "correctli": 13, "cpu": 27, "cross": 28, "cyclon": 16, "d": [16, 28], "data": [3, 7, 16, 21, 26, 29, 33], "deby": 30, "debye_factor": 30, "delta": [5, 22], "delta_loc": 30, "delta_t": 5, "delta_t_method": 5, "dens_": [5, 22], "densiti": 34, "density_spectrum": 31, "depend": [7, 23], "descript": [3, 24], "design": 13, "detail": 24, "diagnost": 16, "differ": 13, "diii": [16, 28], "discret": 38, "dissip": 6, "dlnndr_": [5, 22], "dlnndre_ad": 22, "dlntdr_": [5, 22], "dlntdr_para_": 22, "dlntdr_perp_": 22, "dlntdre_ad": 22, "doppler": 16, "download": 9, "dphi0dr": 22, "dramat": 13, "drmajdx_loc": 30, "drmindx_loc": 30, "dzmag": 5, "dzmajdx_loc": 30, "e_max": 5, "effect": [10, 13, 23], "eigenvalue_spectrum": 31, "electromagnet": 16, "electron": 16, "energet": 16, "energi": [34, 37], "environ": [0, 27], "epar0": 22, "epar0_spitz": 22, "equat": [33, 34], "equil": 24, "equilibria": 10, "equilibrium": [17, 23], "equilibrium_model": [5, 22], "error_tol": 5, "etg_factor": 30, "eulerian": 13, "exampl": 8, "exp_norm": 24, "experiment": [24, 26, 28, 29], "extra": 23, "f": 24, "faq": 4, "fast": 16, "feedback": 40, "field": [6, 10], "field_print_flag": 5, "field_spectrum": 31, "file": [0, 6, 7, 18, 24, 31, 32], "filter": 30, "find_width": 30, "first": 0, "flux": [10, 34], "forc": 26, "formal": 26, "formul": 38, "freq_tol": 5, "frequent": 3, "from": 13, "ft_model_sa": 30, "full": 13, "futur": 3, "ga": 27, "gacod": [17, 18, 19], "galleri": 12, "gamma_": 5, "gamma_e_scal": 5, "gamma_p": 5, "gamma_p_scal": 5, "gaussian": 32, "gchat": 30, "gener": [17, 23], "geo_ni": 22, "geo_yin": 22, "geometri": [6, 10, 17, 23, 32], "geometry_flag": 30, "gflux_print_flag": 5, "ghat": 30, "gkw": 28, "global": [6, 13, 16], "gpu": 27, "gpu_bigmem_flag": 5, "gradb_factor": 30, "gradient": 16, "grid": [24, 38], "gyro": [11, 12, 14, 15, 16, 28], "gyrobohm": 13, "gyrokinet": [13, 16], "h_print_flag": 5, "have": 13, "high": 40, "histori": [13, 25], "ibranch": 30, "iflux": 30, "imag": [3, 12], "impur": 16, "inadequ": 13, "independ": 7, "input": [3, 5, 6, 14, 15, 18, 21, 22, 23, 26, 30, 32, 33, 39, 40], "intensity_spectrum": 31, "interfac": [23, 33], "ipccw": [5, 22], "iter": 40, "jacobian": 38, "jan": 28, "kappa": [5, 22], "kappa_loc": 30, "kei": 28, "kx0_loc": 30, "ky": [5, 30], "kygrid_model": 30, "l": 28, "lambda_deby": 5, "lambda_debye_scal": 5, "laptop": 0, "legend": 13, "level": 40, "licens": 19, "limit": [13, 16], "line": 8, "link": [11, 21, 29, 33], "linsker_factor": 30, "list": [5, 6, 14, 15, 22, 30, 31, 39, 40], "loc_betae_scal": 39, "loc_dx": 39, "loc_dx_max": 39, "loc_er_feedback_flag": 39, "loc_evolve_grad_only_flag": 39, "loc_he_feedback_flag": 39, "loc_lock_profile_flag": 39, "loc_relax": 39, "loc_residual_method": 39, "loc_restart_flag": 39, "loc_scenario": 39, "loc_te_feedback_flag": 39, "loc_ti_feedback_flag": 39, "local": [13, 16], "mach": 5, "mach_scal": 5, "magnet": 10, "mass_": [5, 22], "mass_1": 30, "match": 16, "max_tim": 5, "method": 10, "miller": 32, "mint": 1, "miscellan": 20, "mod": 16, "mode": 28, "model": [23, 29], "moment_print_flag": 5, "momentum": 34, "mpi_rank_ord": 5, "n": 30, "n_energi": [5, 22], "n_field": 5, "n_global": 5, "n_radial": [5, 22], "n_speci": [5, 22], "n_theta": [5, 22], "n_toroid": 5, "n_xi": [5, 22], "nbasis_max": 30, "nbasis_min": 30, "ne_ad": 22, "necessari": 13, "neo": [21, 22, 23, 24], "nersc": 27, "new_eikon": 30, "nky": 30, "nmode": 30, "nonaxisymmetr": 23, "nonlinear": 13, "nonlinear_flag": 5, "normal": [3, 7, 21], "nsts_crossphase_spectrum": 31, "nu_1": 22, "nu_e": 5, "nu_glob": 5, "numer": [6, 23], "nup_alpha": 5, "nup_radi": 5, "nup_theta": 5, "nwidth": 30, "nxgrid": 30, "omega": 27, "omega_rot": 22, "omega_rot_deriv": 22, "openbla": 0, "orient": 10, "osx": 2, "out": [24, 31], "output": [3, 6, 7, 21, 24, 32, 33, 35], "overview": [11, 18, 25, 28, 29, 33], "own": 32, "p_prime_loc": 30, "parallel": 13, "paramet": [6, 10, 15, 23, 26, 32, 40], "park": 30, "particl": 16, "past": 3, "pci": 16, "perlmutt": 27, "perspect": 13, "perturb": 16, "phi": 24, "physic": [6, 17, 23, 26, 40], "plasma": [6, 17, 23, 26], "platform": 0, "plot": [3, 33, 36], "power": 34, "pre": 16, "prebuilt": 27, "prehistori": 13, "present": 28, "print_step": 5, "profil": [17, 23, 24, 26, 28, 40], "profile_dlnndr_": 22, "profile_dlntdr_": 22, "profile_equilibrium_model": 22, "profile_erad0_model": 22, "profile_model": [5, 22], "profiles_gen": 25, "public": [13, 28], "px0": 5, "python": 33, "q": [5, 22], "q_loc": 30, "q_prime_loc": 30, "q_sa": 30, "ql_flux_spectrum": 31, "quasineutral_flag": 5, "question": 3, "quick": [8, 11, 21, 29, 33], "refer": [9, 29, 42], "reflectomet": 16, "regard": 38, "relat": 6, "repositori": 9, "resolut": [6, 13, 23], "restart": 7, "restart_step": 5, "result": [16, 28], "rho_star": 22, "risk": 32, "rlns_1": 30, "rlts_1": 30, "rmaj": 5, "rmaj_loc": 30, "rmaj_over_a": 22, "rmaj_sa": 30, "rmin": 5, "rmin_loc": 30, "rmin_over_a": 22, "rmin_over_a_2": 22, "rmin_sa": 30, "rotat": [6, 17, 23, 24, 26], "rotation_model": [5, 22], "run": [3, 8, 17], "s_delta": [5, 22], "s_delta_loc": 30, "s_kappa": [5, 22], "s_kappa_loc": 30, "s_zeta": [5, 22], "s_zeta_loc": 30, "s_zmag": 22, "sat_geo_spectrum": 31, "sat_rul": 30, "satur": 29, "scalar_saturation_paramet": 31, "scenario": 37, "scienc": 13, "shape": 6, "shape_cos0": [5, 22], "shape_cos1": [5, 22], "shape_cos2": [5, 22], "shape_cos3": [5, 22], "shape_s_cos0": [5, 22], "shape_s_cos1": [5, 22], "shape_s_cos2": [5, 22], "shape_s_cos3": [5, 22], "shape_s_sin3": [5, 22], "shape_sin3": [5, 22], "shat_sa": 30, "shear": 22, "shift": [5, 22], "shortfal": 28, "sign_bt": 30, "sign_it": 30, "silent_flag": [5, 22], "sim_model": 22, "simul": [3, 13, 16], "softwar": 17, "solut": [33, 38], "solv": 34, "solver": 38, "some": 38, "sonic": 26, "sonoma": 2, "sourc": [0, 3, 9, 34, 37], "space": 13, "speci": [6, 23, 24, 32, 40], "spectral": 6, "spectral_shift": 31, "spitzer_model": 22, "standard": 24, "start": 8, "step": [0, 6], "strategi": 38, "structur": 18, "studi": 16, "submiss": 8, "subroutin": [23, 24], "suit": 17, "sum_flux_spectrum": 31, "supercomput": 16, "supra": 16, "surfac": 10, "sweep": 16, "synopsi": 13, "synthet": 16, "tabl": [10, 32], "tabular": [6, 15, 40], "taus_1": 30, "te_ad": 22, "temp_": [5, 22], "temp_para_": 22, "temp_perp_": 22, "temperatur": 16, "temperature_spectrum": 31, "tglf": [29, 30, 31, 32], "tgyro": [33, 34, 38, 39, 40], "tgyro_den_method": 39, "tgyro_iteration_method": 39, "tgyro_mod": 39, "tgyro_neo_method": 39, "tgyro_relax_iter": 39, "tgyro_therm_flag": 39, "tgyro_write_profiles_flag": 39, "theoret": 26, "theori": [24, 26], "theory_nclass": 24, "theta0_sa": 30, "theta_plot": 5, "theta_trap": 30, "threed_exb_dphi0dr": 22, "threed_exb_model": 22, "threed_model": 22, "time": [6, 7], "tokamak": 16, "tore": 16, "toroidals_per_proc": 5, "toru": 13, "transport": [13, 16, 24, 33, 34], "transport_exp": 24, "transport_flux": 24, "transport_gv": 24, "turbul": 16, "ubuntu": 1, "udsymmetry_flag": 5, "ul1": 13, "ul2": 13, "ul3": 13, "ul4": 13, "unit": [30, 38], "up_alpha": 5, "up_radi": 5, "up_theta": 5, "upwind_single_flag": 5, "urban": 13, "usag": 8, "use_bisect": 30, "use_bp": 30, "use_bpar": 30, "use_inboard_detrap": 30, "use_mhd_rul": 30, "use_transport_model": 30, "user": [9, 13], "valid": [16, 29], "variabl": 0, "vector": 32, "vel": 24, "vel_fouri": 24, "veloc": 13, "velocity_ord": 5, "verif": 16, "vexb": 30, "vexb_shear": 30, "vpar_1": 30, "vpar_model": 30, "vpar_shear_1": 30, "vpar_shear_model": 30, "wd_zero": 30, "width": [30, 32], "width_min": 30, "workshop": 41, "write_wavefunction_flag": 30, "xnu_factor": 30, "xnu_model": 30, "xnue": 30, "xwell_sa": 30, "yearli": 13, "your": [0, 32], "z_": [5, 22], "z_eff": 5, "z_eff_method": 5, "zeff": 30, "zeta": [5, 22], "zeta_loc": 30, "zf_test_mod": 5, "zmag": 5, "zmag_over_a": 22, "zmaj_loc": 30, "zs_1": 30}}) \ No newline at end of file From 2a51684439c1fa80c8d285202fdecc3ada5eb761 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 18 Jul 2024 12:14:22 -0700 Subject: [PATCH 4/4] Add optimization related tab --- docs/cgyro/cgyro_table.html | 43 ++++++++++++++++++++++++++------- docs/objects.inv | Bin 10988 -> 11000 bytes docs/searchindex.js | 2 +- html/src/cgyro/cgyro_table.rst | 15 ++++++++++-- 4 files changed, 48 insertions(+), 12 deletions(-) diff --git a/docs/cgyro/cgyro_table.html b/docs/cgyro/cgyro_table.html index 96d0694..774f079 100644 --- a/docs/cgyro/cgyro_table.html +++ b/docs/cgyro/cgyro_table.html @@ -110,6 +110,7 @@

    Tabular list for input.cgyroRotation physics

  • Global-spectral parameters

  • Output file control

  • +
  • Optimization related parameters

  • @@ -421,11 +422,7 @@

    Tabular list for input.cgyro

    - - - - + @@ -565,10 +562,6 @@

    Tabular list for input.cgyro

    - - -
    Plasma shape/geometry

    VELOCITY_ORDER

    What internal velocity order to use

    1

    UPWIND_SINGLE_FLAG

    UPWIND_SINGLE_FLAG

    Use reduced precision communication

    0

    GPU_BIGMEM_FLAG

    Enable GPU offload

    1

    @@ -671,6 +664,38 @@

    Tabular list for input.cgyro

    + +++++ + + + + + + + + + + + + + + + + + + + + + + + + +
    Optimization related parameters

    input.cgyro parameter

    Short description

    Default

    TOROIDALS_PER_PROC

    How many toroidal harmonics per MPI process

    1

    MPI_RANK_ORDER

    Relative ordering of MPI ranks

    2

    VELOCITY_ORDER

    What internal velocity order to use

    1

    GPU_BIGMEM_FLAG

    Enable GPU offload when possible

    1

    diff --git a/docs/objects.inv b/docs/objects.inv index 0597aadd4ee3aa0f7c4ea75fd487aea9ad9b66ce..51c37cf2c865d32df23fce23faf4b1e6d75d307d 100644 GIT binary patch delta 10956 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%0DkVvnuDX1h3DY@*`8xx8Z#xg7Rp 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 diff --git a/docs/searchindex.js b/docs/searchindex.js index 8cee2eb..834623f 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"2002": [[13, "id20"]], "2003": [[13, "id22"]], "2004": [[13, "id25"]], "2005": [[13, "id33"]], "2006": [[13, "id40"]], "2007": [[13, "id49"]], "2008": [[13, "id59"]], "2009": [[13, "id63"]], "A Computational Science and User Perspective": [[13, "a-computational-science-and-user-perspective"]], "ADIABATIC_ELEC": [[30, "adiabatic-elec"]], "AGENDA": [[41, "agenda"]], "ALPHA_E": [[30, "alpha-e"]], "ALPHA_MACH": [[30, "alpha-mach"]], "ALPHA_P": [[30, "alpha-p"]], "ALPHA_QUENCH": [[30, "alpha-quench"]], "ALPHA_SA": [[30, "alpha-sa"]], "ALPHA_ZF": [[30, "alpha-zf"]], "AMP": [[5, "amp"]], "AMP0": [[5, "amp0"]], "AMP_PHI_N": [[14, "amp-phi-n"]], "ANISO_MODEL_*": [[22, "aniso-model"]], "AS_1": [[30, "as-1"]], "Acknowledgments": [[28, "acknowledgments"]], "Advanced shape parameters": [[6, "id2"]], "Alphabetical list for input.cgyro": [[5, null]], "Alphabetical list for input.gyro": [[14, null]], "Alphabetical list for input.neo": [[22, null]], "Alphabetical list for input.tglf": [[30, null]], "Alphabetical list for out.tglf files": [[31, null]], "Anomalous Transport in the DIII-D Tokamak Matched by Supercomputer Simulation": [[16, "anomalous-transport-in-the-diii-d-tokamak-matched-by-supercomputer-simulation"]], "Appropriate References": [[9, "id6"], [42, "id144"]], "BETAE": [[30, "betae"]], "BETAE_UNIT": [[5, "betae-unit"]], "BETAE_UNIT_SCALE": [[5, "betae-unit-scale"]], "BETA_STAR": [[22, "beta-star"]], "BETA_STAR_SCALE": [[5, "beta-star-scale"]], "BOX_SIZE": [[5, "box-size"]], "BTCCW": [[5, "btccw"], [22, "btccw"]], "B_MODEL_SA": [[30, "b-model-sa"]], "Batch submission": [[8, "batch-submission"]], "Bounding-box method": [[10, "bounding-box-method"]], "Brief description": [[3, "brief-description"]], "Build on your laptop": [[0, null]], "Building": [[0, "building"]], "CGYRO": [[3, null]], "CGYRO Normalization": [[3, "id8"]], "CGYRO Workshop 2022": [[41, null]], "CGYRO output files": [[7, null]], "COLLISION_ENE_DIFFUSION": [[5, "collision-ene-diffusion"]], "COLLISION_ENE_RESTORE": [[5, "collision-ene-restore"]], "COLLISION_FIELD_MODEL": [[5, "collision-field-model"]], "COLLISION_KPERP": [[5, "collision-kperp"]], "COLLISION_MODEL": [[5, "collision-model"], [22, "collision-model"]], "COLLISION_MOM_RESTORE": [[5, "collision-mom-restore"]], "COLLISION_PRECISION_MODE": [[5, "collision-precision-mode"]], "Change-at-your-own-risk parameters": [[32, "id6"]], "Codes": [[17, null]], "Collisions": [[6, "id9"]], "Command-line usage": [[8, "command-line-usage"]], "Common time-dependent output": [[7, "id2"]], "Comparison of GYRO simulations with fast-sweeping and Doppler reflectometer data in Tore Supra": [[16, "comparison-of-gyro-simulations-with-fast-sweeping-and-doppler-reflectometer-data-in-tore-supra"]], "Comparison of GYRO synthetic diagnostic results with C-Mod PCI data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-c-mod-pci-data"]], "Comparison of GYRO synthetic diagnostic results with DIII-D BES and CER data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-diii-d-bes-and-cer-data"]], "Compressional Electromagnetic Perturbations (2010)": [[16, "compressional-electromagnetic-perturbations-2010"]], "Computation of the Jacobian": [[38, "computation-of-the-jacobian"]], "Concept of platform files": [[0, "concept-of-platform-files"]], "Connection of Fluxes to Powers": [[34, "connection-of-fluxes-to-powers"]], "Connection to experimental data": [[26, "connection-to-experimental-data"]], "Consistency with force balance": [[26, "consistency-with-force-balance"]], "Control": [[32, "id1"]], "Control parameters": [[6, "id3"], [15, "id1"]], "Coordinates": [[10, "coordinates"]], "Cross-code benchmarking results": [[28, "cross-code-benchmarking-results"]], "Cyclone Base Case with Adiabatic Electrons (2001)": [[16, "cyclone-base-case-with-adiabatic-electrons-2001"]], "DEBYE": [[30, "debye"]], "DEBYE_FACTOR": [[30, "debye-factor"]], "DELTA": [[5, "delta"], [22, "delta"]], "DELTA_LOC": [[30, "delta-loc"]], "DELTA_T": [[5, "delta-t"]], "DELTA_T_METHOD": [[5, "delta-t-method"]], "DENS_*": [[5, "dens"], [22, "dens"]], "DIII-D L-mode shortfall": [[28, null]], "DLNNDRE_ADE": [[22, "dlnndre-ade"]], "DLNNDR_*": [[5, "dlnndr"], [22, "dlnndr"]], "DLNTDRE_ADE": [[22, "dlntdre-ade"]], "DLNTDR_*": [[5, "dlntdr"], [22, "dlntdr"]], "DLNTDR_PARA_*": [[22, "dlntdr-para"]], "DLNTDR_PERP_*": [[22, "dlntdr-perp"]], "DPHI0DR": [[22, "dphi0dr"]], "DRMAJDX_LOC": [[30, "drmajdx-loc"]], "DRMINDX_LOC": [[30, "drmindx-loc"]], "DZMAG": [[5, "dzmag"]], "DZMAJDX_LOC": [[30, "dzmajdx-loc"]], "Data input": [[3, "data-input"], [21, "data-input"], [33, "data-input"]], "Data output": [[21, "data-output"]], "Data output and plotting": [[3, "data-output-and-plotting"]], "Data output, python interface, and plotting": [[33, "data-output-python-interface-and-plotting"]], "Density Transport": [[34, "density-transport"]], "Density fluxes and sources": [[34, "id2"]], "Design History": [[13, "design-history"]], "Detailed description of NEO output files": [[24, "detailed-description-of-neo-output-files"]], "Download and user agreement": [[9, null]], "EPAR0": [[22, "epar0"]], "EPAR0_SPITZER": [[22, "epar0-spitzer"]], "EQUILIBRIUM_MODEL": [[5, "equilibrium-model"], [22, "equilibrium-model"]], "ERROR_TOL": [[5, "error-tol"]], "ETG_FACTOR": [[30, "etg-factor"]], "EXPERIMENTAL profiles": [[28, "experimental-profiles"]], "E_MAX": [[5, "e-max"]], "Effective field": [[10, "effective-field"]], "Electron Temperature Gradient Turbulence (2006)": [[16, "electron-temperature-gradient-turbulence-2006"]], "Energetic particle transport coefficients (2009)": [[16, "energetic-particle-transport-coefficients-2009"]], "Energy Transport": [[34, "energy-transport"]], "Energy fluxes and sources": [[34, "id3"]], "Environment variables": [[0, "environment-variables"]], "Equations solved in TGYRO": [[34, null]], "Equilibria": [[10, "equilibria"]], "Equilibrium and Profiles": [[17, "equilibrium-and-profiles"]], "Experimental profiles output files": [[24, "experimental-profiles-output-files"]], "Extra subroutine interface parameters": [[23, "extra-subroutine-interface-parameters"]], "FAQ": [[4, null]], "FIELD_PRINT_FLAG": [[5, "field-print-flag"]], "FILTER": [[30, "filter"]], "FIND_WIDTH": [[30, "find-width"]], "FLUX-SURFACE GEOMETRY": [[10, null]], "FREQ_TOL": [[5, "freq-tol"]], "FT_MODEL_SA": [[30, "ft-model-sa"]], "Fields": [[6, "id4"]], "File structure": [[18, "id3"]], "First step": [[0, "first-step"]], "Formulation": [[38, "formulation"]], "Formulation on a discrete grid": [[38, "formulation-on-a-discrete-grid"]], "Frequently Asked Questions": [[3, "frequently-asked-questions"]], "GA OMEGA": [[27, "ga-omega"]], "GACODE License": [[19, null]], "GAMMA_E": [[5, "gamma-e"]], "GAMMA_E_SCALE": [[5, "gamma-e-scale"]], "GAMMA_P": [[5, "gamma-p"]], "GAMMA_P_SCALE": [[5, "gamma-p-scale"]], "GCHAT": [[30, "gchat"]], "GEOMETRY_FLAG": [[30, "geometry-flag"]], "GEO_NY": [[22, "geo-ny"]], "GEO_YIN": [[22, "geo-yin"]], "GFLUX_PRINT_FLAG": [[5, "gflux-print-flag"]], "GHAT": [[30, "ghat"]], "GKW results (added 25-jan-2013)": [[28, "gkw-results-added-25-jan-2013"]], "GPU_BIGMEM_FLAG": [[5, "gpu-bigmem-flag"]], "GRADB_FACTOR": [[30, "gradb-factor"]], "GYRO": [[11, null]], "GYRO Validation Abstracts": [[16, "gyro-validation-abstracts"]], "GYRO results": [[28, "gyro-results"]], "GYRO verification and validation (pre 2010)": [[16, null]], "Gallery of classic GYRO images (circa 2003)": [[12, null]], "Gaussian width parameters": [[32, "id3"]], "General models": [[23, "id3"]], "Geometry": [[17, "geometry"]], "Global-spectral parameters": [[6, "id11"]], "Gyrokinetic Simulation in the 2000s": [[13, null]], "Gyrokinetic Simulation of Impurities (2004)": [[16, "gyrokinetic-simulation-of-impurities-2004"]], "H_PRINT_FLAG": [[5, "h-print-flag"]], "High-level control": [[40, "id1"]], "History and Overview": [[25, "history-and-overview"]], "IBRANCH": [[30, "ibranch"]], "IFLUX": [[30, "iflux"]], "IPCCW": [[5, "ipccw"], [22, "ipccw"]], "Input parameters": [[26, "input-parameters"]], "Iteration control": [[40, "id2"]], "KAPPA": [[5, "kappa"], [22, "kappa"]], "KAPPA_LOC": [[30, "kappa-loc"]], "KX0_LOC": [[30, "kx0-loc"]], "KY": [[5, "ky"], [30, "ky"]], "KYGRID_MODEL": [[30, "kygrid-model"]], "Key publications and presentations": [[28, "key-publications-and-presentations"]], "LAMBDA_DEBYE": [[5, "lambda-debye"]], "LAMBDA_DEBYE_SCALE": [[5, "lambda-debye-scale"]], "LINSKER_FACTOR": [[30, "linsker-factor"]], "LOC_BETAE_SCALE": [[39, "loc-betae-scale"]], "LOC_DX": [[39, "loc-dx"]], "LOC_DX_MAX": [[39, "loc-dx-max"]], "LOC_ER_FEEDBACK_FLAG": [[39, "loc-er-feedback-flag"]], "LOC_EVOLVE_GRAD_ONLY_FLAG": [[39, "loc-evolve-grad-only-flag"]], "LOC_HE_FEEDBACK_FLAG": [[39, "loc-he-feedback-flag"]], "LOC_LOCK_PROFILE_FLAG": [[39, "loc-lock-profile-flag"]], "LOC_RELAX": [[39, "loc-relax"]], "LOC_RESIDUAL_METHOD": [[39, "loc-residual-method"]], "LOC_RESTART_FLAG": [[39, "loc-restart-flag"]], "LOC_SCENARIO": [[39, "loc-scenario"]], "LOC_TE_FEEDBACK_FLAG": [[39, "loc-te-feedback-flag"]], "LOC_TI_FEEDBACK_FLAG": [[39, "loc-ti-feedback-flag"]], "Local limit of Global Simulations (2004)": [[16, "local-limit-of-global-simulations-2004"]], "MACH": [[5, "mach"]], "MACH_SCALE": [[5, "mach-scale"]], "MASS_*": [[5, "mass"], [22, "mass"]], "MASS_1": [[30, "mass-1"]], "MAX_TIME": [[5, "max-time"]], "MOMENT_PRINT_FLAG": [[5, "moment-print-flag"]], "MPI_RANK_ORDER": [[5, "mpi-rank-order"]], "Magnetic field orientation": [[10, "magnetic-field-orientation"]], "Miller geometry parameters": [[32, "id4"]], "Miscellaneous": [[20, null]], "Momentum Transport": [[34, "momentum-transport"]], "Momentum fluxes and sources": [[34, "id4"]], "NBASIS_MAX": [[30, "nbasis-max"]], "NBASIS_MIN": [[30, "nbasis-min"]], "NEO": [[21, null]], "NEO Output Files": [[24, null]], "NERSC PERLMUTTER (CPU)": [[27, "nersc-perlmutter-cpu"]], "NERSC PERLMUTTER (GPU)": [[27, "nersc-perlmutter-gpu"]], "NEW_EIKONAL": [[30, "new-eikonal"]], "NE_ADE": [[22, "ne-ade"]], "NKY": [[30, "nky"]], "NMODES": [[30, "nmodes"]], "NONLINEAR_FLAG": [[5, "nonlinear-flag"]], "NS": [[30, "ns"]], "NUP_ALPHA": [[5, "nup-alpha"]], "NUP_RADIAL": [[5, "nup-radial"]], "NUP_THETA": [[5, "nup-theta"]], "NU_1": [[22, "nu-1"]], "NU_EE": [[5, "nu-ee"]], "NU_GLOBAL": [[5, "nu-global"]], "NWIDTH": [[30, "nwidth"]], "NXGRID": [[30, "nxgrid"]], "N_ENERGY": [[5, "n-energy"], [22, "n-energy"]], "N_FIELD": [[5, "n-field"]], "N_GLOBAL": [[5, "n-global"]], "N_RADIAL": [[5, "n-radial"], [22, "n-radial"]], "N_SPECIES": [[5, "n-species"], [22, "n-species"]], "N_THETA": [[5, "n-theta"], [22, "n-theta"]], "N_TOROIDAL": [[5, "n-toroidal"]], "N_XI": [[5, "n-xi"], [22, "n-xi"]], "Nonaxisymmetric effects": [[23, "id6"]], "Normalization": [[3, "normalization"], [21, "normalization"]], "Numerical Dissipation": [[6, "id6"]], "Numerical Resolution": [[6, "id5"]], "Numerical resolution": [[23, "id1"]], "OMEGA_ROT": [[22, "omega-rot"]], "OMEGA_ROT_DERIV": [[22, "omega-rot-deriv"]], "OSX Sonoma": [[2, null]], "OUTPUT": [[35, null]], "OpenBLAS": [[0, "openblas"]], "Output Normalization": [[7, "output-normalization"]], "Output file control": [[6, "id12"]], "Overview": [[11, "overview"], [18, "overview"], [28, "overview"], [29, "overview"], [33, "overview"]], "PARK": [[30, "park"]], "PLASMA ROTATION THEORY": [[26, null]], "PLOT": [[36, null]], "PRINT_STEP": [[5, "print-step"]], "PROFILE_DLNNDR_*_SCALE": [[22, "profile-dlnndr-scale"]], "PROFILE_DLNTDR_*_SCALE": [[22, "profile-dlntdr-scale"]], "PROFILE_EQUILIBRIUM_MODEL": [[22, "profile-equilibrium-model"]], "PROFILE_ERAD0_MODEL": [[22, "profile-erad0-model"]], "PROFILE_MODEL": [[5, "profile-model"], [22, "profile-model"]], "PX0": [[5, "px0"]], "P_PRIME_LOC": [[30, "p-prime-loc"]], "Parameters for input.neo": [[23, null]], "Past and Future": [[3, "past-and-future"]], "Physical considerations": [[26, "physical-considerations"]], "Physics": [[17, null]], "Physics Control": [[40, "id4"]], "Plasma Rotation": [[17, "plasma-rotation"]], "Plasma equilibrium/geometry": [[23, "id2"]], "Plasma shape/geometry": [[6, "id1"]], "Prebuilt Environments": [[27, null]], "Prehistory": [[13, "prehistory"]], "Profile Feedback Control": [[40, "id3"]], "Profile models": [[23, "id4"]], "Q": [[5, "q"], [22, "q"]], "QL_flux_spectrum": [[31, "ql-flux-spectrum"]], "QUASINEUTRAL_FLAG": [[5, "quasineutral-flag"]], "Q_LOC": [[30, "q-loc"]], "Q_PRIME_LOC": [[30, "q-prime-loc"]], "Q_SA": [[30, "q-sa"]], "Quick links": [[11, "quick-links"], [21, "quick-links"], [29, "quick-links"], [33, "quick-links"]], "Quick-start example": [[8, "quick-start-example"]], "RESTART_STEP": [[5, "restart-step"]], "RHO_STAR": [[22, "rho-star"]], "RLNS_1": [[30, "rlns-1"]], "RLTS_1": [[30, "rlts-1"]], "RMAJ": [[5, "rmaj"]], "RMAJ_LOC": [[30, "rmaj-loc"]], "RMAJ_OVER_A": [[22, "rmaj-over-a"]], "RMAJ_SA": [[30, "rmaj-sa"]], "RMIN": [[5, "rmin"]], "RMIN_LOC": [[30, "rmin-loc"]], "RMIN_OVER_A": [[22, "rmin-over-a"]], "RMIN_OVER_A_2": [[22, "rmin-over-a-2"]], "RMIN_SA": [[30, "rmin-sa"]], "ROTATION_MODEL": [[5, "rotation-model"], [22, "rotation-model"]], "References": [[42, null]], "References: TGLF saturation models": [[29, "id9"]], "References: TGLF validation against experimental data": [[29, "id10"]], "Repository access": [[9, "repository-access"]], "Restart data": [[7, "id3"]], "Rotation output files": [[24, "rotation-output-files"]], "Rotation physics": [[6, "id10"], [23, "id5"]], "Running Cases": [[3, "running-cases"], [8, null]], "Running GACODE": [[17, "running-gacode"]], "S": [[5, "s"]], "SAT_RULE": [[30, "sat-rule"]], "SHAPE_COS0": [[5, "shape-cos0"], [22, "shape-cos0"]], "SHAPE_COS1": [[5, "shape-cos1"], [22, "shape-cos1"]], "SHAPE_COS2": [[5, "shape-cos2"], [22, "shape-cos2"]], "SHAPE_COS3": [[5, "shape-cos3"], [22, "shape-cos3"]], "SHAPE_SIN3": [[5, "shape-sin3"], [22, "shape-sin3"]], "SHAPE_S_COS0": [[5, "shape-s-cos0"], [22, "shape-s-cos0"]], "SHAPE_S_COS1": [[5, "shape-s-cos1"], [22, "shape-s-cos1"]], "SHAPE_S_COS2": [[5, "shape-s-cos2"], [22, "shape-s-cos2"]], "SHAPE_S_COS3": [[5, "shape-s-cos3"], [22, "shape-s-cos3"]], "SHAPE_S_SIN3": [[5, "shape-s-sin3"], [22, "shape-s-sin3"]], "SHAT_SA": [[30, "shat-sa"]], "SHEAR": [[22, "shear"]], "SHIFT": [[5, "shift"], [22, "shift"]], "SIGN_BT": [[30, "sign-bt"]], "SIGN_IT": [[30, "sign-it"]], "SILENT_FLAG": [[5, "silent-flag"], [22, "silent-flag"]], "SIM_MODEL": [[22, "sim-model"]], "SPITZER_MODEL": [[22, "spitzer-model"]], "S_DELTA": [[5, "s-delta"], [22, "s-delta"]], "S_DELTA_LOC": [[30, "s-delta-loc"]], "S_KAPPA": [[5, "s-kappa"], [22, "s-kappa"]], "S_KAPPA_LOC": [[30, "s-kappa-loc"]], "S_ZETA": [[5, "s-zeta"], [22, "s-zeta"]], "S_ZETA_LOC": [[30, "s-zeta-loc"]], "S_ZMAG": [[22, "s-zmag"]], "Scenarios and connection to energy sources": [[37, null]], "Simulation images": [[3, "simulation-images"]], "Software": [[17, null]], "Solution strategy": [[38, "solution-strategy"]], "Some comments regarding units": [[38, "some-comments-regarding-units"]], "Sonic rotation formalism": [[26, "sonic-rotation-formalism"]], "Source Code": [[3, "source-code"]], "Source code": [[0, "source-code"], [9, "source-code"]], "Species Parameters": [[40, "id5"]], "Species Vectors": [[32, "id2"]], "Species-dependent parameters": [[23, "id7"]], "Species-related parameters": [[6, "id8"]], "Standard output files": [[24, "standard-output-files"]], "Subroutine output": [[24, "subroutine-output"]], "TAUS_1": [[30, "taus-1"]], "TEMP_*": [[5, "temp"], [22, "temp"]], "TEMP_PARA_*": [[22, "temp-para"]], "TEMP_PERP_*": [[22, "temp-perp"]], "TE_ADE": [[22, "te-ade"]], "TGLF": [[29, null]], "TGLF output files": [[32, "id8"]], "TGLF output parameters": [[32, "id7"]], "TGYRO": [[33, null]], "TGYRO solver algorithm": [[38, null]], "TGYRO_DEN_METHOD*": [[39, "tgyro-den-method"]], "TGYRO_ITERATION_METHOD": [[39, "tgyro-iteration-method"]], "TGYRO_MODE": [[39, "tgyro-mode"]], "TGYRO_NEO_METHOD": [[39, "tgyro-neo-method"]], "TGYRO_RELAX_ITERATIONS": [[39, "tgyro-relax-iterations"]], "TGYRO_THERM_FLAG*": [[39, "tgyro-therm-flag"]], "TGYRO_WRITE_PROFILES_FLAG": [[39, "tgyro-write-profiles-flag"]], "THETA0_SA": [[30, "theta0-sa"]], "THETA_PLOT": [[5, "theta-plot"]], "THETA_TRAPPED": [[30, "theta-trapped"]], "THREED_EXB_DPHI0DR": [[22, "threed-exb-dphi0dr"]], "THREED_EXB_MODEL": [[22, "threed-exb-model"]], "THREED_MODEL": [[22, "threed-model"]], "TOROIDALS_PER_PROC": [[5, "toroidals-per-proc"]], "Table of geometry parameters": [[10, "table-of-geometry-parameters"]], "Table of inputs and outputs": [[32, null]], "Tabular list for input.cgyro": [[6, null]], "Tabular list for input.gyro": [[15, null]], "The General Atomics GACODE Suite": [[17, null]], "The rotation profile": [[26, "the-rotation-profile"]], "Theoretical basis for sonic rotation": [[26, "theoretical-basis-for-sonic-rotation"]], "Time Stepping": [[6, "id7"]], "Time-independent output": [[7, "id1"]], "Transport equations and solution": [[33, "transport-equations-and-solution"]], "UDSYMMETRY_FLAG": [[5, "udsymmetry-flag"]], "UL1: The local gyroBohm limit of global codes differs from local codes": [[13, "ul1-the-local-gyrobohm-limit-of-global-codes-differs-from-local-codes"]], "UL2: Full torus simulations are necessary to correctly compute the local transport": [[13, "ul2-full-torus-simulations-are-necessary-to-correctly-compute-the-local-transport"]], "UL3: Eulerian codes have inadequate velocity-space resolution": [[13, "ul3-eulerian-codes-have-inadequate-velocity-space-resolution"]], "UL4: The parallel nonlinearity can have a dramatic effect on the transport": [[13, "ul4-the-parallel-nonlinearity-can-have-a-dramatic-effect-on-the-transport"]], "UNITS": [[30, "units"]], "UPWIND_SINGLE_FLAG": [[5, "upwind-single-flag"]], "UP_ALPHA": [[5, "up-alpha"]], "UP_RADIAL": [[5, "up-radial"]], "UP_THETA": [[5, "up-theta"]], "USE_BISECTION": [[30, "use-bisection"]], "USE_BPAR": [[30, "use-bpar"]], "USE_BPER": [[30, "use-bper"]], "USE_INBOARD_DETRAPPED": [[30, "use-inboard-detrapped"]], "USE_MHD_RULE": [[30, "use-mhd-rule"]], "USE_TRANSPORT_MODEL": [[30, "use-transport-model"]], "Ubuntu/Mint": [[1, null]], "Urban Legends": [[13, "urban-legends"]], "VELOCITY_ORDER": [[5, "velocity-order"]], "VEXB": [[30, "vexb"]], "VEXB_SHEAR": [[30, "vexb-shear"]], "VPAR_1": [[30, "vpar-1"]], "VPAR_MODEL": [[30, "vpar-model"]], "VPAR_SHEAR_1": [[30, "vpar-shear-1"]], "VPAR_SHEAR_MODEL": [[30, "vpar-shear-model"]], "Verification Studies": [[16, "verification-studies"]], "WD_ZERO": [[30, "wd-zero"]], "WIDTH": [[30, "width"]], "WIDTH_MIN": [[30, "width-min"]], "WRITE_WAVEFUNCTION_FLAG": [[30, "write-wavefunction-flag"]], "XNUE": [[30, "xnue"]], "XNU_FACTOR": [[30, "xnu-factor"]], "XNU_MODEL": [[30, "xnu-model"]], "XWELL_SA": [[30, "xwell-sa"]], "Yearly Publication Synopsis": [[13, "yearly-publication-synopsis"]], "ZEFF": [[30, "zeff"]], "ZETA": [[5, "zeta"], [22, "zeta"]], "ZETA_LOC": [[30, "zeta-loc"]], "ZF_TEST_MODE": [[5, "zf-test-mode"]], "ZMAG": [[5, "zmag"]], "ZMAG_OVER_A": [[22, "zmag-over-a"]], "ZMAJ_LOC": [[30, "zmaj-loc"]], "ZS_1": [[30, "zs-1"]], "Z_*": [[5, "z"], [22, "z"]], "Z_EFF": [[5, "z-eff"]], "Z_EFF_METHOD": [[5, "z-eff-method"]], "density_spectrum": [[31, "density-spectrum"]], "eigenvalue_spectrum": [[31, "eigenvalue-spectrum"]], "field_spectrum": [[31, "field-spectrum"]], "input.gacode": [[18, null]], "input.tgyro Alphabetical List": [[39, null]], "input.tgyro Tabular List": [[40, null]], "intensity_spectrum": [[31, "intensity-spectrum"]], "nsts_crossphase_spectrum": [[31, "nsts-crossphase-spectrum"]], "out.neo.equil": [[24, "out-neo-equil"]], "out.neo.exp_norm": [[24, "out-neo-exp-norm"]], "out.neo.f": [[24, "out-neo-f"]], "out.neo.grid": [[24, "out-neo-grid"]], "out.neo.phi": [[24, "out-neo-phi"]], "out.neo.rotation": [[24, "out-neo-rotation"]], "out.neo.species": [[24, "out-neo-species"]], "out.neo.theory": [[24, "out-neo-theory"]], "out.neo.theory_nclass": [[24, "out-neo-theory-nclass"]], "out.neo.transport": [[24, "out-neo-transport"]], "out.neo.transport_exp": [[24, "out-neo-transport-exp"]], "out.neo.transport_flux": [[24, "out-neo-transport-flux"]], "out.neo.transport_gv": [[24, "out-neo-transport-gv"]], "out.neo.vel": [[24, "out-neo-vel"]], "out.neo.vel_fourier": [[24, "out-neo-vel-fourier"]], "profiles_gen": [[25, null]], "s-alpha geometry parameters": [[32, "id5"]], "sat_geo_spectrum": [[31, "sat-geo-spectrum"]], "scalar_saturation_parameters": [[31, "scalar-saturation-parameters"]], "spectral_shift": [[31, "spectral-shift"]], "sum_flux_spectrum": [[31, "sum-flux-spectrum"]], "temperature_spectrum": [[31, "temperature-spectrum"]]}, "docnames": ["build", "build/pre_linux", "build/pre_osx", "cgyro", "cgyro/FAQ", "cgyro/cgyro_list", "cgyro/cgyro_table", "cgyro/outputs", "cgyro/running_cases", "download", "geometry", "gyro", "gyro/gyro_gallery", "gyro/gyro_history", "gyro/gyro_list", "gyro/gyro_table", "gyro/gyro_vv", "index", "input_gacode", "license", "misc", "neo", "neo/neo_list", "neo/neo_table", "neo/outputs", "prgen", "rotation", "setup", "shortfall", "tglf", "tglf/tglf_list", "tglf/tglf_output_list", "tglf/tglf_table", "tgyro", "tgyro/equations", "tgyro/output", "tgyro/plot", "tgyro/scenarios", "tgyro/solver", "tgyro/tgyro_list", "tgyro/tgyro_table", "workshop", "zreferences"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["build.rst", "build/pre_linux.rst", "build/pre_osx.rst", "cgyro.rst", "cgyro/FAQ.rst", "cgyro/cgyro_list.rst", "cgyro/cgyro_table.rst", "cgyro/outputs.rst", "cgyro/running_cases.rst", "download.rst", "geometry.rst", "gyro.rst", "gyro/gyro_gallery.rst", "gyro/gyro_history.rst", "gyro/gyro_list.rst", "gyro/gyro_table.rst", "gyro/gyro_vv.rst", "index.rst", "input_gacode.rst", "license.rst", "misc.rst", "neo.rst", "neo/neo_list.rst", "neo/neo_table.rst", "neo/outputs.rst", "prgen.rst", "rotation.rst", "setup.rst", "shortfall.rst", "tglf.rst", "tglf/tglf_list.rst", "tglf/tglf_output_list.rst", "tglf/tglf_table.rst", "tgyro.rst", "tgyro/equations.rst", "tgyro/output.rst", "tgyro/plot.rst", "tgyro/scenarios.rst", "tgyro/solver.rst", "tgyro/tgyro_list.rst", "tgyro/tgyro_table.rst", "workshop.rst", "zreferences.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 4, 6, 7, 8, 9, 10, 11, 13, 16, 18, 19, 22, 24, 29, 30, 31, 34, 38, 42], "0": [0, 4, 5, 6, 7, 8, 10, 13, 15, 16, 18, 21, 22, 23, 24, 26, 28, 30, 31, 32, 38, 39, 40, 41], "00": [4, 8, 13, 42], "00035": 42, "00079": 42, "001": [5, 6, 22, 23], "0010": 42, "0029": 42, "005": 28, "00am": 41, "01": [4, 5, 6, 13], "012001": 42, "012008": 42, "012043": 42, "012502": 42, "014004": 42, "014505": 42, "015013": 42, "015015": 42, "016": 42, "02": [9, 39], "020": 42, "022305": 42, "022509": 42, "024004": 42, "03": [4, 13, 42], "032301": 42, "032310": 42, "036036": 42, "039": 42, "04": [39, 42], "042001": 42, "045001": 42, "045005": 42, "05": [13, 30, 39, 42], "052301": [28, 42], "055003": 42, "055013": 42, "055908": 42, "055909": 42, "056116": [28, 42], "06": [9, 16, 39, 42], "060704": 42, "060901": [28, 42], "062302": 42, "062518": 42, "066015": 42, "07": [9, 42], "072303": 42, "072304": 42, "072307": 42, "072505": 24, "0741": 42, "074501": 42, "074505": 42, "075018": 42, "08": [13, 28, 39, 42], "09": [8, 9, 13, 16, 28, 42], "095010": 42, "096005": 42, "0_": 38, "0a": 24, "0th": [5, 22], "1": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "10": [3, 5, 6, 13, 18, 28, 39, 42], "100": [4, 5, 6, 28], "1000": 5, "1016": 42, "102301": 42, "102306": 42, "102508": 42, "1051": 42, "1063": 42, "1088": 42, "11": [9, 16, 22, 24, 41, 42], "110": 42, "1103": 42, "112007": 42, "1121": 42, "112303": 42, "112503": [28, 42], "113017": 42, "116007": 42, "11am": 41, "12": [30, 32, 42], "1209": 42, "122305": 42, "122306": 42, "122307": [28, 42], "122309": 42, "122503": 42, "122505": [28, 42], "122507": 42, "125": 42, "128": [13, 27, 42], "128913": 28, "13": [29, 42], "1361": 42, "14": [28, 42], "1477": 42, "1493": 24, "15": [5, 6, 28, 42], "1500": 28, "15th": 42, "16": [3, 5, 6, 11, 24, 27, 28, 30, 32, 42], "1695358": 42, "17": [22, 23, 24, 42], "1741": 42, "18": [28, 29, 42], "1800": 29, "186": 42, "1879": 42, "188": 42, "1897": 24, "19": [3, 18, 24, 29, 42], "1938": 42, "195004": 42, "1973": 24, "1976": 24, "1977": 24, "1982": 24, "1985": 42, "1988": [24, 42], "1990": 13, "1993": 42, "1994": [13, 42], "1995": 42, "1996": 42, "1997": [24, 42], "1998": 42, "1999": [13, 24, 42], "1_": 38, "1e": [5, 6, 14, 15], "1st": [5, 22], "1th": [5, 22], "2": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "20": [24, 29, 30, 42], "2000": [11, 17, 42], "2001": [13, 42], "2002": 42, "2003": [11, 16, 17, 42], "2004": 42, "2005": [25, 42], "2006": 42, "2007": 42, "2008": [28, 42], "2009": [28, 42], "2010": [11, 17, 25, 42], "2011": [28, 42], "2012": [24, 28, 42], "2013": [9, 17, 42], "2014": [28, 42], "2016": [28, 42], "2017": 42, "2018": [9, 19, 42], "2019": [30, 42], "2020": 42, "2021": 42, "2022": [17, 20, 42], "21": [28, 29, 30, 32, 42], "2107": 42, "22": [29, 30, 42], "2229": 42, "23": [28, 42], "239": 24, "24": [3, 5, 6, 30, 41], "2408": 42, "2433": 42, "2436852": 42, "2482": 42, "25": [17, 24, 30, 32, 41, 42], "256": 27, "2560": 42, "26": 42, "27": [21, 22, 24, 28], "273": 42, "28": 42, "2834": 24, "2889008": 42, "2d": 22, "2m": 22, "2nd": [5, 6, 22, 32], "2t_e": 5, "2th": [5, 22], "3": [2, 3, 5, 6, 9, 10, 13, 16, 18, 21, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42], "30": [24, 28, 42], "300": 13, "3082": 42, "310": 2, "32": [5, 22, 27], "3211": 42, "3230": 24, "324": 42, "32664": 42, "33": 42, "3335": 42, "3412": 42, "345": 3, "3452e": [21, 22], "356": 42, "384": 39, "3d": [22, 23], "3rd": [5, 6, 13, 22], "4": [0, 4, 5, 6, 9, 13, 14, 15, 16, 22, 23, 24, 27, 30, 32, 39, 42], "40": 42, "400": 16, "4018": 42, "4046": 42, "405": 24, "418": 24, "43": 42, "4326": 42, "44577e": 4, "448": 42, "45": 42, "45am": 41, "4655": 42, "47th": 42, "48": [24, 42], "49": 42, "4904301": 42, "4954905": 42, "4th": 22, "5": [5, 6, 9, 13, 16, 22, 23, 24, 28, 30, 32, 39, 42], "50": [28, 42], "500": 29, "51": 42, "512": 8, "53": 42, "54": 42, "545": 42, "5515": 42, "5579": 42, "56": 42, "58644e": 4, "59": [27, 42], "5th": [5, 28], "6": [4, 5, 13, 16, 22, 23, 24, 39, 42], "60": 16, "61": 42, "62": 42, "63": 42, "64": [0, 5], "65": [30, 32], "6587": 42, "667": 42, "6th": 13, "7": [4, 5, 16, 24, 30, 32], "71": 42, "724": 42, "724e": 5, "73": 42, "741": 42, "744": 42, "74754e": 4, "75": [13, 16, 28, 39], "77": 42, "78": 42, "8": [0, 4, 5, 6, 22, 24, 27, 42], "80": 42, "812": 42, "81550e": 4, "83": 29, "836": 24, "84003e": 4, "85": 42, "865350": 42, "88": 42, "9": [41, 42], "900": 16, "91": 42, "92020e": 4, "94": [13, 42], "95": 42, "96": 29, "97": [13, 42], "9991": 42, "9am": 41, "9i4": 42, "A": [3, 5, 8, 16, 17, 19, 21, 24, 28, 31, 38, 42], "AND": 19, "AS": [9, 19], "AT": 9, "As": [3, 13, 16, 26], "At": [13, 16], "BE": 19, "BES": 13, "BUT": 19, "By": [9, 13, 25, 26, 29, 39], "FOR": 19, "For": [4, 5, 10, 11, 13, 14, 16, 18, 21, 22, 24, 26, 30, 32, 39], "IN": 19, "If": [0, 5, 9, 19, 22, 26, 38, 39], "In": [0, 5, 10, 13, 16, 21, 22, 24, 26, 29, 33, 38, 39, 42], "It": [0, 3, 5, 7, 8, 11, 16, 22, 26, 38, 39], "NO": 19, "NOT": [4, 19], "No": [5, 23, 39], "OF": 19, "ON": 5, "OR": 19, "Of": 22, "On": [5, 8, 13, 38], "One": 13, "THE": 19, "TO": 19, "The": [3, 4, 5, 8, 9, 10, 16, 18, 19, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 38, 39, 42], "Then": [4, 38], "There": [0, 5, 13, 16, 17, 18], "These": [4, 13, 18, 23, 24, 28], "To": [0, 4, 5, 8, 9, 12, 13, 18, 19, 27, 38, 39], "WITH": 19, "With": [13, 22, 29], "_": [5, 10, 21, 22, 24, 26, 30, 31, 32, 38], "_0": 26, "_1": [22, 26], "_ade": 22, "_deriv": 22, "_dlnndr": 22, "_dlntdr": 22, "_dphi0dr": 22, "_energi": 24, "_exb": 22, "_in": 21, "_model": 23, "_p": 39, "_para": 22, "_perp": 22, "_r": 22, "_radial": 24, "_relax": 39, "_rot": 22, "_rp": 22, "_scale": [17, 23], "_scenario": 37, "_size": 5, "_speci": 24, "_spitzer": 22, "_theta": 24, "_xi": 24, "_z": 22, "_zp": 22, "a_": [5, 7, 14, 24, 30, 32], "ab": [30, 32], "ab759c": 42, "abc63b": 42, "abc861": 42, "abil": [3, 13, 25, 33], "abl": 13, "about": [10, 13, 16, 17, 18, 22, 27], "abov": [5, 8, 9, 10, 19, 22, 26, 28, 38], "absenc": 5, "absent": 13, "absolut": [16, 30, 32], "absorb": [3, 11], "abstract": 17, "ac": 42, "ac243a": 42, "ac592b": 42, "ac7a4d": 42, "acb20": [10, 18, 42], "acceler": 5, "accept": 8, "access": 17, "accord": 26, "accordingli": 8, "account": 9, "accur": [13, 28, 29, 38], "accuraci": [5, 13, 16, 21, 29, 42], "achiev": [13, 16], "acknowledg": 17, "acm": 42, "acquisit": 13, "across": [4, 13, 24, 28, 42], "action": 19, "activ": [5, 13, 22], "actual": [13, 16], "ad": [3, 8, 11, 13, 16, 17, 18, 22, 24], "adapt": [4, 5, 41], "add": 27, "addit": [8, 13, 21, 22, 24, 26, 30, 33], "address": 16, "adequ": 13, "adiabat": [13, 22, 23, 24, 28, 30, 32], "adiabatic_elec": [17, 32], "adjust": [30, 32, 39], "adopt": [3, 38], "advanc": [13, 16, 42], "advantag": 13, "ae": 13, "affect": [13, 22, 39], "after": [0, 5, 13, 16, 38], "against": [13, 16, 28], "agenda": 17, "agre": [9, 16], "agreement": [13, 16, 17, 19, 29], "agt": [29, 42], "al": [24, 28], "alam": 42, "alcat": [16, 42], "alfv\u00e9n": 13, "algorithm": [3, 11, 13, 17, 33], "align": [4, 10, 24, 26, 30, 37, 38], "alik": 13, "all": [3, 4, 5, 8, 9, 11, 13, 16, 18, 19, 22, 24, 26, 28, 30, 31, 32, 39, 40], "allow": [5, 13, 16, 18, 22, 23, 26, 30, 32, 39], "almost": 0, "along": [5, 10, 22, 29, 30], "alpha": [4, 5, 10, 13, 16, 22, 24, 29, 30, 34, 39, 42], "alpha_": [17, 31, 32], "alpha_mach": [17, 32], "alpha_p": [17, 32], "alpha_quench": [17, 31, 32], "alpha_sa": [17, 32], "alpha_zf": [17, 31, 32], "alphabet": [3, 11, 17, 21, 29, 33], "also": [5, 8, 11, 13, 16, 17, 21, 22, 25, 28, 29, 33, 38], "altern": [26, 28], "although": [3, 13, 28, 33], "altix": 13, "alwai": [5, 13, 24, 26, 39], "am": 42, "ambigu": 13, "ambipolar": 24, "among": [13, 16], "amount": [13, 30, 39, 40], "amp": 6, "amp0": 6, "amp_phi_n": [15, 17], "amper": 13, "amplifi": 26, "amplitud": [5, 6, 13, 14, 15, 30, 31, 32], "an": [0, 3, 4, 5, 8, 13, 16, 18, 19, 21, 22, 25, 26, 29, 30, 38, 39, 42], "analog": 13, "analogi": 26, "analys": 26, "analysi": [13, 26, 28, 41, 42], "analyt": [21, 22, 23, 24], "analyz": 13, "angioni": [16, 42], "angl": [5, 6, 10, 22, 24, 26, 28], "angular": [13, 22, 23, 24, 26, 32, 34, 42], "ani": [5, 9, 19, 28, 30, 38, 39], "aniso": [23, 24], "aniso_model_": [17, 23], "aniso_model_1": 22, "aniso_model_2": 22, "aniso_model_3": 22, "anisotrop": [22, 23, 24], "anisotropi": 16, "anomal": 42, "anomali": 16, "anti": [10, 30], "antisymmetr": [5, 6, 22], "apart": 13, "app": [16, 42], "appar": 16, "appear": [13, 26], "append": 21, "appli": [5, 13, 26, 38], "applic": [13, 16, 28, 42], "approach": [3, 11], "appropri": 19, "approxim": [13, 21, 26, 30, 38, 39], "apt": 1, "ar": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 33, 38, 39], "arash": 41, "arbitrari": [4, 18, 21, 22, 23, 38], "arbon": 42, "architechtur": 42, "area": [9, 34, 42], "aris": [19, 26, 39], "around": 26, "arrai": [5, 22, 23, 24, 30, 32], "arrow": 26, "articl": [9, 19, 28], "artifici": [4, 13], "artun": 42, "as_1": [17, 32], "ascii": [24, 28], "asdex": [29, 42], "ash": [13, 39, 42], "ashourvan": 41, "ask": 17, "aspect": [3, 11, 22, 29], "assess": 39, "associ": [16, 19, 22, 24, 28, 38], "assum": [22, 24, 30], "assumpt": [30, 38], "asymmetr": [18, 24], "asymmetri": [21, 22, 24, 26, 28], "asymptot": [13, 21], "atom": [3, 8, 12, 13, 27, 42], "attempt": [13, 16], "attend": 13, "attent": [8, 38], "attenu": 16, "attribut": 12, "austin": 42, "author": [9, 19], "auto": [8, 10], "autodetect": 4, "automat": 5, "aux": [34, 37], "auxiliari": [34, 39], "avail": [3, 5, 9, 13, 19, 22, 23, 28], "availbl": 28, "averag": [5, 13, 16, 22, 24, 26, 28, 34, 42], "avoid": 30, "axi": [31, 42], "axisymmetr": [22, 26, 42], "azevedo": 42, "b": [5, 6, 10, 13, 14, 16, 22, 24, 26, 30, 31, 32, 42], "b_": [4, 5, 7, 10, 14, 16, 22, 24, 30, 31, 32], "b_model_sa": [17, 32], "b_p": [5, 18, 22, 26], "b_t": [5, 22, 26], "balanc": [13, 17, 39, 40, 42], "ball": [8, 41], "balloon": [5, 29, 30, 32, 42], "banana": 26, "bar": [13, 16, 28], "barn": [28, 42], "barrier": [13, 25, 26, 29], "base": [5, 9, 13, 19, 22, 25, 28, 33, 39, 42], "baselin": 42, "bashrc": 27, "basi": [17, 22, 28, 30, 32, 38], "basic": 16, "bc08": [3, 9, 21, 26, 42], "bc09": [21, 26, 42], "bc12": [3, 9, 21, 42], "bc17": [3, 11, 42], "bc18": [3, 11, 42], "bcbh11": [28, 42], "beam": [16, 18, 26, 34, 42], "becam": 25, "becaus": [5, 26, 38, 39], "becom": [3, 11, 26], "been": [10, 13, 16, 21, 28, 29, 38], "beer": [13, 42], "befor": 13, "began": 13, "begin": [4, 23, 24, 26, 37, 38], "begun": 13, "behav": 16, "behaviour": 39, "being": [5, 13, 31, 32], "believ": [13, 26], "belli": [3, 42], "below": [9, 10, 13, 16, 24, 26, 27, 28, 30, 34], "benchamark": 21, "benchmark": [13, 16, 17, 29], "beta": [5, 6, 13, 17, 22, 32, 39, 40, 42], "beta_": [4, 5, 10, 22], "beta_star": [10, 17, 23], "beta_star_scal": [6, 10], "betae_unit": [6, 10, 41], "betae_unit_scal": 6, "better": [5, 29], "between": [4, 5, 13, 16, 24, 25, 28, 29, 38], "beyond": 21, "bf": 22, "bh96a": [13, 42], "bh96b": [13, 42], "bin": [0, 5, 7, 27], "binari": [0, 7], "binorm": [5, 6], "bisect": [30, 32], "bit": 5, "black": 16, "block": 38, "blue": [10, 16], "bogacki": 5, "bohm": [13, 16, 31, 32, 42], "bonanomi": 42, "bootstrap": [18, 24], "both": [5, 10, 13, 16, 25, 26, 29, 30, 32, 38, 41], "bottino": 42, "bounc": 42, "bound": [17, 22], "boundari": [3, 11, 13, 22, 30, 32, 38], "box": [5, 17, 41], "box_siz": 6, "bpar": 30, "bracket": 26, "bravenec": [13, 28, 42], "breadth": 5, "break": 13, "bremsstrahlung": 18, "brief": [11, 17, 33], "bring": 16, "broad": 13, "broken": 42, "bt": 22, "btccw": [6, 10, 17, 23], "build": [13, 17, 30], "bull": 42, "bunit": 4, "burden": 8, "burrel": 42, "byer": 42, "c": [4, 7, 13, 18, 22, 24, 26, 28, 42], "c1": 39, "c2": 39, "c3": 39, "c4": 39, "c5": 39, "c6": 39, "c_": [3, 5, 7, 16, 24, 26, 28, 30, 32, 38, 39], "c_0": 10, "c_1": 10, "c_2": 10, "c_3": 10, "c_i": 26, "c_n": 10, "ca": 42, "cal": [26, 38], "calcul": [3, 13, 21, 24, 25, 28, 29, 34, 39, 40, 42], "calibr": [3, 11, 30], "call": [6, 13, 21, 25, 28, 30, 32, 33], "camenen": 28, "can": [0, 4, 5, 8, 10, 16, 17, 18, 21, 22, 26, 28, 30, 38, 39], "can05": [13, 42], "cancel": [13, 26], "candi": [3, 12, 16, 28, 42], "cannot": [13, 26], "capabl": [13, 16, 38], "captur": [21, 30], "carbon": [5, 16], "carefulli": 13, "carri": [13, 16, 18, 26], "carrington": 42, "carter": 42, "casati": 16, "case": [5, 10, 11, 13, 17, 21, 22, 24, 26, 27, 28, 30, 38, 39], "cash": 5, "casson": 42, "cat": 18, "caus": [26, 30], "caution": 30, "cb10": [3, 10, 11, 42], "cb18": [3, 11, 42], "cbb16": [3, 4, 9, 11, 42], "cbs20": [3, 42], "cc": 13, "ccw": [30, 32], "cd": [0, 8], "cdot": [22, 26], "cece": 13, "cell": [13, 28, 42], "center": [5, 13, 22, 24], "central": [28, 29], "centrifug": [21, 26, 42], "centroid": [30, 32], "cer": 28, "certain": 13, "cg": 38, "cgyro": [0, 4, 8, 9, 10, 11, 17, 18, 20, 21, 26, 27, 30, 33, 34, 39, 42], "cgyro_plot": 8, "ch": 24, "chain": 34, "challeng": 25, "chang": [5, 9, 19, 22, 24, 29, 30, 39], "character": [3, 11, 13, 42], "characterist": 28, "charg": [5, 6, 18, 19, 22, 23, 24, 30, 32], "chassi": 13, "check": [13, 22, 41], "chen": 42, "chi": [10, 29], "chi_": 16, "chi_e": [16, 29], "chi_i": 16, "choic": [5, 22, 30, 39], "choos": [5, 7], "chowdhuri": [28, 42], "chri": 28, "chw": [9, 42], "circa": [11, 17, 25], "circl": [10, 16], "circul": 13, "circular": [10, 29], "circumst": 26, "citat": [9, 29, 42], "cj": 24, "claim": [13, 19], "clarifi": [13, 16, 26], "classic": [5, 11, 17], "clean": 0, "clear": [13, 25], "clebsch": 10, "clock": 27, "clockwis": [5, 10, 22], "clone": [0, 9], "close": [8, 13, 16, 38], "closur": [30, 32], "cluster": 13, "cm": [34, 38], "cmat": 5, "co": [10, 13, 24], "coars": [13, 39], "code": [4, 11, 16, 19, 21, 22, 24, 25, 26, 27, 29, 33, 39, 41, 42], "coeffici": [7, 13, 22, 23, 24, 26, 30], "cohen": 42, "col": [24, 34], "collabor": 28, "collect": 17, "collis": [3, 4, 5, 13, 21, 22, 23, 24, 28, 30, 32, 42], "collision": [3, 5, 11, 13, 21, 24, 28, 34, 39, 42], "collision_ene_diffus": 6, "collision_ene_restor": 6, "collision_field_model": 6, "collision_kperp": 6, "collision_model": [6, 17, 23], "collision_mom_restor": 6, "collision_precision_mod": 6, "collisionless": 5, "colloc": 22, "colorado": 16, "column": [18, 31], "com": [0, 9, 19, 41], "combin": [13, 24, 26], "command": [0, 2, 18], "comment": [5, 14, 17, 18, 22, 23, 28, 30, 31, 39], "commment": [5, 22], "commod": 13, "common": [27, 28, 30, 32], "commonli": 13, "commun": [3, 5, 6, 11, 13, 16, 42], "compar": [13, 16, 28, 29, 33, 39, 42], "comparison": [13, 28, 42], "compars": 16, "compens": 29, "compfluid": 42, "compil": [0, 2, 9, 13, 19], "complement": [3, 11, 21], "complementari": 16, "complet": [0, 3, 11, 16, 21, 26, 27, 28], "complex": 26, "complic": 3, "compon": [6, 24, 38], "comprehens": [13, 34, 42], "compression": [30, 32], "comput": [5, 10, 16, 17, 22, 30, 32, 39, 42], "concentr": 16, "concept": 17, "conceptu": 25, "conclus": 13, "condit": [3, 9, 11, 13, 16, 19, 22, 38], "conduct": [16, 18], "conf": 42, "confer": [13, 42], "configur": [8, 10], "confin": [28, 29, 42], "confirm": 13, "confront": 13, "connect": [13, 17, 18, 19, 33, 38, 39], "connor": [5, 22], "consequ": 42, "conserv": [5, 6, 13], "consid": 13, "consider": 17, "consist": [5, 6, 13, 17, 24, 39, 42], "constant": [5, 22, 26], "construct": 10, "consult": 10, "contact": 16, "contain": [7, 13, 16, 18, 21, 24, 26], "context": 13, "continu": [13, 39], "continuum": 28, "contour": 10, "contract": 19, "contrast": [16, 29, 42], "contribut": [13, 30, 32], "control": [4, 5, 13, 16, 39, 42], "convect": [16, 18, 24], "conveni": [18, 38], "convent": 10, "converg": [5, 13, 28, 38, 42], "coordin": [3, 5, 7, 17, 22], "copi": [0, 5, 9, 19], "copyright": [9, 19], "core": [3, 8, 11, 13, 27, 28, 29, 42], "cori": 41, "corioli": [13, 26], "correct": 13, "correl": [13, 16], "correspond": [5, 10, 16, 21, 22, 39], "corrug": [13, 42], "cosin": [22, 24], "cost": 5, "could": [8, 13], "count": [5, 8], "counter": [5, 10, 22], "counterclockwis": 10, "coupl": [13, 21, 22, 30, 38, 42], "courant": 13, "courtesi": [3, 12], "cover": [3, 11, 16, 30], "cowlei": 42, "cpc": [13, 42], "cpu": [5, 17], "crai": [13, 42], "creat": [0, 13, 25], "crictic": 13, "critic": 26, "cross": [17, 21, 31, 32, 42], "crucial": [13, 16], "csb": [3, 42], "cum": 42, "curiou": 38, "current": [5, 6, 13, 18, 22, 23, 24, 28, 42], "curv": [13, 16], "curvatur": [26, 30, 32, 42], "custom": 41, "cut": [3, 11], "cutoff": [30, 32], "cw03a": [3, 11, 13, 42], "cw03b": [3, 9, 11, 13, 16, 42], "cw06": [13, 42], "cwc": [28, 42], "cwd04": [3, 11, 13, 16, 42], "cwfh07a": [13, 42], "cwfh07b": [13, 42], "cwpc06": [13, 42], "cwr04": [13, 42], "cyclon": 13, "cyclotron": 16, "cylindr": 10, "d": [3, 5, 10, 13, 17, 18, 20, 21, 22, 24, 26, 29, 30, 32, 34, 42], "dai": 41, "damag": 19, "damp": 13, "dannert": 42, "dash": 16, "data": [5, 6, 10, 13, 17, 18, 22, 24, 25, 28, 39], "databas": [3, 11, 13, 29], "dataset": 18, "date": [0, 13, 25, 28, 41], "dcd": [29, 30, 42], "deal": [19, 38], "deby": [6, 17, 32], "debye_factor": [17, 32], "decad": [3, 13], "decid": 25, "decoupl": [13, 39, 40], "decreas": [4, 5, 16], "decyk": 42, "dedic": 27, "deduc": 26, "default": [4, 5, 6, 14, 15, 22, 23, 30, 32, 39, 40], "defin": [5, 10, 21, 22, 24, 26, 30, 32, 33, 38], "defind": 30, "definit": [4, 5, 10, 14, 18, 22, 23, 26, 30, 32, 34, 39], "deform": 10, "delai": 13, "delta": [4, 6, 7, 10, 13, 14, 16, 17, 18, 23, 28, 30, 31, 32, 38, 39, 42], "delta_": [22, 38], "delta_loc": [17, 32], "delta_t": [4, 6], "delta_t_method": [4, 6], "demand": 5, "demonstr": [13, 16, 29], "den": [5, 22], "denot": [13, 26, 38], "dens_": [6, 17, 23], "dens_1": [5, 22], "dens_2": 22, "dens_3": 22, "densiti": [3, 5, 6, 13, 16, 17, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "density_spectrum": [17, 32], "depart": 9, "departur": 13, "depend": [5, 13, 22, 26, 31, 32, 38, 42], "deprec": 32, "depress": 13, "depric": 30, "depth": 5, "deriv": [5, 22, 26, 38], "describ": [13, 17, 26, 38], "descript": [6, 7, 13, 15, 17, 18, 21, 23, 26, 31, 32, 33, 40], "design": [3, 16, 17, 28, 33], "desir": [5, 38], "desktop": 17, "detail": [0, 13, 16, 17, 22, 26, 28, 34, 38, 39], "determin": [5, 22, 23, 38], "dettrick": 42, "deuterium": [3, 5, 21, 22, 24], "dev": 1, "develop": [2, 3, 9, 11, 13, 17, 21, 29, 39], "deviat": [13, 21, 28], "devic": 29, "dh93": [13, 42], "dh95": [16, 42], "diagnos": 13, "diagnost": [8, 13, 22, 28, 41, 42], "diagon": [16, 38], "diamagnet": [16, 22, 24, 26], "dickinson": 42, "did": 13, "differ": [22, 24, 28, 30, 31, 32, 34, 38, 39], "differenti": 13, "difficulti": [13, 16], "diffus": [5, 6, 13, 16], "diii": [5, 10, 13, 17, 20, 22, 29, 42], "dimens": [7, 22], "dimension": [13, 24], "dimensionless": [5, 18, 24, 25, 38, 39], "dimit": [13, 42], "dir": 39, "direct": [5, 13, 16, 22, 28, 30, 32, 42], "directli": [7, 22, 38], "directori": 0, "dirichlet": 13, "disabl": 5, "discharg": [13, 16, 28, 29, 42], "disclaim": [9, 19], "discontinu": [13, 42], "discover": 13, "discoveri": 13, "discret": [5, 13, 17, 28, 42], "discuss": [5, 16, 26], "dishcharg": 28, "dispar": 42, "displaystyl": [4, 5, 18, 24, 26, 38, 39], "dissimilar": 13, "dissip": [5, 13, 42], "distanc": 5, "distinct": [13, 38], "distinguish": 30, "distribut": [5, 6, 9, 13, 16, 17, 24], "divid": [5, 10], "divisor": 5, "djkr00": [13, 42], "dke": [22, 23, 24], "dlnndr": [5, 22], "dlnndr_": [6, 17, 23], "dlnndr_1": 22, "dlnndr_2": 22, "dlnndr_3": 22, "dlnndre": 22, "dlnndre_ad": [17, 23], "dlntdr": [5, 22], "dlntdr_": [6, 17, 23], "dlntdr_1": 22, "dlntdr_2": 22, "dlntdr_3": 22, "dlntdr_para_": [17, 23], "dlntdr_para_1": 22, "dlntdr_para_2": 22, "dlntdr_para_3": 22, "dlntdr_perp_": [17, 23], "dlntdr_perp_1": 22, "dlntdr_perp_2": 22, "dlntdr_perp_3": 22, "dlntdre": 22, "dlntdre_ad": [17, 23], "dn": 34, "dn_": [30, 32], "do": [13, 19, 39], "document": [13, 19, 28], "doe": [4, 9, 13, 16, 22, 30, 39], "doi": 42, "domain": [6, 7, 13, 22], "domin": [3, 11, 13, 30], "done": [16, 22, 28], "dong": [16, 42], "dopper": 6, "doppler": [6, 30, 32], "dorland": [13, 42], "dot": 16, "doteq": [4, 5, 22, 26, 38], "down": [6, 10, 16, 18, 21, 24, 28], "download": [2, 17, 28], "dp": 5, "dphi0dr": [17, 23], "dr": [5, 10, 22, 24, 26, 30, 32, 34], "draft": [9, 19], "drain": 13, "drastic": 5, "draw": 13, "drift": [13, 21, 22, 23, 26, 28, 30, 32, 42], "driftwav": [30, 32], "drive": 13, "driven": [18, 26, 42], "drmajdx_loc": [17, 32], "drmindx_loc": [17, 32], "dt": 39, "dt_": [30, 32], "du": 42, "dud": 42, "dud22": [29, 30, 42], "due": [5, 13, 16, 22, 26, 28, 29, 30, 42], "dunigan": 42, "dure": [5, 13], "dux": 42, "dv": 34, "dwbc96": [13, 42], "dx": 38, "dynam": [13, 21, 37, 39, 42], "dynamo": 13, "dz": 39, "dzmag": [6, 10], "dzmajdx_loc": [17, 32], "e": [4, 5, 6, 7, 8, 13, 14, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 38, 42], "e0": 31, "e19": 24, "e_": [22, 24], "e_a": [5, 7], "e_max": 6, "e_r": [18, 22, 23, 26], "each": [0, 22, 24, 30, 31, 32, 39], "earli": [13, 42], "earliest": 13, "easiest": 8, "edg": [3, 11, 28], "edit": 0, "edlund": 42, "ee": 5, "eff": [5, 16, 18], "effect": [4, 5, 16, 17, 18, 22, 24, 26, 28, 29, 30, 32, 39, 42], "effici": [13, 39], "effort": [3, 13], "efit": [25, 28], "egrid": 7, "ei": [5, 30, 32, 37], "eigenmod": [29, 30, 32], "eigenvalu": [5, 30, 31, 32, 42], "eigenvalue_spectrum": [17, 32], "eikon": [30, 32], "either": [13, 27], "electon": 13, "electr": [5, 22, 23, 24, 26, 39, 40, 42], "electrion": 28, "electromagnet": [3, 6, 11, 13, 28, 29, 39, 42], "electron": [3, 5, 6, 11, 13, 18, 22, 23, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "electrostat": [13, 24, 26, 28, 30], "element": [22, 34], "elev": [5, 6, 10, 18, 22, 23, 30, 32], "elimin": 39, "elit": [30, 32], "ell": 10, "elong": [5, 6, 10, 18, 22, 23, 29, 30, 32], "elsewher": 8, "em": 28, "email": [9, 19, 41], "emcw05": [11, 13, 16, 42], "emcw06a": [13, 16, 42], "emcw06b": [13, 42], "emf": 13, "emili": 3, "emiss": 16, "emphas": [13, 26, 38], "emploi": 38, "enabl": [5, 6], "encount": 16, "encourag": [7, 28], "end": [4, 13, 24, 26, 37, 38], "energet": [13, 39], "energi": [5, 6, 7, 9, 13, 16, 17, 18, 22, 24, 29, 31, 32, 33, 38, 39, 42], "energy_grid": 28, "enforc": [4, 5, 6, 13, 30, 38, 39], "enhanc": [26, 42], "enorm": 13, "enough": 30, "ensembl": 33, "ensur": [9, 19, 28], "enter": [0, 22], "entir": [0, 18], "entri": 24, "entropi": [13, 42], "env": [0, 27], "environ": [13, 17, 41], "envis": 38, "epar0": [17, 23], "epar0_spitz": [17, 23], "eq": 38, "equal": [13, 22, 23, 26, 30, 32, 39], "equat": [3, 4, 7, 11, 13, 17, 21, 22, 24, 26, 29, 38, 39, 42], "equilibria": [17, 18], "equilibrium": [5, 7, 10, 13, 16, 18, 22, 24, 25, 26, 28, 29], "equilibrium_model": [6, 10, 17, 23], "equival": [5, 10, 13], "era": 11, "erg": [34, 38], "error": [4, 5, 6, 7, 13, 16, 28, 38, 39], "error_tol": [4, 6], "esl": 21, "esoter": 13, "especi": 29, "essenti": 16, "establish": [8, 13, 25], "estim": 5, "estrada": [16, 42], "et": [24, 28], "eta": 39, "eta_": 38, "etc": [13, 39, 41], "etg": [13, 16, 29, 30, 32], "etg_factor": [17, 32], "ethes": 42, "ethier": 42, "eulearian": 28, "eulerian": [3, 21, 42], "eurofus": 42, "european": 16, "evalu": [38, 42], "even": [5, 13, 38], "event": 19, "eventu": 13, "everi": [5, 18, 39], "evid": 16, "evolut": [5, 9, 28, 38, 39, 40, 42], "evolv": [5, 6, 13, 38, 39, 40], "exact": [38, 39], "exactli": [0, 22], "exam": 28, "examin": [13, 28], "exampl": [0, 10, 13, 26, 39], "exb": [23, 29, 30, 32], "exch": 39, "exchang": [18, 31, 32, 34, 37, 39, 42], "exclud": [30, 32], "exec": 0, "execut": 8, "exercis": 16, "exist": 0, "exp": 38, "expans": 22, "expect": [10, 13], "expens": 38, "experi": [13, 16, 26, 39, 42], "experiment": [5, 10, 13, 16, 17, 18, 21, 22, 23, 25], "explanatori": [30, 32], "explicit": [4, 5, 13, 38], "explor": 13, "expon": [30, 32], "export": [0, 27], "express": [19, 26], "extens": 21, "extra": [17, 28], "extrem": 16, "extrema": 10, "f": [13, 28, 34, 39, 42], "f_": [24, 26], "f_c": 16, "f_i": 26, "f_p": 39, "fabl": 42, "fact": 13, "factor": [5, 6, 10, 13, 16, 18, 22, 23, 24, 30, 31, 32, 42], "fahei": [13, 42], "failur": 13, "faith": 34, "fals": [13, 30, 32], "faq": 3, "fast": [18, 39, 42], "faster": 5, "fastest": 5, "fc04": [13, 42], "featur": [13, 23, 38], "februari": [16, 41], "feedback": 13, "few": [8, 13, 39], "fftw": [1, 2], "field": [4, 5, 8, 16, 17, 22, 23, 24, 26, 30, 31, 32, 39, 40, 42], "field_print_flag": [6, 7], "field_spectrum": [17, 32], "fig": 16, "figur": [10, 12, 16, 28], "file": [5, 8, 10, 17, 19, 21, 22, 28, 29, 33, 39, 41], "filenam": [7, 24, 32], "filesystem": 13, "fill": 23, "filter": [17, 32], "final": [25, 26, 39], "find": [0, 8, 16, 29, 30, 32, 39], "find_width": [17, 32], "fine": 13, "finit": [5, 13, 14, 22, 28, 29, 38, 39], "fior": 42, "first": [3, 5, 8, 11, 13, 17, 18, 21, 22, 24, 28, 29, 39, 42], "fit": [19, 29], "fix": [4, 5, 13, 24, 38, 39, 41], "flag": [5, 8, 22, 39], "flexibl": 38, "flow": [5, 6, 13, 16, 22, 24, 26, 30, 42], "flr": 6, "fluct": 41, "fluctuat": [5, 13, 16, 26, 28, 29, 30, 31, 32, 39, 42], "fluid": [24, 29, 42], "flutter": 30, "flux": [5, 6, 7, 13, 16, 17, 18, 21, 22, 24, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42], "focus": [3, 13, 29], "fokker": [21, 22, 26, 42], "folder": 0, "follow": [0, 5, 9, 13, 16, 19, 21, 24, 26, 27, 38], "forc": 17, "forgotten": 11, "form": [10, 13, 21, 22, 26, 34, 38], "formal": [13, 17], "format": [5, 13, 17, 24, 25, 26, 28, 42], "formul": [3, 11, 17, 26], "formula": [26, 39, 40], "fortran": [0, 1, 2], "forward": 38, "found": [0, 9, 13, 16, 28, 29, 38], "foundat": [13, 34], "fourier": [5, 22, 23, 24, 30, 32], "fp": 22, "frac": [4, 5, 7, 10, 13, 18, 22, 24, 26, 30, 31, 32, 34, 38, 39], "fraction": [13, 26, 30, 32], "francisco": 42, "frankli": 38, "free": [9, 13, 19, 26], "freq": [7, 31], "freq_tol": 6, "frequenc": [5, 6, 7, 16, 18, 22, 23, 24, 26, 30, 32], "frequent": 17, "fridai": 41, "friend": 41, "from": [0, 3, 5, 10, 11, 16, 17, 19, 21, 22, 24, 25, 26, 28, 29, 30, 32, 39], "ft_model_sa": [17, 32], "fu": [16, 37, 42], "full": [0, 5, 16, 21, 22, 26, 42], "fulli": 13, "function": [5, 13, 16, 22, 24, 26, 30, 32, 38], "fund": 9, "fundament": 4, "furnish": 19, "furth": 42, "further": 10, "fusion": [3, 9, 11, 13, 18, 19, 27, 41, 42], "futur": [13, 17, 28, 42], "g": [3, 8, 10, 18, 21, 22, 24, 42], "g_": 24, "ga": [13, 17], "gacod": [0, 3, 4, 5, 9, 10, 21, 25, 26, 27, 28, 33, 34, 39, 40, 41], "gacode_platform": [0, 27], "gacode_qsub": [8, 27], "gacode_root": [0, 27], "gacode_setup": [0, 27], "gafus": 0, "galleri": [11, 17], "gam": 13, "gamma": [22, 30, 31], "gamma_": [6, 7, 24, 26, 32, 39, 41], "gamma_1": 32, "gamma_2": 32, "gamma_a": [7, 34], "gamma_e_scal": 6, "gamma_p": [6, 26, 41], "gamma_p_scal": 6, "gamot": 42, "gap": 13, "gat": [9, 19, 41], "gauss": [30, 32], "gaussian": 30, "gb": [7, 24, 32, 38], "gcc": 2, "gcc13": 2, "gchat": [17, 32], "ge": 28, "gem": [16, 28], "gene": [16, 28], "gener": [3, 5, 8, 10, 12, 13, 18, 21, 22, 26, 28, 29, 30, 34, 38, 39, 41, 42], "geo": [7, 22, 28, 41], "geo_ni": [17, 23], "geo_yin": [17, 23], "geometr": [22, 30], "geometri": [3, 16, 22, 24, 25, 28, 29, 30, 31, 42], "geometry_flag": [17, 32], "georg": 42, "geqdsk": 28, "get": [9, 21, 30], "gfile": 25, "gflux_print_flag": 6, "gfortran": [0, 1], "ghat": [17, 32], "git": 0, "github": [0, 3, 9, 17], "give": [4, 10, 13, 26, 27, 31, 33], "given": [4, 5, 13, 22, 26, 38, 39], "gk": [3, 6, 7, 11, 13, 29, 30], "gkw": 17, "glf23": [13, 29], "global": [3, 5, 11, 22, 27, 28, 39, 42], "goal": [13, 38], "good": [13, 16, 39], "gpu": [5, 6, 17], "gpu_bigmem_flag": 6, "grad": [10, 22], "grad_r0": 30, "gradb": [30, 32], "gradb_factor": [17, 32], "gradient": [3, 5, 6, 11, 13, 22, 23, 24, 26, 29, 30, 32, 38, 39, 40, 42], "graduat": 13, "grain": 13, "grant": 19, "greater": 4, "greatli": [3, 11], "green": 16, "greenwald": 42, "grid": [5, 7, 13, 17, 18, 22, 30, 39], "gridpoint": [5, 6, 13, 18, 22, 23, 24, 38], "grierson": 42, "groebner": 42, "group": [13, 16, 17, 19, 28, 42], "grow": 13, "grown": 13, "growth": [13, 16, 28, 30, 32], "growthrat": [30, 32], "gs2": [13, 16, 28], "gss": [29, 42], "gstotal": 13, "gtc": 16, "guid": [5, 10, 42], "gv": 24, "gwt": [28, 42], "gyro": [3, 5, 9, 10, 13, 17, 21, 25, 26, 29, 30, 31, 32, 33, 39, 42], "gyroaverag": [3, 13], "gyrobohm": [7, 30, 32, 38, 39, 42], "gyrofluid": [13, 28, 42], "gyrokinet": [3, 4, 9, 11, 17, 21, 25, 26, 28, 29, 42], "gyroradii": 13, "gyroradiu": [4, 7, 13, 30, 32], "gyrovisc": 24, "gyroviscos": 24, "g\u00f6rler": [28, 42], "h": [13, 24, 28, 29, 42], "h_print_flag": 6, "ha": [3, 11, 13, 16, 21, 27, 28, 29, 30, 31, 32, 38, 39], "had": 13, "hahm": 42, "half": [7, 13], "hallatschek": 42, "hammett": [13, 42], "hamper": 13, "hand": [5, 10, 13, 22], "handl": 25, "hardwar": [5, 13], "harmon": [5, 10], "harri": 42, "hat": [18, 22, 24, 38], "have": [3, 10, 11, 16, 26, 28, 29, 38, 39], "hazeltin": 24, "hazltin": 24, "hbc": [13, 42], "hcw": [13, 42], "he": 42, "he4": 39, "heat": [13, 16, 24, 34, 39, 42], "heavi": 26, "hein": 42, "helium": [13, 39, 42], "help": [0, 16], "henc": 26, "here": [4, 5, 10, 13, 18, 21, 26, 28, 38], "herebi": 19, "hermit": [30, 32], "heurist": [5, 42], "hh": 24, "hhw": [3, 11, 42], "hidden": 30, "hierarchi": 41, "high": [4, 5, 21, 29, 30, 32, 39, 42], "higher": [5, 13, 22, 23, 26, 39], "highli": [3, 13, 42], "hinton": [13, 17, 22, 24, 26, 42], "hirshman": [22, 24, 39], "histor": [10, 13], "histori": [11, 17], "hoc": [3, 11, 22], "hol16": [28, 42], "hold": [13, 26, 39], "holder": 19, "holland": [13, 16, 28, 42], "home": 0, "homogen": 42, "horton": [24, 42], "host": 7, "hostnam": 7, "houlberg": 24, "how": [4, 5, 18, 22, 39], "howard": [3, 42], "howev": [9, 10, 13, 16, 19], "hpc": [13, 17, 41], "hr": 24, "http": [0, 2, 42], "hu": 42, "huck": 42, "human": 7, "hw06": [13, 42], "hw85": [26, 42], "hwc04": [13, 42], "hwm": [28, 42], "hybrid": 42, "hybridtest": 0, "hypothesi": 13, "i": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 41, 42], "i0": 26, "i1": 26, "i_": [30, 32], "iaea": 42, "ibm": 13, "ibranch": [17, 32], "idea": 25, "ident": 13, "identifi": 13, "identit": 28, "idiosyncrat": 11, "ie": 24, "ieee": 42, "iflux": [17, 32], "ignor": [13, 18, 22, 26, 30, 32, 38], "igor": [3, 41], "iii": 42, "imag": [11, 16, 17, 42], "imex": 13, "immedi": 30, "impact": 42, "implement": [13, 16, 26, 28, 42], "impli": 19, "implic": [41, 42], "implicit": [4, 13, 38], "import": [0, 3, 13, 26, 29, 30, 38], "impos": [13, 16], "improv": [13, 25, 29, 30], "impur": [13, 26, 39, 42], "inc": 0, "includ": [5, 9, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 28, 30, 32, 38, 42], "inclus": [5, 26, 28], "incorpor": 16, "incorrect": 16, "increas": [5, 10, 13, 16, 26, 29, 39], "increasingli": [3, 11], "inde": 13, "independ": [5, 13, 22, 26, 33, 38, 39], "index": [7, 22, 31], "indic": 13, "individu": 28, "induc": [5, 13, 22, 26], "induct": [22, 23], "infer": [5, 10, 13, 22], "infinit": 29, "influenc": [26, 38], "info": [4, 5, 7], "inform": [3, 7, 10, 11, 18, 24, 27], "initi": [5, 6, 9, 13, 14, 15, 16, 25, 28, 39, 40, 42], "inject": 26, "inner": 5, "input": [4, 7, 8, 10, 11, 17, 24, 25, 28, 29, 31, 41], "insid": 5, "insofar": 21, "instabl": [13, 30, 32, 42], "instal": [0, 1, 2, 17], "instanc": [26, 33, 39], "instead": [22, 33, 38], "instruct": 27, "instrument": 16, "int": 34, "int_": 22, "int_0": [34, 38], "int_r": 38, "integ": [5, 22, 23], "integr": [3, 4, 5, 6, 13, 22, 33, 38, 39], "intens": [5, 16, 29, 31, 32, 42], "intensity_spectrum": [17, 32], "interact": 8, "intercod": 16, "interconnect": 13, "interest": [11, 28, 38], "interestingli": 13, "interfac": [3, 7, 17, 21, 22, 32], "intern": [5, 6, 22, 42], "interpol": 24, "interpret": 24, "interprocess": 42, "interv": 6, "intev": 16, "introduc": 38, "invari": 4, "invent": 13, "investig": [13, 28], "invit": 42, "inward": [30, 32], "ion": [5, 6, 7, 13, 16, 18, 22, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "ip": [5, 22], "ipccw": [6, 10, 17, 23], "ipm": 13, "irreduc": [30, 32], "isotop": 42, "isotrop": 22, "isotropi": 13, "issu": [0, 9, 13, 19, 28], "itb": 13, "iter": [38, 39, 42], "iterdb": 28, "iterdb2gyro": 25, "iterdb_read": 25, "itg": [13, 16, 29, 30], "itpa": 28, "its": [3, 5, 13, 16, 22, 29, 33], "ix": 24, "j": [12, 16, 24, 28, 38, 42], "j_": 24, "j_r": 34, "jacobian": [17, 34, 39, 40], "jan": 17, "jb": [18, 21], "jbstor": 18, "jcp": 42, "jeff": 3, "jenko": 42, "jet": [13, 29], "jift": 41, "jj": 38, "jnb": 18, "job": [8, 25, 27, 33, 39], "journal": 13, "jr": 42, "jrf": 18, "jt60": 13, "juli": 16, "june": [16, 42], "justifi": 26, "k": [22, 24, 29, 30, 32, 42], "k_": [5, 16, 24, 30, 32], "k_a": 26, "k_per": [30, 32], "k_r": 16, "k_x": [5, 6, 7, 31, 32], "k_y": [4, 5, 6, 7, 31, 32], "kaiser": 42, "kappa": [6, 10, 17, 18, 23, 30, 32], "kappa_loc": [17, 32], "karp": 5, "kay": 42, "kb": 29, "keep": 0, "kei": [3, 4, 13, 16, 17, 38], "kept": 5, "kerbel": 42, "kernel": [3, 7], "kev": [4, 18, 24], "kg": [21, 22, 24], "kh94": [13, 42], "kiefer": 42, "kim": 42, "kind": 19, "kinet": [3, 5, 11, 13, 21, 22, 23, 24, 28, 29, 39, 42], "kinsei": 42, "kishimoto": 42, "kkh": [13, 42], "knolker": 42, "know": 10, "known": [13, 26], "knoxvil": 42, "koh": 24, "kojak": 13, "kone": 42, "kot88": [13, 42], "kotschenreuth": [13, 42], "kramer": 42, "kro99": [13, 42], "kromm": [13, 42], "krt95": [13, 42], "ksw08": [29, 42], "kutta": 13, "kwc05": [3, 11, 13, 42], "kwc06": [3, 11, 13, 42], "kwc07": [3, 11, 13, 42], "kx": [31, 32], "kx0": [30, 32], "kx0_loc": [17, 32], "kx_e": [31, 32], "kx_phi": 41, "kxky_apar": [5, 7], "kxky_bpar": [5, 7], "kxky_e": 7, "kxky_n": 7, "kxky_phi": [5, 7], "kxky_v": 7, "ky": [4, 6, 17, 32], "ky_cflux": 7, "ky_flux": [7, 41], "ky_phi": 41, "kygrid_model": [17, 32], "kymin": 30, "l": [5, 13, 16, 17, 20, 22, 29, 42], "l11": 22, "l12": 22, "l21": 22, "l22": 22, "l25": 42, "l_": 24, "l_0": 5, "l_m": 22, "l_t": 16, "l_x": [5, 39], "label": 18, "lack": 29, "laguerr": [5, 22, 24], "lambda": [5, 22], "lambda_": 24, "lambda_deby": 6, "lambda_debye_scal": 6, "landau": [13, 29, 42], "landmark": 13, "langl": [26, 34], "languag": 13, "laptop": 17, "larg": [3, 4, 5, 8, 11, 13, 16, 22, 26, 30, 32, 39, 42], "larger": [3, 5, 11, 13, 16, 29], "larmor": [13, 16, 22, 23, 24, 29], "last": [0, 26, 30, 32, 39], "later": [13, 16], "latter": [13, 16], "law": 42, "layer": [3, 11, 13], "layout": [13, 27], "lcf": 5, "ldot": [5, 13, 24, 26], "le": [5, 16, 22], "le3": 22, "lead": 26, "leav": [5, 26], "leboeuf": 42, "lebrun": 42, "led": 25, "lee": 42, "left": [4, 5, 10, 22, 23, 24, 26, 34, 37, 38, 39], "legaci": [4, 11], "legend": 17, "legendr": [5, 22, 24], "leht02": [13, 42], "length": [3, 5, 6, 13, 21, 22, 24, 30, 32, 39, 40], "less": [5, 13, 39], "lett": [16, 42], "letter": [9, 19], "level": [0, 16, 28, 39], "li": 42, "liabil": 19, "liabl": 19, "libfftw3": 1, "libmpich": 1, "librari": 1, "licens": 17, "like": [3, 8, 10, 11, 13, 16, 18], "limit": [19, 21, 22, 24, 26, 30, 31, 32, 42], "lin": [16, 42], "line": [0, 2, 13, 16, 18, 23, 27, 41], "linear": [5, 8, 13, 14, 16, 21, 22, 28, 29, 30, 41, 42], "link": [0, 17, 28, 41], "linsker": [30, 32], "linsker_factor": [17, 32], "linux": 0, "list": [3, 8, 9, 11, 17, 19, 21, 28, 29, 33], "littl": [13, 29, 38], "ll": [21, 26], "llnl": 16, "ln": [5, 16, 22, 24, 26], "loc": [37, 39], "loc_betae_scal": [17, 40], "loc_dx": [17, 40], "loc_dx_max": [17, 40], "loc_er_feedback_flag": [17, 40], "loc_evolve_grad_only_flag": [17, 40], "loc_he_feedback_flag": 17, "loc_iteration_method": 39, "loc_lock_profile_flag": [17, 40], "loc_rad": [4, 41], "loc_relax": [17, 40], "loc_residual_method": [17, 40], "loc_restart_flag": [17, 40], "loc_scenario": [17, 40], "loc_te_feedback_flag": [17, 40], "loc_ti_feedback_flag": [17, 40], "local": [5, 10, 17, 21, 22, 23, 24, 28, 38, 39, 42], "locat": [13, 16], "locpargen": 4, "log": 5, "logarithm": [23, 30], "logic": 27, "long": [5, 13, 26], "longrightarrow": 26, "look": [10, 18], "loop": 5, "lorentz": [5, 26], "loss": [5, 13, 26, 42], "lost": 13, "low": [3, 5, 11, 13, 16, 25, 29, 30, 32], "lower": [5, 13, 22], "lowest": [5, 22, 30], "lpe": [13, 42], "luda": 42, "lvert": [16, 30, 32], "m": [5, 18, 24, 26, 28, 42], "m2": 0, "m_": [3, 5, 21, 22, 24, 30, 32], "m_a": 34, "m_d": [4, 5, 7, 22, 24], "m_e": 5, "m_i": 26, "m_theta": 24, "ma": 18, "mac": 0, "mach": [6, 26, 30, 32], "mach_scal": 6, "machin": 0, "macport": 2, "made": [9, 13, 19, 21, 30, 32], "magnet": [4, 5, 6, 13, 16, 17, 22, 23, 24, 28, 30, 32, 42], "magnitud": [16, 22], "mahinthakumar": 42, "mai": [16, 26, 28, 42], "main": [5, 25, 26, 32, 39], "maintain": [13, 17, 27], "maj": [30, 32], "major": [5, 6, 10, 13, 18, 22, 23, 24, 30, 32], "make": [0, 5, 9, 13, 19, 38, 39], "makefil": 0, "malonei": 42, "manag": [8, 13, 33, 39, 40], "mani": [11, 13], "manner": 13, "manual": 13, "mar": 28, "margin": [13, 16], "marinoni": 42, "mark": 13, "mass": [3, 5, 6, 13, 21, 22, 23, 24, 26, 30, 32], "mass_": [6, 17, 23], "mass_1": [5, 17, 22, 32], "mass_2": [5, 22], "mass_3": [5, 22], "match": [4, 13, 28, 39, 42], "math": 22, "mathbf": [5, 10, 13, 14, 16, 22, 26, 30], "mathrm": [3, 5, 10, 13, 16, 24, 34, 37, 39], "mathtt": [4, 24, 37], "matric": 38, "matrix": [26, 38], "max": [5, 23, 39], "max_": 10, "max_tim": 6, "maxim": [5, 30, 32], "maximum": [5, 6, 13, 22, 30, 32, 39, 40], "maxwel": 42, "maxwellian": [5, 16, 21, 22, 24, 30], "mbox": 38, "mcclenaghan": 42, "mckee": 42, "md": [30, 32], "me": [30, 32], "mean": [10, 13, 22, 26, 42], "meaning": 24, "measur": [5, 13, 16, 22, 26, 28, 30, 32, 38, 42], "mechan": 30, "meet": 13, "memori": [5, 6, 7, 13], "merchant": 19, "mesh": [5, 7, 33], "meshpoint": 5, "method": [3, 4, 13, 16, 17, 29, 30, 32, 38, 39, 42], "metric": [28, 42], "mhd": [13, 30], "microst": [28, 42], "microturbul": 42, "mid": 13, "midplan": [4, 5, 22, 24, 30, 32], "mikkelsen": 42, "mila": [16, 42], "miller": [5, 22, 28, 29, 30], "milovich": 42, "min": [13, 23, 27], "min_": 10, "mine": 0, "minim": [33, 38, 39], "minimium": 5, "minimum": [5, 30, 32, 42], "minor": [3, 4, 5, 6, 10, 13, 18, 21, 22, 23, 24, 30, 32], "mint": 0, "miscellan": 17, "misunderstand": 13, "mit": [3, 13], "mix": 30, "mod": [13, 24, 42], "mode": [5, 6, 7, 8, 13, 14, 16, 17, 20, 21, 22, 23, 24, 29, 30, 31, 32, 39, 40, 42], "model": [3, 5, 6, 9, 10, 11, 13, 16, 22, 24, 26, 28, 30, 31, 32, 33, 39, 42], "modest": 13, "modif": [9, 19], "modifi": [3, 4, 5, 8, 11, 19, 24, 38], "modul": [21, 22], "modular": 13, "moment": [5, 6, 10, 22, 26, 29, 30], "moment_print_flag": [6, 7], "momentum": [5, 6, 7, 10, 13, 17, 18, 24, 32, 42], "monitor": 41, "monolith": [21, 24], "monomi": 22, "monoton": 13, "moor": 42, "more": [0, 3, 11, 13, 18, 22, 28, 29, 30, 38, 39], "moreov": [13, 16], "morph": 25, "most": [0, 5, 13, 16, 26, 28, 30, 32, 33, 34], "mostli": 13, "motiv": [3, 11, 13, 16, 25], "move": [3, 10, 11, 13], "mp": 2, "mpi": [0, 2, 5, 7, 8, 27], "mpich": [1, 2], "mst1": 42, "much": [13, 22], "multi": [11, 13, 16, 21, 39, 42], "multipl": [3, 5, 13, 24, 28, 33, 38], "multipli": [5, 30, 32], "multiscal": [3, 42], "multistream": 13, "must": [0, 5, 10, 13, 22, 38], "mw": 18, "mxh": [10, 18], "mxh3": 10, "mynick": 42, "n": [0, 4, 5, 6, 8, 10, 14, 15, 16, 17, 18, 24, 27, 31, 32, 34, 39, 42], "n_": [5, 21, 22, 24, 30, 31, 32], "n_0": 16, "n_a": [5, 7, 22, 26, 34], "n_c": 16, "n_e": [3, 5, 7, 16, 18, 24, 38], "n_energi": [6, 17, 23, 41], "n_evolv": 39, "n_field": 6, "n_global": 6, "n_mpi": 39, "n_r": 22, "n_radial": [6, 17, 23, 24], "n_speci": [6, 17, 23], "n_theta": [6, 17, 23, 24, 41], "n_toroid": 6, "n_xi": [6, 17, 23, 41], "na": 10, "nabla": [10, 16, 22, 26, 34], "name": [9, 13, 16, 19, 21, 24], "nathan": 3, "natur": 13, "nbasis_max": [17, 32], "nbasis_min": [17, 32], "nbi": 39, "ncc": [16, 42], "nclass": [21, 22, 24], "ne": [18, 22], "ne_ad": [17, 23], "nearli": 13, "need": [0, 5, 8, 14, 25, 38], "neg": [5, 10, 22, 23], "neglect": [10, 13, 16], "neglig": [5, 13], "neo": [0, 3, 9, 10, 16, 17, 25, 26, 27, 33, 34, 38, 39, 40, 42], "neo_": 21, "neo_aniso_model_in": 22, "neo_dens_in": 22, "neo_dlnndr_in": 22, "neo_dlntdr_in": 22, "neo_dlntdr_para_in": 22, "neo_dlntdr_perp_in": 22, "neo_eflux_thchi_out": 24, "neo_eflux_thhhe_out": 24, "neo_eflux_thhhi_out": 24, "neo_eflux_ths_out": 24, "neo_efluxncv_dke_out": 24, "neo_efluxncv_gv_out": 24, "neo_efluxtot_dke_out": 24, "neo_efluxtot_gv_out": 24, "neo_efluxtot_nclass_out": 24, "neo_init": 21, "neo_interfac": [21, 24], "neo_jpar_dke_out": [21, 24], "neo_jpar_nclass_out": 24, "neo_jpar_ths_out": 24, "neo_jtor_dke_out": 24, "neo_jtor_ths_out": 24, "neo_mass_in": 22, "neo_mflux_dke_out": 24, "neo_mflux_gv_out": 24, "neo_n_species_in": 21, "neo_pflux_dke_out": 24, "neo_pflux_gv_out": 24, "neo_pflux_nclass_out": 24, "neo_pflux_thhh_out": 24, "neo_pflux_thhs_out": 24, "neo_profile_dlnndr_scale_in": 22, "neo_profile_dlntdr_scale_in": 22, "neo_rotation_model": 22, "neo_run": 21, "neo_temp_in": 22, "neo_temp_para_in": 22, "neo_temp_perp_in": 22, "neo_vpol_dke_out": 24, "neo_vpol_nclass_out": 24, "neo_vtor_dke_out": 24, "neo_vtor_nclass_out": 24, "neo_z_in": 22, "neoclass": [9, 13, 21, 22, 24, 25, 26, 34, 38, 39, 42], "nersc": [8, 17, 41], "net": 13, "netcdf": 2, "network": [22, 42], "neural": 22, "neutral": [22, 26], "nevin": [13, 42], "new": [0, 3, 10, 16, 18, 25, 29, 30, 32, 39, 42], "new_eikon": [17, 32], "newton": [38, 39, 40], "nexp": 18, "next": [13, 29], "nhd": [13, 42], "ni": 18, "nion": [18, 41], "nishimura": 42, "nky": [17, 31, 32], "nl": 30, "nl00": 8, "nl01": 8, "nl_flag": 41, "nm": 31, "nmode": [17, 31, 32], "no_cbla": 0, "no_lapack": 0, "no_shar": 0, "node": [5, 27, 30, 32], "nois": [13, 42], "nomin": 16, "nomp": [0, 8, 27], "non": [5, 13, 23, 24, 30, 32], "nonadiabat": 13, "nonaxisymmetr": [22, 42], "none": 24, "noninfring": 19, "nonlinear": [3, 5, 6, 8, 11, 14, 16, 28, 29, 41, 42], "nonlinear_flag": 6, "nonloc": [13, 42], "nonreson": 13, "nontherm": [39, 40], "nonuniform": 18, "nonuniformli": 26, "nonzero": [5, 24], "norm": [21, 22, 24, 26], "normal": [5, 6, 10, 13, 16, 17, 22, 23, 24, 30, 31, 32, 34, 38, 39], "normalzi": 38, "notat": [5, 34], "note": [5, 9, 17, 19, 22, 23, 24, 26, 28, 30, 31, 32, 38], "noth": 13, "notic": [9, 19], "nov": 30, "novel": 13, "now": 13, "nq": 4, "ns_in": 31, "nsts_crossphase_spectrum": [17, 32], "nstx": [13, 29, 30, 42], "nth": 39, "ntheta": 41, "nu": [10, 22], "nu_": 5, "nu_1": [17, 23], "nu_e": [6, 41], "nu_ei": 28, "nu_glob": 6, "nucl": 42, "nuclear": 42, "number": [5, 6, 8, 13, 16, 18, 21, 22, 23, 24, 26, 30, 32, 33, 38, 39, 40], "numer": [0, 3, 5, 8, 10, 11, 13, 17, 22, 24, 28, 41, 42], "nunami": 42, "nup_alpha": 6, "nup_radi": 6, "nup_theta": 6, "nwidth": [17, 32], "nx": 28, "nxgrid": [17, 32], "o": [5, 26], "observ": [13, 16, 26, 28], "obtain": [10, 13, 16, 19, 29, 33], "occur": 13, "octob": 42, "odd": 22, "off": [5, 39, 42], "offer": 11, "offload": [5, 6], "offset": [30, 32], "often": [0, 5, 8, 26, 30], "ohm": 42, "ohmic": [16, 18], "oint": 34, "old": 28, "older": 28, "omega": [17, 22, 34], "omega0": 18, "omega_": 26, "omega_0": [18, 22, 24, 26, 34], "omega_1": 26, "omega_intel": 27, "omega_rot": [17, 23, 26], "omega_rot_deriv": [17, 23, 26], "omp": [7, 27], "onc": [5, 27], "one": [5, 10, 13, 22, 30, 32, 38, 39], "ones": [0, 13], "onetwo": [13, 18, 25, 28], "onli": [5, 6, 11, 13, 16, 22, 23, 24, 26, 27, 28, 30, 38, 39], "open": [13, 16], "openbla": 17, "openmp": 0, "oper": [5, 13, 16, 21, 22, 33, 39, 40, 42], "operation": 38, "opposit": 13, "optim": [3, 5, 13, 42], "option": [21, 22, 41], "orbit_grid": 28, "order": [0, 4, 5, 6, 13, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 33], "org": 2, "organ": 13, "orient": [5, 6, 17, 22], "orienti": [5, 22], "origin": [13, 28, 38, 39], "ornl": [8, 13, 42], "osx": 0, "other": [5, 10, 13, 16, 19, 22, 25, 28, 33, 39, 42], "otherwis": [9, 19, 22, 28, 30], "our": 13, "out": [5, 7, 8, 13, 16, 17, 18, 19, 22, 26, 29, 30, 32], "outboard": [5, 22, 24, 30, 32], "outer": 5, "output": [5, 8, 17, 22, 23, 25, 28, 29, 30, 31], "outward": 26, "oval": [6, 10], "over": [3, 13, 16, 18, 21, 28, 29, 31, 32], "overal": [4, 30], "overcom": 13, "overestim": 16, "overlin": 32, "overview": [13, 17], "ow": 13, "own": 0, "p": [5, 22, 26, 30, 32, 34, 38, 42], "p_": 24, "p_a": [22, 26], "p_l": 22, "p_prime_loc": [17, 32], "pa": 42, "pace": 42, "packag": 0, "page": 28, "pai": 8, "painstak": 13, "paper": [16, 34], "paradigm": [13, 42], "paradox": [13, 42], "parallel": [5, 7, 14, 18, 22, 23, 24, 26, 30, 31, 32, 33, 39, 42], "paramat": 16, "paramet": [4, 5, 13, 16, 17, 18, 21, 22, 24, 30, 31, 38, 39, 41], "parameter": [5, 10, 28, 42], "paramt": 22, "park": [17, 32], "parker": 42, "parser": 18, "part": [13, 16], "parti": [9, 19], "partial": [4, 5, 10, 22, 24, 26, 30, 32, 34, 38], "partial_t": 38, "particip": 16, "particl": [7, 13, 18, 22, 24, 26, 28, 29, 31, 32, 34, 39, 42], "particular": [13, 19], "particularli": [13, 26], "pascal": 18, "pass": [13, 30, 32, 42], "pass_grid": 28, "past": 17, "patel": 42, "pathologi": 13, "pattern": 13, "pci": 13, "peak": [13, 30, 42], "pedest": [3, 11, 38, 41], "peebl": 42, "peeter": 42, "per": [13, 27, 31, 32, 38], "perc": 13, "percent": 13, "pereverzev": 42, "perfect": 16, "perfectli": [13, 30], "perform": [3, 13, 16, 28, 39, 41, 42], "period": [13, 22, 25], "perlmutt": [17, 41], "perlmutter_cpu": 27, "perlmutter_gpu": 27, "permiss": 19, "permit": 19, "perp": [5, 22], "perpendicular": [16, 22, 23, 41], "persist": 13, "person": 19, "perspect": 17, "perturb": [5, 13], "petascal": 42, "petti": 42, "pfirsh": 26, "pg3eq": [13, 16], "ph": 16, "phase": [16, 29, 31, 32, 42], "phd": 42, "phenomena": [3, 11, 13], "phenomenon": 13, "phi": [5, 7, 10, 14, 18, 26, 31, 32], "phi_": [22, 24, 26], "phi_0": [22, 24, 26], "phi_1": [24, 26], "php": 2, "phy": [16, 24, 42], "physic": [4, 7, 9, 13, 16, 28, 30, 39, 41, 42], "physrevlett": 42, "pi": [5, 10, 18, 22], "pi_": [7, 24, 32], "pi_1": 32, "pi_2": 32, "pi_a": [7, 34], "pi_e": 32, "pic": [13, 16], "pick": 30, "pictur": 13, "pinch": [13, 42], "pinsker": 42, "pioneer": [3, 11], "pip": 41, "pitch": [5, 6, 22, 24, 28], "pittsburgh": 42, "pivot": 39, "place": 29, "plai": [3, 11, 13, 16, 26, 29], "planck": [21, 26, 42], "plank": 22, "plasma": [3, 5, 11, 13, 16, 18, 21, 22, 24, 25, 28, 29, 39, 42], "platform": [8, 13, 17, 27, 41], "pleas": [0, 12, 18], "plot": [8, 16, 17, 28, 41], "plu": [6, 8], "pmac": 13, "pmatrix": 38, "point": [5, 13, 16, 18, 28, 38, 39], "poisson": 21, "pol": 10, "polflux": 18, "poloid": [5, 6, 10, 13, 18, 22, 23, 24, 26, 30, 32, 41, 42], "polynomi": [5, 22, 23, 24, 30, 32], "popul": 42, "popular": [3, 13, 38], "porkolab": 42, "port": [2, 13], "portion": [9, 19], "posit": [5, 10, 22], "possibl": [13, 28, 38], "possibli": 11, "potenti": [5, 13, 22, 24, 26, 30], "power": [13, 16, 17, 18, 38, 39, 40], "ppc": 13, "ppcf": 24, "pppl": 41, "practic": [13, 21, 26, 34], "pre": [11, 17, 25], "prebuilt": 17, "precis": [5, 6], "predecessor": 29, "predict": [13, 16, 28, 29, 42], "prefer": [30, 38], "prehistori": 17, "prepend": 21, "presenc": [13, 26], "present": [9, 12, 13, 16, 17, 19, 22, 24, 26, 41], "preset": 30, "pressur": [3, 5, 6, 11, 18, 22, 23, 30, 32], "prevent": [30, 32], "previou": [13, 26], "primari": [13, 21, 28, 33], "primarili": 3, "prime": [22, 34, 38], "principl": 13, "print": [5, 8, 22], "print_step": [4, 6], "prior": [13, 16], "priori": 26, "probabl": [13, 39], "problem": [5, 13, 22, 23, 38], "proce": 27, "proceed": 42, "process": [5, 25, 39], "produc": [13, 24, 26], "product": [13, 42], "profil": [3, 5, 6, 9, 10, 11, 13, 16, 18, 21, 22, 25, 29, 33, 38, 39, 42], "profile_dlnndr_": [17, 23], "profile_dlnndr_1_scal": 22, "profile_dlnndr_2_scal": 22, "profile_dlnndr_3_scal": 22, "profile_dlntdr_": [17, 23], "profile_dlntdr_1_scal": 22, "profile_dlntdr_2_scal": 22, "profile_dlntdr_3_scal": 22, "profile_equilibrium_model": [10, 17, 23], "profile_erad0_model": [17, 23], "profile_model": [6, 17, 23, 24], "profiles_gen": [4, 17, 18, 41], "profiles_gen_plot": 41, "program": [0, 13], "progress": 13, "project": [0, 5, 13, 21, 27, 42], "pronounc": 13, "propag": 16, "proper": [10, 19], "properli": [10, 13], "properti": [5, 42], "provid": [3, 11, 13, 19, 25, 28], "pseudospectr": 5, "psfc": 41, "psi": [4, 10, 18, 22, 26, 34], "psi_": 10, "pst": 41, "ptot": 18, "public": [9, 12, 16, 17, 19], "publish": [9, 13, 16, 19], "pueschel": 42, "pull": [9, 19], "pure": [13, 16, 26], "purpos": [3, 5, 9, 19], "push": 26, "put": 38, "pygacod": 41, "python": [0, 2, 3, 7, 17], "python3": 2, "q": [4, 6, 10, 13, 17, 18, 23, 24, 26, 30, 32, 34, 38, 42], "q_": [7, 13, 24, 32, 37, 38, 39], "q_1": 32, "q_2": 32, "q_a": [7, 34], "q_e": [16, 32, 37, 38], "q_i": [37, 38], "q_loc": [17, 32], "q_prime_loc": [17, 32], "q_sa": [17, 32], "qa": [30, 32], "qbeam": [18, 37], "qbeami": [18, 37], "qbrem": [18, 37], "qcxi": [18, 37], "qei": [18, 37], "qfuse": [18, 37], "qfusi": [18, 37], "qhat": 38, "qion": [18, 37], "qioni": [18, 37], "ql": [29, 31, 32], "ql_flux_spectrum": [17, 32], "qline": [18, 37], "qmom": 18, "qohm": [18, 37], "qpar_beam": 18, "qpar_wal": 18, "qrfe": [18, 37], "qrfi": [18, 37], "qsync": [18, 37], "quad": [26, 34, 38], "quadratur": [30, 32], "qualit": 28, "qualiti": 25, "quantit": 16, "quantiti": [3, 10, 16, 21, 22, 24, 26, 38], "quasi": [22, 26, 30, 42], "quasilinear": [16, 29, 30, 32, 42], "quasineutr": [4, 5, 6, 39], "quasineutral_flag": 6, "quench": [13, 29, 30, 32, 42], "queri": 0, "question": [13, 17, 28], "queue": 8, "quick": 17, "quit": 13, "r": [0, 4, 5, 10, 12, 13, 16, 18, 21, 22, 24, 26, 30, 32, 34, 38, 42], "r_": [30, 32, 38], "r_0": [5, 10, 18, 22, 24, 26], "r_1": 38, "r_2": 38, "r_3": 38, "r_j": [24, 38], "rad": [18, 34, 37], "radial": [3, 5, 6, 11, 13, 16, 22, 23, 24, 26, 33, 38, 39, 42], "radian": 18, "radiat": [18, 34, 39], "radii": [13, 39], "radiu": [3, 4, 5, 6, 10, 13, 16, 18, 21, 22, 23, 24, 29, 30, 32, 39, 42], "rais": 0, "rang": [13, 16, 21, 22], "rangl": [26, 34], "rank": [5, 7, 30, 32], "rapid": 26, "rapidli": [38, 42], "rate": [5, 6, 13, 16, 22, 26, 28, 30, 32, 34], "rather": [7, 13, 26, 38, 39], "ratio": [5, 13, 21, 22, 24, 29, 39], "ration": 13, "rational": 25, "raw": 5, "rb_": [30, 32], "rbf": 28, "rc": 0, "rc_": [30, 32], "re": 22, "reach": 13, "reaction": 39, "reactor": [37, 39, 42], "read": [5, 7, 22, 25, 28, 34, 39], "readabl": 7, "reader": 11, "real": [3, 11, 13, 41], "realist": [13, 42], "realiti": 10, "realli": 26, "reason": 26, "recent": [11, 13, 16, 28, 29, 30], "recipi": 9, "recombin": 18, "recommend": [0, 4, 5, 7, 30], "rectangular": 24, "red": 16, "redistribut": 26, "reduc": [3, 5, 6, 11, 13, 14, 26, 38], "reduct": 13, "reed": 42, "ref": [22, 38], "refer": [5, 13, 17, 19, 24, 28], "refin": [13, 30], "reflect": 10, "refus": 16, "reg08": 8, "reg14": 18, "regard": 17, "regardless": 22, "regim": [3, 13, 16, 26], "region": [3, 11, 13, 29], "regress": [0, 8], "regular": 8, "rel": [5, 16, 22, 30], "relat": [13, 24, 26, 34], "relax": [13, 38, 39, 40], "relev": [13, 26, 42], "reliabl": 13, "remain": [13, 30], "remark": [16, 26, 29], "renorm": 39, "repeatedli": 13, "repo": [8, 27], "report": [28, 42], "repositori": [0, 17], "repres": [13, 21, 26], "represent": [10, 34, 42], "reproduc": [11, 13, 16, 30], "repsect": 30, "request": [9, 19], "requir": [3, 5, 9, 11, 13, 18, 22, 25, 26, 27, 29, 34, 42], "rescal": 16, "research": [3, 11, 13, 16, 28], "reset": 5, "residu": [13, 38, 39, 40], "resolut": [5, 22, 39, 41, 42], "resolv": [13, 30], "resourc": [13, 16, 28], "respect": [5, 21, 22, 26, 30, 32], "respond": 30, "respons": [29, 42], "restart": [5, 6, 39, 40, 41], "restart_step": 6, "restrict": [9, 13, 19, 26, 38], "result": [5, 8, 9, 11, 13, 17, 19, 26, 29, 30, 38, 42], "retain": [3, 5, 10, 13, 21], "return": [5, 14, 22, 30, 31], "rev": [16, 24, 42], "revers": [13, 42], "review": 13, "revis": 16, "rewoldt": 42, "rf": 18, "rh": [13, 22], "rh98": [13, 42], "rho": [4, 5, 16, 18, 30, 32, 42], "rho_": [4, 5, 7, 13, 16, 21, 22, 24, 28, 31, 38], "rho_i": [21, 26], "rho_ion": 30, "rho_star": [17, 23], "rhode": 42, "right": [4, 5, 10, 19, 22, 23, 24, 26, 34, 37, 38, 39], "rightarrow": [4, 5, 13, 22, 24, 38], "rigor": [13, 26], "rise": 13, "rk": 13, "rk4": 5, "rlns_1": [17, 32], "rlts_1": [17, 32], "rm": [4, 5, 7, 10, 16, 18, 21, 22, 23, 24, 26, 30, 32, 34, 38], "rmaj": [6, 10, 18], "rmaj_loc": [17, 32], "rmaj_over_a": [10, 17, 23], "rmaj_sa": [17, 32], "rmin": [6, 10, 18], "rmin_loc": [17, 32], "rmin_over_a": [10, 17, 23], "rmin_over_a_2": [17, 23], "rmin_sa": [17, 32], "roach": 42, "robust": [13, 16, 38, 39], "roger": 42, "role": [13, 16, 26, 29, 33, 42], "ron": 28, "root": [38, 39], "rosenbluth": [13, 24, 42], "rost": 42, "rotat": [3, 5, 18, 21, 22, 28, 33, 38, 39, 42], "rotation_model": [6, 17, 23, 24], "roth": 42, "rough": 16, "roughli": [10, 13, 16, 30], "routin": [13, 39], "row": 24, "rule": [0, 29, 30, 32, 38, 39, 40, 42], "run": [0, 5, 10, 13, 14, 21, 22, 24, 27, 29, 30, 39], "runawai": 13, "rung": 13, "runtim": 24, "s0021": 42, "s_": [5, 10, 22, 34], "s_1": 10, "s_2": 10, "s_3": 10, "s_delta": [6, 10, 17, 23], "s_delta_loc": [17, 32], "s_e": 38, "s_i": [26, 38], "s_kappa": [6, 10, 17, 23], "s_kappa_loc": [17, 32], "s_n": 10, "s_w": 34, "s_zeta": [6, 10, 17, 23], "s_zeta_loc": [17, 32], "s_zmag": [10, 17, 23], "safe": 39, "safeti": [0, 5, 6, 10, 13, 18, 22, 23, 24, 30, 32, 42], "sai": [0, 26], "same": [5, 11, 13, 16, 26, 28, 39], "sampl": [18, 27, 39], "san": 42, "santoro": 42, "sat0": [29, 30], "sat1": [29, 30, 32], "sat2": [29, 30], "sat3": [29, 30], "sat_geo_spectrum": [17, 32], "sat_rul": [17, 31, 32], "satur": [13, 16, 30, 31, 32, 42], "sauter": 24, "save": 5, "sbc": [29, 30, 42], "sc2004": 42, "scalar": [26, 31, 32], "scalar_saturation_paramet": [17, 32], "scale": [4, 5, 6, 10, 13, 16, 22, 23, 24, 26, 30, 39, 40, 42], "scan": [13, 16], "scatter": 28, "scb": [29, 30, 42], "scenario": [17, 18, 33, 39, 40, 42], "scheme": [5, 13, 22, 38, 39, 40], "schh16": [29, 30, 42], "schl\u00fcter": 26, "schmitz": 42, "schumak": 42, "sci": 42, "scidac": [13, 42], "scienc": 17, "scratch": [3, 11], "screen": 8, "script": 8, "scw": [29, 42], "sdsc": 3, "seamlessli": 13, "search": [30, 32], "second": [4, 24, 26, 28, 39], "section": 26, "see": [4, 5, 9, 18, 22, 26, 29, 30, 32, 33, 39], "seem": 13, "seen": 28, "select": [2, 5, 6, 22], "selector": [5, 6, 23], "self": [5, 6, 13, 24, 30, 32, 39, 42], "selfupd": 2, "send": [9, 41], "sensit": 16, "separ": [13, 16, 25], "seri": [16, 24, 28, 42], "serial": [17, 39], "serv": 28, "set": [0, 2, 4, 5, 8, 13, 21, 22, 26, 28, 30, 31, 32, 39], "setup": [5, 27], "sever": 13, "sevil": 42, "sfiligoi": [3, 41, 42], "sgi": 13, "sh01": [13, 42], "sh98": [26, 34, 42], "shafer": 42, "shafranov": [5, 6, 10, 22, 23, 30], "shall": [9, 19], "shampin": 5, "shan": 42, "shape": [3, 5, 10, 13, 16, 18, 21, 22, 25, 29, 39, 42], "shape_cos0": [6, 10, 17, 18], "shape_cos1": [6, 10, 17, 18], "shape_cos2": [6, 10, 17, 18], "shape_cos3": [6, 10, 17, 18], "shape_s_cos0": [6, 10, 17], "shape_s_cos1": [6, 10, 17], "shape_s_cos2": [6, 10, 17], "shape_s_cos3": [6, 10, 17], "shape_s_sin3": [6, 10, 17], "shape_sin3": [6, 10, 17, 18], "share": [0, 27, 39], "shat_sa": [17, 32], "shear": [5, 6, 10, 13, 16, 17, 23, 24, 26, 29, 30, 32, 42], "shell": 0, "shend": 42, "shift": [6, 10, 13, 17, 23, 29, 30, 31, 32], "shirai": 42, "short": [6, 7, 13, 15, 23, 24, 32, 40], "shorter": 5, "shortfal": [17, 20, 42], "shorthand": 38, "shot": 28, "should": [0, 4, 5, 8, 22, 23, 24, 28, 39], "show": [8, 13, 16, 26, 39], "shown": [10, 13, 16, 23, 28], "shrinkag": 39, "shumak": 42, "shut": 39, "side": 13, "sigma": [24, 38], "sigmar": [22, 24, 39], "sign": [10, 22, 23, 30, 32], "sign_bt": [17, 32], "sign_it": [17, 32], "signal": 39, "signific": [5, 13, 16], "significantli": [13, 16], "silent": 6, "silent_flag": [6, 17, 23, 24], "sim": 38, "sim_model": [17, 23, 24], "simeq": [26, 38], "similar": [13, 26, 28, 42], "simpl": [5, 8, 29, 31, 39], "simpli": 39, "simplif": 34, "simplifi": [13, 30], "simul": [5, 6, 7, 9, 11, 14, 17, 18, 22, 23, 25, 28, 29, 30, 33, 39, 40, 41, 42], "simultan": [13, 16, 39], "sin": [10, 24], "sinc": [13, 21, 28], "sine": 24, "singl": [0, 5, 6, 13, 26, 28, 30, 32], "singular": [5, 13], "size": [4, 6, 13, 16, 40, 41, 42], "sj": 24, "sk10": [9, 42], "sk_": [30, 32], "skw05": [13, 42], "skw07": [3, 9, 11, 13, 29, 30, 42], "slightli": [5, 13, 28], "slow": 16, "slowdown": 13, "slower": 5, "small": [5, 13, 26, 28], "smaller": [5, 13, 14, 16, 39], "smith": 42, "smoooth": 42, "smooth": 38, "snave": 42, "snyder": [13, 42], "so": [5, 6, 13, 16, 19, 22, 25, 27, 28, 30, 33, 38, 39], "soc": 42, "softwar": [9, 13, 19, 27], "solid": 16, "solomon": 42, "solut": [17, 22, 24, 29, 39, 42], "solv": [13, 17, 21, 22, 24, 29, 33, 38, 39], "solver": [3, 11, 17, 21, 22, 33, 42], "some": [11, 13, 17, 23, 28, 34], "sometim": 14, "somewhat": 13, "sonic": [5, 17, 21, 22, 24], "sort": [13, 30, 32], "sound": [3, 7, 13, 16], "sourc": [5, 6, 13, 17, 18, 19, 22, 25, 33, 38, 39, 41], "space": [3, 5, 11, 22, 23, 28, 30, 32, 42], "spain": 42, "span": [5, 13], "spars": 33, "spatial": [13, 16, 22], "speak": 13, "speci": [5, 11, 18, 21, 22, 26, 28, 30, 31, 39, 42], "species1": 22, "specif": [0, 3, 5, 18, 24, 26, 38], "specifi": [5, 18, 22, 23, 25, 39], "spectra": [13, 16, 31, 32], "spectral": [3, 13, 29, 30, 31, 32, 42], "spectral_shift": [17, 32], "spectroscopi": 16, "spectrum": [13, 30, 31, 32], "speed": [3, 5, 6, 7, 22, 24, 26], "spitzer": [22, 23], "spitzer_model": [17, 23], "split": [4, 25], "spot": 16, "spread": 13, "spring": 13, "sqrt": [3, 7, 16, 21, 22, 24], "squar": [5, 6, 10, 16, 18, 22, 23, 30, 32], "src": 8, "sreepathi": 42, "ss": 22, "stabil": [13, 29, 42], "stabl": 13, "staebler": 42, "staff": 13, "stage": 5, "standard": [3, 4, 5, 10, 13, 17, 22, 25, 26, 28, 30, 32, 39], "star": 42, "start": [13, 18, 28, 39], "startup": 39, "state": [13, 33, 38, 42], "statefil": 25, "static": [37, 39], "statist": [7, 13], "statu": 42, "steadi": [13, 33, 38, 42], "steep": 26, "steeper": [3, 11], "step": [4, 5, 13, 17, 27, 38, 39, 40], "stiff": 39, "still": [13, 38], "storag": 42, "store": [30, 32], "strategi": [17, 41], "strength": [10, 22], "stress": [31, 32], "strong": [13, 16, 22, 24, 26], "strongli": [8, 18, 28], "structur": 13, "student": 13, "studi": [13, 17, 26, 28, 42], "subdomin": 13, "subject": [9, 19, 26, 41], "submiss": 13, "submit": 8, "subroutin": [17, 21, 22], "subscript": 26, "substanti": [9, 19], "substitut": 26, "subtl": 26, "success": [0, 13, 16], "successfulli": [13, 16], "sudo": [1, 2], "suffer": 13, "suffici": [4, 18], "sugama": [5, 6, 17, 24, 26, 34, 42], "suggest": [3, 8, 13, 24, 33], "suit": [0, 13], "suitabl": [0, 3, 11, 25], "sum": [18, 26, 31, 32, 38], "sum_": [10, 24], "sum_a": [22, 34], "sum_flux_spectrum": [17, 32], "sum_p": 39, "summar": [13, 34], "summari": [11, 16, 28], "summer": 25, "sung": 42, "supercomput": [13, 42], "support": [13, 39], "suppress": [10, 26, 42], "surfac": [5, 13, 17, 18, 21, 22, 24, 26, 30, 32, 34, 42], "surprisingli": 29, "svpablo": 13, "swck13": [29, 30, 42], "switch": [7, 13, 30], "swnn11": [26, 42], "symbol": [10, 23], "symmetr": [5, 6, 10, 22], "symmetri": 6, "synchrotron": 18, "synopsi": 17, "synthet": [13, 28, 42], "system": [3, 5, 8, 10, 13, 22, 26, 29, 30, 32, 38, 41], "systemat": [13, 28], "t": [5, 7, 8, 10, 13, 16, 24, 26, 28, 30, 32, 34, 38, 41, 42], "t_": [5, 16, 21, 22, 24, 26, 30, 32, 38], "t_0": 16, "t_a": 22, "t_e": [3, 5, 7, 13, 16, 18, 24, 38, 39], "t_i": [13, 26, 38, 39], "ta": [22, 24], "tabl": [5, 14, 17, 22, 26, 29, 30, 31], "tabular": [3, 11, 17, 33], "tag": 7, "taguchi": 24, "tajima": 42, "take": [13, 23, 24], "taken": [16, 28, 38], "talk": [41, 42], "tang": 42, "tardini": 42, "target": [13, 38, 39], "task": [0, 7, 8], "tau": 13, "tau_": [22, 24], "taus_1": [17, 32], "tdg": [29, 42], "te": [4, 18, 22, 42], "te_ad": [17, 23], "team": 42, "tech": 42, "technic": [10, 13, 42], "tem": [13, 29, 30], "temp": [5, 22], "temp_": [6, 17, 23], "temp_1": [5, 22], "temp_2": 22, "temp_3": 22, "temp_para_": [17, 23], "temp_para_1": 22, "temp_para_2": 22, "temp_para_3": 22, "temp_perp_": [17, 23], "temp_perp_1": 22, "temp_perp_2": 22, "temp_perp_3": 22, "temperatur": [3, 5, 6, 13, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "temperature_spectrum": [17, 32], "temperaur": 23, "templat": [0, 8], "ten": 13, "tend": 13, "term": [5, 6, 13, 16, 21, 22, 24, 26, 30, 32, 38], "test": [0, 5, 6, 8, 9, 13, 16, 19, 22, 28], "text": [13, 26, 28, 29, 34, 38], "tftr": 29, "tg": 24, "tglf": [0, 3, 9, 11, 13, 17, 28, 33, 42], "tglf1": 39, "tglf2": 39, "tglf3": 39, "tglf4": 39, "tglf_adiabatic_elec_in": 32, "tglf_alpha_e_in": 32, "tglf_alpha_mach_in": 32, "tglf_alpha_p_in": 32, "tglf_alpha_quench_in": 32, "tglf_alpha_sa_in": 32, "tglf_as_in": 32, "tglf_b_model_sa_in": 32, "tglf_betae_in": 32, "tglf_debye_factor_in": 32, "tglf_debye_in": 32, "tglf_delta_loc_in": 32, "tglf_drmajdx_loc_in": 32, "tglf_drmindx_loc_in": 32, "tglf_dzmajdx_loc_in": 32, "tglf_elec_eflux_out": 32, "tglf_elec_mflux_out": 32, "tglf_elec_pflux_out": 32, "tglf_etg_factor_in": 32, "tglf_filter_in": 32, "tglf_find_width_in": 32, "tglf_ft_model_sa_in": 32, "tglf_gchat_in": 32, "tglf_geometry_flag_in": 32, "tglf_ghat_in": 32, "tglf_gradb_factor_in": 32, "tglf_ibranch_in": [30, 32], "tglf_iflux_in": 32, "tglf_ion1_eflux_out": 32, "tglf_ion1_mflux_out": 32, "tglf_ion1_pflux_out": 32, "tglf_ion2_eflux_out": 32, "tglf_ion2_mflux_out": 32, "tglf_ion2_pflux_out": 32, "tglf_kappa_loc_in": 32, "tglf_kx0_in": 32, "tglf_ky_in": 32, "tglf_kygrid_model_in": 32, "tglf_linsker_factor_in": 32, "tglf_mass_in": 32, "tglf_nbasis_max_in": 32, "tglf_nbasis_min_in": 32, "tglf_new_eikonal_in": [30, 32], "tglf_nky_in": 32, "tglf_nmodes_in": 32, "tglf_ns_in": 32, "tglf_nwidth_in": 32, "tglf_nxgrid_in": 32, "tglf_p_prime_loc_in": 32, "tglf_park_in": 32, "tglf_q_loc_in": 32, "tglf_q_prime_loc_in": 32, "tglf_q_sa_in": 32, "tglf_rlns_in": 32, "tglf_rlts_in": 32, "tglf_rmaj_loc_in": 32, "tglf_rmaj_sa_in": 32, "tglf_rmin_loc_in": 32, "tglf_rmin_sa_in": 32, "tglf_s_delta_loc_in": 32, "tglf_s_kappa_loc_in": 32, "tglf_s_zeta_loc_in": 32, "tglf_sat_rule_in": 32, "tglf_shat_sa_in": 32, "tglf_sign_bt_in": 32, "tglf_sign_it_in": 32, "tglf_taus_in": 32, "tglf_theta0_sa_in": 32, "tglf_theta_trapped_in": 32, "tglf_tm": 32, "tglf_use_bisection_in": 32, "tglf_use_bpar_in": 32, "tglf_use_bper_in": 32, "tglf_use_inboard_detrapped_in": 32, "tglf_use_mhd_rule_in": 32, "tglf_use_transport_model_in": 32, "tglf_vexb_in": 32, "tglf_vexb_shear_in": 32, "tglf_vpar_in": 32, "tglf_vpar_model_in": 32, "tglf_vpar_shear_in": 32, "tglf_vpar_shear_model_in": 32, "tglf_wd_zero_in": 32, "tglf_width_in": 32, "tglf_width_min_in": 32, "tglf_write_wavefunction_flag_in": 32, "tglf_xnu_factor_in": 32, "tglf_xnu_model_in": 32, "tglf_xnue_in": 32, "tglf_xwell_sa_in": 32, "tglf_zeff_in": 32, "tglf_zeta_loc_in": 32, "tglf_zmaj_loc_in": 32, "tglf_zs_in": 32, "tgyro": [9, 17, 18, 24, 27, 42], "tgyro_den_method": [17, 40], "tgyro_den_method0": 39, "tgyro_den_method1": 39, "tgyro_den_method2": 39, "tgyro_den_method3": 39, "tgyro_den_method4": 39, "tgyro_iteration_method": [17, 40], "tgyro_mod": [17, 40], "tgyro_neo_method": [17, 40], "tgyro_relax_iter": [17, 40], "tgyro_rmax": 39, "tgyro_therm_flag": [17, 40], "tgyro_therm_flag1": 39, "tgyro_write_profiles_flag": [17, 40], "than": [4, 5, 13, 26, 30, 32, 38, 39], "thank": 28, "thei": [13, 21], "them": 26, "themselv": 22, "theoret": [17, 34], "theori": [10, 13, 17, 21, 22, 27, 28, 34, 39, 42], "thermal": [13, 16, 18, 22, 24, 26, 39, 40, 42], "thermodiffus": 16, "thermonuclear": 39, "thermostat": 42, "thesi": [13, 16, 42], "theta": [5, 6, 7, 10, 16, 22, 24, 26, 30, 32, 34], "theta0_sa": [17, 32], "theta_0": [5, 41], "theta_i": 5, "theta_j": 24, "theta_r": 10, "theta_trap": [17, 32], "thi": [0, 3, 5, 8, 9, 10, 11, 13, 14, 16, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 38, 39], "thing": 16, "third": [9, 19], "thome": 42, "those": [13, 21, 28], "though": 38, "thousand": [3, 11, 13], "thread": [0, 7], "three": [16, 38], "threed": 22, "threed_exb_dphi0dr": [17, 23], "threed_exb_model": [17, 23], "threed_model": [17, 23], "threshold": [13, 30, 32], "through": [17, 26], "throughout": 26, "thu": [5, 10, 13, 22, 26, 38], "thursdai": 41, "ti": [4, 13, 18, 42], "tild": 31, "tilt": [6, 10, 18], "tim": 29, "time": [3, 4, 5, 10, 13, 14, 16, 22, 24, 26, 27, 28, 30, 32, 33, 38, 41], "timer": 7, "timestamp": 7, "timestep": [4, 5, 13, 41], "tn": 42, "tobia": 28, "togeth": [5, 21], "toggl": [5, 6, 39, 40], "tokamak": [10, 13, 26, 28, 29, 42], "told": 42, "toler": [4, 5, 6], "tool": [2, 4, 13, 18, 21, 25, 27, 28, 42], "top": [0, 30, 32], "topic": [9, 16, 28, 42], "tor": [10, 28, 30, 32], "torodi": 22, "toroid": [3, 5, 10, 13, 16, 18, 22, 23, 24, 26, 30, 31, 32, 42], "torqu": [18, 26], "tort": 19, "toru": [5, 22], "tot": [37, 39], "total": [0, 18, 22, 24, 31, 38, 39], "toward": [3, 11, 13], "transform": [24, 39], "transit": 13, "transp": 25, "transport": [3, 5, 9, 10, 11, 17, 19, 22, 25, 26, 28, 29, 32, 38, 39, 42], "transvers": [30, 32], "trap": [4, 13, 16, 26, 29, 30, 32, 42], "trap_grid": 28, "trapezoid": 38, "treat": [3, 5, 13, 21, 22, 26, 30], "treatment": [10, 42], "triangular": [5, 6, 10, 18, 22, 23, 30, 32], "trigger": [5, 13], "true": [13, 26, 30, 32, 38], "truli": 16, "truncat": 38, "truth": 13, "tsujii": 42, "tube": [13, 16], "tur": 34, "turb": 38, "turbul": [3, 11, 13, 19, 26, 28, 34, 38, 42], "turco": 42, "tutori": 28, "two": [3, 16, 28, 30, 32, 38, 42], "tynan": 42, "type": [0, 8, 18, 30, 31, 32], "typic": [5, 10, 13, 22, 25], "u": [6, 9, 13, 24, 26, 30, 42], "u_": [24, 26], "ubuntu": 0, "ucsd": 13, "udsymmetry_flag": 6, "uk": 42, "uncertainti": [13, 16], "unchang": [5, 13, 39], "under": [13, 26], "underestim": 16, "underli": [13, 26], "underpredict": [13, 16], "understand": [3, 11, 34], "unequ": 39, "unifi": 17, "unimport": [5, 14], "uniqu": [25, 38], "unit": [3, 4, 5, 7, 10, 17, 18, 21, 22, 24, 31, 32, 34], "uniti": 39, "units_in": 32, "univ": 16, "univers": [13, 42], "unless": 28, "unlik": [5, 33], "unperturb": 16, "unphys": 30, "unpublish": 13, "unsolv": 13, "unstabl": [5, 13, 30, 32], "unsubstanti": 13, "until": 13, "up": [0, 6, 16, 18, 21, 24, 28, 30, 32], "up_alpha": 6, "up_radi": 6, "up_theta": 6, "updat": [5, 6, 9, 28, 38, 40], "upgrad": 42, "upon": 13, "upper": 22, "upshift": 13, "upwind": [5, 6, 42], "upwind_single_flag": 6, "urban": 17, "urg": 28, "url": [12, 42], "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 33, 38, 39, 41, 42], "usag": [5, 7], "use_bisect": [17, 32], "use_bp": [17, 32], "use_bpar": [17, 32], "use_inboard_detrap": [17, 32], "use_lock": 0, "use_mhd_rul": [17, 32], "use_thread": 0, "use_transport_model": [17, 32], "user": [0, 3, 5, 17, 19, 30, 32, 33, 42], "usernam": 9, "usual": [5, 26], "util": 13, "v": [2, 21, 22, 23, 24, 26, 28, 34, 38, 42], "v_": [22, 24, 26, 30, 32], "v_a": 7, "v_i": 5, "valid": [11, 13, 17, 24, 26, 28, 42], "valu": [4, 5, 7, 13, 14, 16, 22, 23, 24, 28, 30, 32, 39, 42], "van": 42, "vanish": 13, "varepsilon": 22, "varepsilon_": [5, 24], "vari": [13, 16, 26], "variabl": [13, 17, 34, 38], "variant": [13, 38], "variat": [3, 11, 13, 24, 38, 39], "variou": [7, 13, 21, 28], "varphi": [5, 10, 22, 24, 26, 34], "vathd": [13, 42], "vector": [7, 13, 22, 24, 38], "veloc": [3, 5, 6, 18, 21, 22, 23, 26, 28, 30, 31, 32, 41, 42], "velocity_ord": 6, "veri": [5, 8, 16], "verif": [11, 13, 17, 28, 42], "verifi": [13, 16], "verner": 5, "version": [7, 9, 28, 30, 39], "versu": [7, 16, 41], "vertic": 16, "vetter": [13, 42], "vexb": [17, 32], "vexb_shear": [17, 32], "via": [10, 13, 16, 17, 22, 23, 42], "view": [5, 13, 22], "virtual": 41, "visual": 41, "vol": [24, 42], "voltag": 13, "volum": [34, 38], "vpar": [30, 32], "vpar_1": [17, 32], "vpar_model": [17, 32], "vpar_shear_1": [17, 32], "vpar_shear_model": [17, 32], "vpol": 18, "vtor": 18, "w": [8, 24, 27, 34, 42], "w_a": 34, "wa": [0, 3, 10, 11, 13, 16, 21, 25, 26, 33, 38], "wabc06": [13, 42], "wai": [26, 38], "wal05": [13, 42], "wall": [18, 27, 34], "waltz": [4, 12, 13, 42], "wan": 42, "warranti": 19, "wast": 13, "watanab": 42, "wathd": [13, 42], "wave": [13, 16, 30, 42], "wavelength": [5, 13, 26], "wavenumb": [3, 4, 5, 6, 11], "wc05": [13, 42], "wcc": [13, 42], "wcf07": [13, 42], "wch": [13, 42], "wcp06": [13, 42], "wcr02": [13, 42], "wd_zero": [17, 32], "we": [0, 4, 5, 7, 10, 11, 13, 16, 22, 24, 26, 27, 28, 29, 33, 34, 38], "weak": [5, 38], "weaker": 13, "weber": 18, "weight": [7, 29, 30, 31, 32], "welcom": [9, 19, 28], "well": [13, 16, 21, 26, 28, 30, 32], "were": [13, 16, 29], "wh08": [13, 42], "what": [0, 4, 6, 8, 13, 18], "whatsoev": 13, "when": [0, 3, 4, 5, 11, 13, 21, 22, 24, 30, 31, 32, 38, 39], "where": [3, 4, 5, 10, 11, 13, 16, 22, 24, 26, 29, 30, 34, 38, 39], "wherea": [4, 10, 13, 26], "wherev": 13, "whether": [13, 19, 22, 23], "which": [3, 4, 5, 10, 11, 13, 16, 22, 25, 26, 28, 29, 31, 32, 38, 39], "while": [16, 22, 28, 38, 39], "white": [28, 42], "whiteros": 42, "who": 26, "whom": 19, "why": [4, 13], "wide": [13, 16, 21], "widehat": 38, "width": [13, 17], "width_min": [17, 32], "wiki": 13, "william": 42, "winter": 13, "within": [13, 16], "without": [16, 19, 26, 38], "wkm94": [13, 42], "wkmh95": [13, 42], "wolf": 42, "wong": [22, 26, 42], "word": 10, "work": [4, 13, 16, 17, 26, 28, 30, 41], "worker": 13, "workshop": [17, 20], "worldwid": 13, "worlei": [13, 42], "would": [5, 8, 10, 38], "write": [8, 26, 34, 39, 40], "write_wavefunction_flag": [17, 32], "written": [5, 13, 16, 22, 24, 38, 39], "wrote": 4, "ws08": [13, 42], "wsch07": [13, 42], "wsd": [13, 42], "wsm": [13, 28, 42], "wukitch": 42, "www": 2, "x": [30, 32, 34, 38, 42], "x1": [13, 42], "x_": 24, "x_a": [22, 24], "xcode": 2, "xd1": [13, 42], "xi": [5, 6, 22, 23, 24], "xi_i": 5, "xnu_factor": [17, 32], "xnu_model": [17, 32], "xnue": [17, 32], "xquartz": 2, "xt3": [13, 42], "xwell_sa": [17, 32], "y": [30, 32, 34, 42], "yann": 28, "year": [11, 13, 28], "yearli": 17, "yield": 13, "york": 42, "you": [0, 4, 8, 17, 30], "your": [8, 9, 17, 41], "z": [10, 22, 34, 38, 39, 42], "z0": 22, "z_": [6, 17, 18, 23, 24, 30, 32, 38, 39], "z_0": [5, 10, 18, 22], "z_1": [5, 22], "z_2": [5, 22], "z_3": [5, 22], "z_a": 26, "z_c": 16, "z_e": 38, "z_eff": 18, "z_i": 38, "zeeland": 42, "zeff": [17, 32], "zeng": 42, "zero": [5, 13, 22, 30, 32, 39], "zeroth": [22, 24, 26, 39], "zeta": [6, 10, 17, 18, 23, 30, 32], "zeta_loc": [17, 32], "zf": 30, "zf_test_mod": 6, "zhang": 42, "zhu": 42, "zmag": [6, 10, 18], "zmag_over_a": [10, 17, 23], "zmaj_loc": [17, 32], "zonal": [5, 6, 13, 30, 42], "zoom": 41, "zs_1": [17, 32], "\u03b1": 42}, "titles": ["Build on your laptop", "Ubuntu/Mint", "OSX Sonoma", "CGYRO", "FAQ", "Alphabetical list for input.cgyro", "Tabular list for input.cgyro", "CGYRO output files", "Running Cases", "Download and user agreement", "FLUX-SURFACE GEOMETRY", "GYRO", "Gallery of classic GYRO images (circa 2003)", "Gyrokinetic Simulation in the 2000s", "Alphabetical list for input.gyro", "Tabular list for input.gyro", "GYRO verification and validation (pre 2010)", "The General Atomics GACODE Suite", "input.gacode", "GACODE License", "Miscellaneous", "NEO", "Alphabetical list for input.neo", "Parameters for input.neo", "NEO Output Files", "profiles_gen", "PLASMA ROTATION THEORY", "Prebuilt Environments", "DIII-D L-mode shortfall", "TGLF", "Alphabetical list for input.tglf", "Alphabetical list for out.tglf files", "Table of inputs and outputs", "TGYRO", "Equations solved in TGYRO", "OUTPUT", "PLOT", "Scenarios and connection to energy sources", "TGYRO solver algorithm", "input.tgyro Alphabetical List", "input.tgyro Tabular List", "CGYRO Workshop 2022", "References"], "titleterms": {"": [5, 32], "2000": 13, "2001": 16, "2002": 13, "2003": [12, 13], "2004": [13, 16], "2005": 13, "2006": [13, 16], "2007": 13, "2008": 13, "2009": [13, 16], "2010": 16, "2013": 28, "2022": 41, "25": 28, "A": 13, "BES": 16, "The": [13, 17, 26], "_scale": 22, "abstract": 16, "access": 9, "acknowledg": 28, "ad": 28, "adiabat": 16, "adiabatic_elec": 30, "advanc": 6, "against": 29, "agenda": 41, "agreement": 9, "algorithm": 38, "alpha": 32, "alpha_": 30, "alpha_mach": 30, "alpha_p": 30, "alpha_quench": 30, "alpha_sa": 30, "alpha_zf": 30, "alphabet": [5, 14, 22, 30, 31, 39], "amp": 5, "amp0": 5, "amp_phi_n": 14, "aniso_model_": 22, "anomal": 16, "appropri": [9, 42], "ar": 13, "as_1": 30, "ask": 3, "atom": 17, "b_model_sa": 30, "balanc": 26, "base": 16, "basi": 26, "batch": 8, "benchmark": 28, "beta": 30, "beta_star": 22, "beta_star_scal": 5, "betae_unit": 5, "betae_unit_scal": 5, "bound": 10, "box": 10, "box_siz": 5, "brief": 3, "btccw": [5, 22], "build": 0, "c": 16, "can": 13, "case": [3, 8, 16], "cer": 16, "cgyro": [3, 5, 6, 7, 41], "chang": 32, "circa": 12, "classic": 12, "code": [0, 3, 9, 13, 17, 28], "coeffici": 16, "collis": 6, "collision_ene_diffus": 5, "collision_ene_restor": 5, "collision_field_model": 5, "collision_kperp": 5, "collision_model": [5, 22], "collision_mom_restor": 5, "collision_precision_mod": 5, "command": 8, "comment": 38, "common": 7, "comparison": 16, "compression": 16, "comput": [13, 38], "concept": 0, "connect": [26, 34, 37], "consider": 26, "consist": 26, "control": [6, 15, 32, 40], "coordin": 10, "correctli": 13, "cpu": 27, "cross": 28, "cyclon": 16, "d": [16, 28], "data": [3, 7, 16, 21, 26, 29, 33], "deby": 30, "debye_factor": 30, "delta": [5, 22], "delta_loc": 30, "delta_t": 5, "delta_t_method": 5, "dens_": [5, 22], "densiti": 34, "density_spectrum": 31, "depend": [7, 23], "descript": [3, 24], "design": 13, "detail": 24, "diagnost": 16, "differ": 13, "diii": [16, 28], "discret": 38, "dissip": 6, "dlnndr_": [5, 22], "dlnndre_ad": 22, "dlntdr_": [5, 22], "dlntdr_para_": 22, "dlntdr_perp_": 22, "dlntdre_ad": 22, "doppler": 16, "download": 9, "dphi0dr": 22, "dramat": 13, "drmajdx_loc": 30, "drmindx_loc": 30, "dzmag": 5, "dzmajdx_loc": 30, "e_max": 5, "effect": [10, 13, 23], "eigenvalue_spectrum": 31, "electromagnet": 16, "electron": 16, "energet": 16, "energi": [34, 37], "environ": [0, 27], "epar0": 22, "epar0_spitz": 22, "equat": [33, 34], "equil": 24, "equilibria": 10, "equilibrium": [17, 23], "equilibrium_model": [5, 22], "error_tol": 5, "etg_factor": 30, "eulerian": 13, "exampl": 8, "exp_norm": 24, "experiment": [24, 26, 28, 29], "extra": 23, "f": 24, "faq": 4, "fast": 16, "feedback": 40, "field": [6, 10], "field_print_flag": 5, "field_spectrum": 31, "file": [0, 6, 7, 18, 24, 31, 32], "filter": 30, "find_width": 30, "first": 0, "flux": [10, 34], "forc": 26, "formal": 26, "formul": 38, "freq_tol": 5, "frequent": 3, "from": 13, "ft_model_sa": 30, "full": 13, "futur": 3, "ga": 27, "gacod": [17, 18, 19], "galleri": 12, "gamma_": 5, "gamma_e_scal": 5, "gamma_p": 5, "gamma_p_scal": 5, "gaussian": 32, "gchat": 30, "gener": [17, 23], "geo_ni": 22, "geo_yin": 22, "geometri": [6, 10, 17, 23, 32], "geometry_flag": 30, "gflux_print_flag": 5, "ghat": 30, "gkw": 28, "global": [6, 13, 16], "gpu": 27, "gpu_bigmem_flag": 5, "gradb_factor": 30, "gradient": 16, "grid": [24, 38], "gyro": [11, 12, 14, 15, 16, 28], "gyrobohm": 13, "gyrokinet": [13, 16], "h_print_flag": 5, "have": 13, "high": 40, "histori": [13, 25], "ibranch": 30, "iflux": 30, "imag": [3, 12], "impur": 16, "inadequ": 13, "independ": 7, "input": [3, 5, 6, 14, 15, 18, 21, 22, 23, 26, 30, 32, 33, 39, 40], "intensity_spectrum": 31, "interfac": [23, 33], "ipccw": [5, 22], "iter": 40, "jacobian": 38, "jan": 28, "kappa": [5, 22], "kappa_loc": 30, "kei": 28, "kx0_loc": 30, "ky": [5, 30], "kygrid_model": 30, "l": 28, "lambda_deby": 5, "lambda_debye_scal": 5, "laptop": 0, "legend": 13, "level": 40, "licens": 19, "limit": [13, 16], "line": 8, "link": [11, 21, 29, 33], "linsker_factor": 30, "list": [5, 6, 14, 15, 22, 30, 31, 39, 40], "loc_betae_scal": 39, "loc_dx": 39, "loc_dx_max": 39, "loc_er_feedback_flag": 39, "loc_evolve_grad_only_flag": 39, "loc_he_feedback_flag": 39, "loc_lock_profile_flag": 39, "loc_relax": 39, "loc_residual_method": 39, "loc_restart_flag": 39, "loc_scenario": 39, "loc_te_feedback_flag": 39, "loc_ti_feedback_flag": 39, "local": [13, 16], "mach": 5, "mach_scal": 5, "magnet": 10, "mass_": [5, 22], "mass_1": 30, "match": 16, "max_tim": 5, "method": 10, "miller": 32, "mint": 1, "miscellan": 20, "mod": 16, "mode": 28, "model": [23, 29], "moment_print_flag": 5, "momentum": 34, "mpi_rank_ord": 5, "n": 30, "n_energi": [5, 22], "n_field": 5, "n_global": 5, "n_radial": [5, 22], "n_speci": [5, 22], "n_theta": [5, 22], "n_toroid": 5, "n_xi": [5, 22], "nbasis_max": 30, "nbasis_min": 30, "ne_ad": 22, "necessari": 13, "neo": [21, 22, 23, 24], "nersc": 27, "new_eikon": 30, "nky": 30, "nmode": 30, "nonaxisymmetr": 23, "nonlinear": 13, "nonlinear_flag": 5, "normal": [3, 7, 21], "nsts_crossphase_spectrum": 31, "nu_1": 22, "nu_e": 5, "nu_glob": 5, "numer": [6, 23], "nup_alpha": 5, "nup_radi": 5, "nup_theta": 5, "nwidth": 30, "nxgrid": 30, "omega": 27, "omega_rot": 22, "omega_rot_deriv": 22, "openbla": 0, "orient": 10, "osx": 2, "out": [24, 31], "output": [3, 6, 7, 21, 24, 32, 33, 35], "overview": [11, 18, 25, 28, 29, 33], "own": 32, "p_prime_loc": 30, "parallel": 13, "paramet": [6, 10, 15, 23, 26, 32, 40], "park": 30, "particl": 16, "past": 3, "pci": 16, "perlmutt": 27, "perspect": 13, "perturb": 16, "phi": 24, "physic": [6, 17, 23, 26, 40], "plasma": [6, 17, 23, 26], "platform": 0, "plot": [3, 33, 36], "power": 34, "pre": 16, "prebuilt": 27, "prehistori": 13, "present": 28, "print_step": 5, "profil": [17, 23, 24, 26, 28, 40], "profile_dlnndr_": 22, "profile_dlntdr_": 22, "profile_equilibrium_model": 22, "profile_erad0_model": 22, "profile_model": [5, 22], "profiles_gen": 25, "public": [13, 28], "px0": 5, "python": 33, "q": [5, 22], "q_loc": 30, "q_prime_loc": 30, "q_sa": 30, "ql_flux_spectrum": 31, "quasineutral_flag": 5, "question": 3, "quick": [8, 11, 21, 29, 33], "refer": [9, 29, 42], "reflectomet": 16, "regard": 38, "relat": 6, "repositori": 9, "resolut": [6, 13, 23], "restart": 7, "restart_step": 5, "result": [16, 28], "rho_star": 22, "risk": 32, "rlns_1": 30, "rlts_1": 30, "rmaj": 5, "rmaj_loc": 30, "rmaj_over_a": 22, "rmaj_sa": 30, "rmin": 5, "rmin_loc": 30, "rmin_over_a": 22, "rmin_over_a_2": 22, "rmin_sa": 30, "rotat": [6, 17, 23, 24, 26], "rotation_model": [5, 22], "run": [3, 8, 17], "s_delta": [5, 22], "s_delta_loc": 30, "s_kappa": [5, 22], "s_kappa_loc": 30, "s_zeta": [5, 22], "s_zeta_loc": 30, "s_zmag": 22, "sat_geo_spectrum": 31, "sat_rul": 30, "satur": 29, "scalar_saturation_paramet": 31, "scenario": 37, "scienc": 13, "shape": 6, "shape_cos0": [5, 22], "shape_cos1": [5, 22], "shape_cos2": [5, 22], "shape_cos3": [5, 22], "shape_s_cos0": [5, 22], "shape_s_cos1": [5, 22], "shape_s_cos2": [5, 22], "shape_s_cos3": [5, 22], "shape_s_sin3": [5, 22], "shape_sin3": [5, 22], "shat_sa": 30, "shear": 22, "shift": [5, 22], "shortfal": 28, "sign_bt": 30, "sign_it": 30, "silent_flag": [5, 22], "sim_model": 22, "simul": [3, 13, 16], "softwar": 17, "solut": [33, 38], "solv": 34, "solver": 38, "some": 38, "sonic": 26, "sonoma": 2, "sourc": [0, 3, 9, 34, 37], "space": 13, "speci": [6, 23, 24, 32, 40], "spectral": 6, "spectral_shift": 31, "spitzer_model": 22, "standard": 24, "start": 8, "step": [0, 6], "strategi": 38, "structur": 18, "studi": 16, "submiss": 8, "subroutin": [23, 24], "suit": 17, "sum_flux_spectrum": 31, "supercomput": 16, "supra": 16, "surfac": 10, "sweep": 16, "synopsi": 13, "synthet": 16, "tabl": [10, 32], "tabular": [6, 15, 40], "taus_1": 30, "te_ad": 22, "temp_": [5, 22], "temp_para_": 22, "temp_perp_": 22, "temperatur": 16, "temperature_spectrum": 31, "tglf": [29, 30, 31, 32], "tgyro": [33, 34, 38, 39, 40], "tgyro_den_method": 39, "tgyro_iteration_method": 39, "tgyro_mod": 39, "tgyro_neo_method": 39, "tgyro_relax_iter": 39, "tgyro_therm_flag": 39, "tgyro_write_profiles_flag": 39, "theoret": 26, "theori": [24, 26], "theory_nclass": 24, "theta0_sa": 30, "theta_plot": 5, "theta_trap": 30, "threed_exb_dphi0dr": 22, "threed_exb_model": 22, "threed_model": 22, "time": [6, 7], "tokamak": 16, "tore": 16, "toroidals_per_proc": 5, "toru": 13, "transport": [13, 16, 24, 33, 34], "transport_exp": 24, "transport_flux": 24, "transport_gv": 24, "turbul": 16, "ubuntu": 1, "udsymmetry_flag": 5, "ul1": 13, "ul2": 13, "ul3": 13, "ul4": 13, "unit": [30, 38], "up_alpha": 5, "up_radi": 5, "up_theta": 5, "upwind_single_flag": 5, "urban": 13, "usag": 8, "use_bisect": 30, "use_bp": 30, "use_bpar": 30, "use_inboard_detrap": 30, "use_mhd_rul": 30, "use_transport_model": 30, "user": [9, 13], "valid": [16, 29], "variabl": 0, "vector": 32, "vel": 24, "vel_fouri": 24, "veloc": 13, "velocity_ord": 5, "verif": 16, "vexb": 30, "vexb_shear": 30, "vpar_1": 30, "vpar_model": 30, "vpar_shear_1": 30, "vpar_shear_model": 30, "wd_zero": 30, "width": [30, 32], "width_min": 30, "workshop": 41, "write_wavefunction_flag": 30, "xnu_factor": 30, "xnu_model": 30, "xnue": 30, "xwell_sa": 30, "yearli": 13, "your": [0, 32], "z_": [5, 22], "z_eff": 5, "z_eff_method": 5, "zeff": 30, "zeta": [5, 22], "zeta_loc": 30, "zf_test_mod": 5, "zmag": 5, "zmag_over_a": 22, "zmaj_loc": 30, "zs_1": 30}}) \ No newline at end of file +Search.setIndex({"alltitles": {"2002": [[13, "id20"]], "2003": [[13, "id22"]], "2004": [[13, "id25"]], "2005": [[13, "id33"]], "2006": [[13, "id40"]], "2007": [[13, "id49"]], "2008": [[13, "id59"]], "2009": [[13, "id63"]], "A Computational Science and User Perspective": [[13, "a-computational-science-and-user-perspective"]], "ADIABATIC_ELEC": [[30, "adiabatic-elec"]], "AGENDA": [[41, "agenda"]], "ALPHA_E": [[30, "alpha-e"]], "ALPHA_MACH": [[30, "alpha-mach"]], "ALPHA_P": [[30, "alpha-p"]], "ALPHA_QUENCH": [[30, "alpha-quench"]], "ALPHA_SA": [[30, "alpha-sa"]], "ALPHA_ZF": [[30, "alpha-zf"]], "AMP": [[5, "amp"]], "AMP0": [[5, "amp0"]], "AMP_PHI_N": [[14, "amp-phi-n"]], "ANISO_MODEL_*": [[22, "aniso-model"]], "AS_1": [[30, "as-1"]], "Acknowledgments": [[28, "acknowledgments"]], "Advanced shape parameters": [[6, "id2"]], "Alphabetical list for input.cgyro": [[5, null]], "Alphabetical list for input.gyro": [[14, null]], "Alphabetical list for input.neo": [[22, null]], "Alphabetical list for input.tglf": [[30, null]], "Alphabetical list for out.tglf files": [[31, null]], "Anomalous Transport in the DIII-D Tokamak Matched by Supercomputer Simulation": [[16, "anomalous-transport-in-the-diii-d-tokamak-matched-by-supercomputer-simulation"]], "Appropriate References": [[9, "id6"], [42, "id144"]], "BETAE": [[30, "betae"]], "BETAE_UNIT": [[5, "betae-unit"]], "BETAE_UNIT_SCALE": [[5, "betae-unit-scale"]], "BETA_STAR": [[22, "beta-star"]], "BETA_STAR_SCALE": [[5, "beta-star-scale"]], "BOX_SIZE": [[5, "box-size"]], "BTCCW": [[5, "btccw"], [22, "btccw"]], "B_MODEL_SA": [[30, "b-model-sa"]], "Batch submission": [[8, "batch-submission"]], "Bounding-box method": [[10, "bounding-box-method"]], "Brief description": [[3, "brief-description"]], "Build on your laptop": [[0, null]], "Building": [[0, "building"]], "CGYRO": [[3, null]], "CGYRO Normalization": [[3, "id8"]], "CGYRO Workshop 2022": [[41, null]], "CGYRO output files": [[7, null]], "COLLISION_ENE_DIFFUSION": [[5, "collision-ene-diffusion"]], "COLLISION_ENE_RESTORE": [[5, "collision-ene-restore"]], "COLLISION_FIELD_MODEL": [[5, "collision-field-model"]], "COLLISION_KPERP": [[5, "collision-kperp"]], "COLLISION_MODEL": [[5, "collision-model"], [22, "collision-model"]], "COLLISION_MOM_RESTORE": [[5, "collision-mom-restore"]], "COLLISION_PRECISION_MODE": [[5, "collision-precision-mode"]], "Change-at-your-own-risk parameters": [[32, "id6"]], "Codes": [[17, null]], "Collisions": [[6, "id9"]], "Command-line usage": [[8, "command-line-usage"]], "Common time-dependent output": [[7, "id2"]], "Comparison of GYRO simulations with fast-sweeping and Doppler reflectometer data in Tore Supra": [[16, "comparison-of-gyro-simulations-with-fast-sweeping-and-doppler-reflectometer-data-in-tore-supra"]], "Comparison of GYRO synthetic diagnostic results with C-Mod PCI data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-c-mod-pci-data"]], "Comparison of GYRO synthetic diagnostic results with DIII-D BES and CER data": [[16, "comparison-of-gyro-synthetic-diagnostic-results-with-diii-d-bes-and-cer-data"]], "Compressional Electromagnetic Perturbations (2010)": [[16, "compressional-electromagnetic-perturbations-2010"]], "Computation of the Jacobian": [[38, "computation-of-the-jacobian"]], "Concept of platform files": [[0, "concept-of-platform-files"]], "Connection of Fluxes to Powers": [[34, "connection-of-fluxes-to-powers"]], "Connection to experimental data": [[26, "connection-to-experimental-data"]], "Consistency with force balance": [[26, "consistency-with-force-balance"]], "Control": [[32, "id1"]], "Control parameters": [[6, "id3"], [15, "id1"]], "Coordinates": [[10, "coordinates"]], "Cross-code benchmarking results": [[28, "cross-code-benchmarking-results"]], "Cyclone Base Case with Adiabatic Electrons (2001)": [[16, "cyclone-base-case-with-adiabatic-electrons-2001"]], "DEBYE": [[30, "debye"]], "DEBYE_FACTOR": [[30, "debye-factor"]], "DELTA": [[5, "delta"], [22, "delta"]], "DELTA_LOC": [[30, "delta-loc"]], "DELTA_T": [[5, "delta-t"]], "DELTA_T_METHOD": [[5, "delta-t-method"]], "DENS_*": [[5, "dens"], [22, "dens"]], "DIII-D L-mode shortfall": [[28, null]], "DLNNDRE_ADE": [[22, "dlnndre-ade"]], "DLNNDR_*": [[5, "dlnndr"], [22, "dlnndr"]], "DLNTDRE_ADE": [[22, "dlntdre-ade"]], "DLNTDR_*": [[5, "dlntdr"], [22, "dlntdr"]], "DLNTDR_PARA_*": [[22, "dlntdr-para"]], "DLNTDR_PERP_*": [[22, "dlntdr-perp"]], "DPHI0DR": [[22, "dphi0dr"]], "DRMAJDX_LOC": [[30, "drmajdx-loc"]], "DRMINDX_LOC": [[30, "drmindx-loc"]], "DZMAG": [[5, "dzmag"]], "DZMAJDX_LOC": [[30, "dzmajdx-loc"]], "Data input": [[3, "data-input"], [21, "data-input"], [33, "data-input"]], "Data output": [[21, "data-output"]], "Data output and plotting": [[3, "data-output-and-plotting"]], "Data output, python interface, and plotting": [[33, "data-output-python-interface-and-plotting"]], "Density Transport": [[34, "density-transport"]], "Density fluxes and sources": [[34, "id2"]], "Design History": [[13, "design-history"]], "Detailed description of NEO output files": [[24, "detailed-description-of-neo-output-files"]], "Download and user agreement": [[9, null]], "EPAR0": [[22, "epar0"]], "EPAR0_SPITZER": [[22, "epar0-spitzer"]], "EQUILIBRIUM_MODEL": [[5, "equilibrium-model"], [22, "equilibrium-model"]], "ERROR_TOL": [[5, "error-tol"]], "ETG_FACTOR": [[30, "etg-factor"]], "EXPERIMENTAL profiles": [[28, "experimental-profiles"]], "E_MAX": [[5, "e-max"]], "Effective field": [[10, "effective-field"]], "Electron Temperature Gradient Turbulence (2006)": [[16, "electron-temperature-gradient-turbulence-2006"]], "Energetic particle transport coefficients (2009)": [[16, "energetic-particle-transport-coefficients-2009"]], "Energy Transport": [[34, "energy-transport"]], "Energy fluxes and sources": [[34, "id3"]], "Environment variables": [[0, "environment-variables"]], "Equations solved in TGYRO": [[34, null]], "Equilibria": [[10, "equilibria"]], "Equilibrium and Profiles": [[17, "equilibrium-and-profiles"]], "Experimental profiles output files": [[24, "experimental-profiles-output-files"]], "Extra subroutine interface parameters": [[23, "extra-subroutine-interface-parameters"]], "FAQ": [[4, null]], "FIELD_PRINT_FLAG": [[5, "field-print-flag"]], "FILTER": [[30, "filter"]], "FIND_WIDTH": [[30, "find-width"]], "FLUX-SURFACE GEOMETRY": [[10, null]], "FREQ_TOL": [[5, "freq-tol"]], "FT_MODEL_SA": [[30, "ft-model-sa"]], "Fields": [[6, "id4"]], "File structure": [[18, "id3"]], "First step": [[0, "first-step"]], "Formulation": [[38, "formulation"]], "Formulation on a discrete grid": [[38, "formulation-on-a-discrete-grid"]], "Frequently Asked Questions": [[3, "frequently-asked-questions"]], "GA OMEGA": [[27, "ga-omega"]], "GACODE License": [[19, null]], "GAMMA_E": [[5, "gamma-e"]], "GAMMA_E_SCALE": [[5, "gamma-e-scale"]], "GAMMA_P": [[5, "gamma-p"]], "GAMMA_P_SCALE": [[5, "gamma-p-scale"]], "GCHAT": [[30, "gchat"]], "GEOMETRY_FLAG": [[30, "geometry-flag"]], "GEO_NY": [[22, "geo-ny"]], "GEO_YIN": [[22, "geo-yin"]], "GFLUX_PRINT_FLAG": [[5, "gflux-print-flag"]], "GHAT": [[30, "ghat"]], "GKW results (added 25-jan-2013)": [[28, "gkw-results-added-25-jan-2013"]], "GPU_BIGMEM_FLAG": [[5, "gpu-bigmem-flag"]], "GRADB_FACTOR": [[30, "gradb-factor"]], "GYRO": [[11, null]], "GYRO Validation Abstracts": [[16, "gyro-validation-abstracts"]], "GYRO results": [[28, "gyro-results"]], "GYRO verification and validation (pre 2010)": [[16, null]], "Gallery of classic GYRO images (circa 2003)": [[12, null]], "Gaussian width parameters": [[32, "id3"]], "General models": [[23, "id3"]], "Geometry": [[17, "geometry"]], "Global-spectral parameters": [[6, "id11"]], "Gyrokinetic Simulation in the 2000s": [[13, null]], "Gyrokinetic Simulation of Impurities (2004)": [[16, "gyrokinetic-simulation-of-impurities-2004"]], "H_PRINT_FLAG": [[5, "h-print-flag"]], "High-level control": [[40, "id1"]], "History and Overview": [[25, "history-and-overview"]], "IBRANCH": [[30, "ibranch"]], "IFLUX": [[30, "iflux"]], "IPCCW": [[5, "ipccw"], [22, "ipccw"]], "Input parameters": [[26, "input-parameters"]], "Iteration control": [[40, "id2"]], "KAPPA": [[5, "kappa"], [22, "kappa"]], "KAPPA_LOC": [[30, "kappa-loc"]], "KX0_LOC": [[30, "kx0-loc"]], "KY": [[5, "ky"], [30, "ky"]], "KYGRID_MODEL": [[30, "kygrid-model"]], "Key publications and presentations": [[28, "key-publications-and-presentations"]], "LAMBDA_DEBYE": [[5, "lambda-debye"]], "LAMBDA_DEBYE_SCALE": [[5, "lambda-debye-scale"]], "LINSKER_FACTOR": [[30, "linsker-factor"]], "LOC_BETAE_SCALE": [[39, "loc-betae-scale"]], "LOC_DX": [[39, "loc-dx"]], "LOC_DX_MAX": [[39, "loc-dx-max"]], "LOC_ER_FEEDBACK_FLAG": [[39, "loc-er-feedback-flag"]], "LOC_EVOLVE_GRAD_ONLY_FLAG": [[39, "loc-evolve-grad-only-flag"]], "LOC_HE_FEEDBACK_FLAG": [[39, "loc-he-feedback-flag"]], "LOC_LOCK_PROFILE_FLAG": [[39, "loc-lock-profile-flag"]], "LOC_RELAX": [[39, "loc-relax"]], "LOC_RESIDUAL_METHOD": [[39, "loc-residual-method"]], "LOC_RESTART_FLAG": [[39, "loc-restart-flag"]], "LOC_SCENARIO": [[39, "loc-scenario"]], "LOC_TE_FEEDBACK_FLAG": [[39, "loc-te-feedback-flag"]], "LOC_TI_FEEDBACK_FLAG": [[39, "loc-ti-feedback-flag"]], "Local limit of Global Simulations (2004)": [[16, "local-limit-of-global-simulations-2004"]], "MACH": [[5, "mach"]], "MACH_SCALE": [[5, "mach-scale"]], "MASS_*": [[5, "mass"], [22, "mass"]], "MASS_1": [[30, "mass-1"]], "MAX_TIME": [[5, "max-time"]], "MOMENT_PRINT_FLAG": [[5, "moment-print-flag"]], "MPI_RANK_ORDER": [[5, "mpi-rank-order"]], "Magnetic field orientation": [[10, "magnetic-field-orientation"]], "Miller geometry parameters": [[32, "id4"]], "Miscellaneous": [[20, null]], "Momentum Transport": [[34, "momentum-transport"]], "Momentum fluxes and sources": [[34, "id4"]], "NBASIS_MAX": [[30, "nbasis-max"]], "NBASIS_MIN": [[30, "nbasis-min"]], "NEO": [[21, null]], "NEO Output Files": [[24, null]], "NERSC PERLMUTTER (CPU)": [[27, "nersc-perlmutter-cpu"]], "NERSC PERLMUTTER (GPU)": [[27, "nersc-perlmutter-gpu"]], "NEW_EIKONAL": [[30, "new-eikonal"]], "NE_ADE": [[22, "ne-ade"]], "NKY": [[30, "nky"]], "NMODES": [[30, "nmodes"]], "NONLINEAR_FLAG": [[5, "nonlinear-flag"]], "NS": [[30, "ns"]], "NUP_ALPHA": [[5, "nup-alpha"]], "NUP_RADIAL": [[5, "nup-radial"]], "NUP_THETA": [[5, "nup-theta"]], "NU_1": [[22, "nu-1"]], "NU_EE": [[5, "nu-ee"]], "NU_GLOBAL": [[5, "nu-global"]], "NWIDTH": [[30, "nwidth"]], "NXGRID": [[30, "nxgrid"]], "N_ENERGY": [[5, "n-energy"], [22, "n-energy"]], "N_FIELD": [[5, "n-field"]], "N_GLOBAL": [[5, "n-global"]], "N_RADIAL": [[5, "n-radial"], [22, "n-radial"]], "N_SPECIES": [[5, "n-species"], [22, "n-species"]], "N_THETA": [[5, "n-theta"], [22, "n-theta"]], "N_TOROIDAL": [[5, "n-toroidal"]], "N_XI": [[5, "n-xi"], [22, "n-xi"]], "Nonaxisymmetric effects": [[23, "id6"]], "Normalization": [[3, "normalization"], [21, "normalization"]], "Numerical Dissipation": [[6, "id6"]], "Numerical Resolution": [[6, "id5"]], "Numerical resolution": [[23, "id1"]], "OMEGA_ROT": [[22, "omega-rot"]], "OMEGA_ROT_DERIV": [[22, "omega-rot-deriv"]], "OSX Sonoma": [[2, null]], "OUTPUT": [[35, null]], "OpenBLAS": [[0, "openblas"]], "Optimization related parameters": [[6, "id13"]], "Output Normalization": [[7, "output-normalization"]], "Output file control": [[6, "id12"]], "Overview": [[11, "overview"], [18, "overview"], [28, "overview"], [29, "overview"], [33, "overview"]], "PARK": [[30, "park"]], "PLASMA ROTATION THEORY": [[26, null]], "PLOT": [[36, null]], "PRINT_STEP": [[5, "print-step"]], "PROFILE_DLNNDR_*_SCALE": [[22, "profile-dlnndr-scale"]], "PROFILE_DLNTDR_*_SCALE": [[22, "profile-dlntdr-scale"]], "PROFILE_EQUILIBRIUM_MODEL": [[22, "profile-equilibrium-model"]], "PROFILE_ERAD0_MODEL": [[22, "profile-erad0-model"]], "PROFILE_MODEL": [[5, "profile-model"], [22, "profile-model"]], "PX0": [[5, "px0"]], "P_PRIME_LOC": [[30, "p-prime-loc"]], "Parameters for input.neo": [[23, null]], "Past and Future": [[3, "past-and-future"]], "Physical considerations": [[26, "physical-considerations"]], "Physics": [[17, null]], "Physics Control": [[40, "id4"]], "Plasma Rotation": [[17, "plasma-rotation"]], "Plasma equilibrium/geometry": [[23, "id2"]], "Plasma shape/geometry": [[6, "id1"]], "Prebuilt Environments": [[27, null]], "Prehistory": [[13, "prehistory"]], "Profile Feedback Control": [[40, "id3"]], "Profile models": [[23, "id4"]], "Q": [[5, "q"], [22, "q"]], "QL_flux_spectrum": [[31, "ql-flux-spectrum"]], "QUASINEUTRAL_FLAG": [[5, "quasineutral-flag"]], "Q_LOC": [[30, "q-loc"]], "Q_PRIME_LOC": [[30, "q-prime-loc"]], "Q_SA": [[30, "q-sa"]], "Quick links": [[11, "quick-links"], [21, "quick-links"], [29, "quick-links"], [33, "quick-links"]], "Quick-start example": [[8, "quick-start-example"]], "RESTART_STEP": [[5, "restart-step"]], "RHO_STAR": [[22, "rho-star"]], "RLNS_1": [[30, "rlns-1"]], "RLTS_1": [[30, "rlts-1"]], "RMAJ": [[5, "rmaj"]], "RMAJ_LOC": [[30, "rmaj-loc"]], "RMAJ_OVER_A": [[22, "rmaj-over-a"]], "RMAJ_SA": [[30, "rmaj-sa"]], "RMIN": [[5, "rmin"]], "RMIN_LOC": [[30, "rmin-loc"]], "RMIN_OVER_A": [[22, "rmin-over-a"]], "RMIN_OVER_A_2": [[22, "rmin-over-a-2"]], "RMIN_SA": [[30, "rmin-sa"]], "ROTATION_MODEL": [[5, "rotation-model"], [22, "rotation-model"]], "References": [[42, null]], "References: TGLF saturation models": [[29, "id9"]], "References: TGLF validation against experimental data": [[29, "id10"]], "Repository access": [[9, "repository-access"]], "Restart data": [[7, "id3"]], "Rotation output files": [[24, "rotation-output-files"]], "Rotation physics": [[6, "id10"], [23, "id5"]], "Running Cases": [[3, "running-cases"], [8, null]], "Running GACODE": [[17, "running-gacode"]], "S": [[5, "s"]], "SAT_RULE": [[30, "sat-rule"]], "SHAPE_COS0": [[5, "shape-cos0"], [22, "shape-cos0"]], "SHAPE_COS1": [[5, "shape-cos1"], [22, "shape-cos1"]], "SHAPE_COS2": [[5, "shape-cos2"], [22, "shape-cos2"]], "SHAPE_COS3": [[5, "shape-cos3"], [22, "shape-cos3"]], "SHAPE_SIN3": [[5, "shape-sin3"], [22, "shape-sin3"]], "SHAPE_S_COS0": [[5, "shape-s-cos0"], [22, "shape-s-cos0"]], "SHAPE_S_COS1": [[5, "shape-s-cos1"], [22, "shape-s-cos1"]], "SHAPE_S_COS2": [[5, "shape-s-cos2"], [22, "shape-s-cos2"]], "SHAPE_S_COS3": [[5, "shape-s-cos3"], [22, "shape-s-cos3"]], "SHAPE_S_SIN3": [[5, "shape-s-sin3"], [22, "shape-s-sin3"]], "SHAT_SA": [[30, "shat-sa"]], "SHEAR": [[22, "shear"]], "SHIFT": [[5, "shift"], [22, "shift"]], "SIGN_BT": [[30, "sign-bt"]], "SIGN_IT": [[30, "sign-it"]], "SILENT_FLAG": [[5, "silent-flag"], [22, "silent-flag"]], "SIM_MODEL": [[22, "sim-model"]], "SPITZER_MODEL": [[22, "spitzer-model"]], "S_DELTA": [[5, "s-delta"], [22, "s-delta"]], "S_DELTA_LOC": [[30, "s-delta-loc"]], "S_KAPPA": [[5, "s-kappa"], [22, "s-kappa"]], "S_KAPPA_LOC": [[30, "s-kappa-loc"]], "S_ZETA": [[5, "s-zeta"], [22, "s-zeta"]], "S_ZETA_LOC": [[30, "s-zeta-loc"]], "S_ZMAG": [[22, "s-zmag"]], "Scenarios and connection to energy sources": [[37, null]], "Simulation images": [[3, "simulation-images"]], "Software": [[17, null]], "Solution strategy": [[38, "solution-strategy"]], "Some comments regarding units": [[38, "some-comments-regarding-units"]], "Sonic rotation formalism": [[26, "sonic-rotation-formalism"]], "Source Code": [[3, "source-code"]], "Source code": [[0, "source-code"], [9, "source-code"]], "Species Parameters": [[40, "id5"]], "Species Vectors": [[32, "id2"]], "Species-dependent parameters": [[23, "id7"]], "Species-related parameters": [[6, "id8"]], "Standard output files": [[24, "standard-output-files"]], "Subroutine output": [[24, "subroutine-output"]], "TAUS_1": [[30, "taus-1"]], "TEMP_*": [[5, "temp"], [22, "temp"]], "TEMP_PARA_*": [[22, "temp-para"]], "TEMP_PERP_*": [[22, "temp-perp"]], "TE_ADE": [[22, "te-ade"]], "TGLF": [[29, null]], "TGLF output files": [[32, "id8"]], "TGLF output parameters": [[32, "id7"]], "TGYRO": [[33, null]], "TGYRO solver algorithm": [[38, null]], "TGYRO_DEN_METHOD*": [[39, "tgyro-den-method"]], "TGYRO_ITERATION_METHOD": [[39, "tgyro-iteration-method"]], "TGYRO_MODE": [[39, "tgyro-mode"]], "TGYRO_NEO_METHOD": [[39, "tgyro-neo-method"]], "TGYRO_RELAX_ITERATIONS": [[39, "tgyro-relax-iterations"]], "TGYRO_THERM_FLAG*": [[39, "tgyro-therm-flag"]], "TGYRO_WRITE_PROFILES_FLAG": [[39, "tgyro-write-profiles-flag"]], "THETA0_SA": [[30, "theta0-sa"]], "THETA_PLOT": [[5, "theta-plot"]], "THETA_TRAPPED": [[30, "theta-trapped"]], "THREED_EXB_DPHI0DR": [[22, "threed-exb-dphi0dr"]], "THREED_EXB_MODEL": [[22, "threed-exb-model"]], "THREED_MODEL": [[22, "threed-model"]], "TOROIDALS_PER_PROC": [[5, "toroidals-per-proc"]], "Table of geometry parameters": [[10, "table-of-geometry-parameters"]], "Table of inputs and outputs": [[32, null]], "Tabular list for input.cgyro": [[6, null]], "Tabular list for input.gyro": [[15, null]], "The General Atomics GACODE Suite": [[17, null]], "The rotation profile": [[26, "the-rotation-profile"]], "Theoretical basis for sonic rotation": [[26, "theoretical-basis-for-sonic-rotation"]], "Time Stepping": [[6, "id7"]], "Time-independent output": [[7, "id1"]], "Transport equations and solution": [[33, "transport-equations-and-solution"]], "UDSYMMETRY_FLAG": [[5, "udsymmetry-flag"]], "UL1: The local gyroBohm limit of global codes differs from local codes": [[13, "ul1-the-local-gyrobohm-limit-of-global-codes-differs-from-local-codes"]], "UL2: Full torus simulations are necessary to correctly compute the local transport": [[13, "ul2-full-torus-simulations-are-necessary-to-correctly-compute-the-local-transport"]], "UL3: Eulerian codes have inadequate velocity-space resolution": [[13, "ul3-eulerian-codes-have-inadequate-velocity-space-resolution"]], "UL4: The parallel nonlinearity can have a dramatic effect on the transport": [[13, "ul4-the-parallel-nonlinearity-can-have-a-dramatic-effect-on-the-transport"]], "UNITS": [[30, "units"]], "UPWIND_SINGLE_FLAG": [[5, "upwind-single-flag"]], "UP_ALPHA": [[5, "up-alpha"]], "UP_RADIAL": [[5, "up-radial"]], "UP_THETA": [[5, "up-theta"]], "USE_BISECTION": [[30, "use-bisection"]], "USE_BPAR": [[30, "use-bpar"]], "USE_BPER": [[30, "use-bper"]], "USE_INBOARD_DETRAPPED": [[30, "use-inboard-detrapped"]], "USE_MHD_RULE": [[30, "use-mhd-rule"]], "USE_TRANSPORT_MODEL": [[30, "use-transport-model"]], "Ubuntu/Mint": [[1, null]], "Urban Legends": [[13, "urban-legends"]], "VELOCITY_ORDER": [[5, "velocity-order"]], "VEXB": [[30, "vexb"]], "VEXB_SHEAR": [[30, "vexb-shear"]], "VPAR_1": [[30, "vpar-1"]], "VPAR_MODEL": [[30, "vpar-model"]], "VPAR_SHEAR_1": [[30, "vpar-shear-1"]], "VPAR_SHEAR_MODEL": [[30, "vpar-shear-model"]], "Verification Studies": [[16, "verification-studies"]], "WD_ZERO": [[30, "wd-zero"]], "WIDTH": [[30, "width"]], "WIDTH_MIN": [[30, "width-min"]], "WRITE_WAVEFUNCTION_FLAG": [[30, "write-wavefunction-flag"]], "XNUE": [[30, "xnue"]], "XNU_FACTOR": [[30, "xnu-factor"]], "XNU_MODEL": [[30, "xnu-model"]], "XWELL_SA": [[30, "xwell-sa"]], "Yearly Publication Synopsis": [[13, "yearly-publication-synopsis"]], "ZEFF": [[30, "zeff"]], "ZETA": [[5, "zeta"], [22, "zeta"]], "ZETA_LOC": [[30, "zeta-loc"]], "ZF_TEST_MODE": [[5, "zf-test-mode"]], "ZMAG": [[5, "zmag"]], "ZMAG_OVER_A": [[22, "zmag-over-a"]], "ZMAJ_LOC": [[30, "zmaj-loc"]], "ZS_1": [[30, "zs-1"]], "Z_*": [[5, "z"], [22, "z"]], "Z_EFF": [[5, "z-eff"]], "Z_EFF_METHOD": [[5, "z-eff-method"]], "density_spectrum": [[31, "density-spectrum"]], "eigenvalue_spectrum": [[31, "eigenvalue-spectrum"]], "field_spectrum": [[31, "field-spectrum"]], "input.gacode": [[18, null]], "input.tgyro Alphabetical List": [[39, null]], "input.tgyro Tabular List": [[40, null]], "intensity_spectrum": [[31, "intensity-spectrum"]], "nsts_crossphase_spectrum": [[31, "nsts-crossphase-spectrum"]], "out.neo.equil": [[24, "out-neo-equil"]], "out.neo.exp_norm": [[24, "out-neo-exp-norm"]], "out.neo.f": [[24, "out-neo-f"]], "out.neo.grid": [[24, "out-neo-grid"]], "out.neo.phi": [[24, "out-neo-phi"]], "out.neo.rotation": [[24, "out-neo-rotation"]], "out.neo.species": [[24, "out-neo-species"]], "out.neo.theory": [[24, "out-neo-theory"]], "out.neo.theory_nclass": [[24, "out-neo-theory-nclass"]], "out.neo.transport": [[24, "out-neo-transport"]], "out.neo.transport_exp": [[24, "out-neo-transport-exp"]], "out.neo.transport_flux": [[24, "out-neo-transport-flux"]], "out.neo.transport_gv": [[24, "out-neo-transport-gv"]], "out.neo.vel": [[24, "out-neo-vel"]], "out.neo.vel_fourier": [[24, "out-neo-vel-fourier"]], "profiles_gen": [[25, null]], "s-alpha geometry parameters": [[32, "id5"]], "sat_geo_spectrum": [[31, "sat-geo-spectrum"]], "scalar_saturation_parameters": [[31, "scalar-saturation-parameters"]], "spectral_shift": [[31, "spectral-shift"]], "sum_flux_spectrum": [[31, "sum-flux-spectrum"]], "temperature_spectrum": [[31, "temperature-spectrum"]]}, "docnames": ["build", "build/pre_linux", "build/pre_osx", "cgyro", "cgyro/FAQ", "cgyro/cgyro_list", "cgyro/cgyro_table", "cgyro/outputs", "cgyro/running_cases", "download", "geometry", "gyro", "gyro/gyro_gallery", "gyro/gyro_history", "gyro/gyro_list", "gyro/gyro_table", "gyro/gyro_vv", "index", "input_gacode", "license", "misc", "neo", "neo/neo_list", "neo/neo_table", "neo/outputs", "prgen", "rotation", "setup", "shortfall", "tglf", "tglf/tglf_list", "tglf/tglf_output_list", "tglf/tglf_table", "tgyro", "tgyro/equations", "tgyro/output", "tgyro/plot", "tgyro/scenarios", "tgyro/solver", "tgyro/tgyro_list", "tgyro/tgyro_table", "workshop", "zreferences"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["build.rst", "build/pre_linux.rst", "build/pre_osx.rst", "cgyro.rst", "cgyro/FAQ.rst", "cgyro/cgyro_list.rst", "cgyro/cgyro_table.rst", "cgyro/outputs.rst", "cgyro/running_cases.rst", "download.rst", "geometry.rst", "gyro.rst", "gyro/gyro_gallery.rst", "gyro/gyro_history.rst", "gyro/gyro_list.rst", "gyro/gyro_table.rst", "gyro/gyro_vv.rst", "index.rst", "input_gacode.rst", "license.rst", "misc.rst", "neo.rst", "neo/neo_list.rst", "neo/neo_table.rst", "neo/outputs.rst", "prgen.rst", "rotation.rst", "setup.rst", "shortfall.rst", "tglf.rst", "tglf/tglf_list.rst", "tglf/tglf_output_list.rst", "tglf/tglf_table.rst", "tgyro.rst", "tgyro/equations.rst", "tgyro/output.rst", "tgyro/plot.rst", "tgyro/scenarios.rst", "tgyro/solver.rst", "tgyro/tgyro_list.rst", "tgyro/tgyro_table.rst", "workshop.rst", "zreferences.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [3, 4, 6, 7, 8, 9, 10, 11, 13, 16, 18, 19, 22, 24, 29, 30, 31, 34, 38, 42], "0": [0, 4, 5, 6, 7, 8, 10, 13, 15, 16, 18, 21, 22, 23, 24, 26, 28, 30, 31, 32, 38, 39, 40, 41], "00": [4, 8, 13, 42], "00035": 42, "00079": 42, "001": [5, 6, 22, 23], "0010": 42, "0029": 42, "005": 28, "00am": 41, "01": [4, 5, 6, 13], "012001": 42, "012008": 42, "012043": 42, "012502": 42, "014004": 42, "014505": 42, "015013": 42, "015015": 42, "016": 42, "02": [9, 39], "020": 42, "022305": 42, "022509": 42, "024004": 42, "03": [4, 13, 42], "032301": 42, "032310": 42, "036036": 42, "039": 42, "04": [39, 42], "042001": 42, "045001": 42, "045005": 42, "05": [13, 30, 39, 42], "052301": [28, 42], "055003": 42, "055013": 42, "055908": 42, "055909": 42, "056116": [28, 42], "06": [9, 16, 39, 42], "060704": 42, "060901": [28, 42], "062302": 42, "062518": 42, "066015": 42, "07": [9, 42], "072303": 42, "072304": 42, "072307": 42, "072505": 24, "0741": 42, "074501": 42, "074505": 42, "075018": 42, "08": [13, 28, 39, 42], "09": [8, 9, 13, 16, 28, 42], "095010": 42, "096005": 42, "0_": 38, "0a": 24, "0th": [5, 22], "1": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "10": [3, 5, 6, 13, 18, 28, 39, 42], "100": [4, 5, 6, 28], "1000": 5, "1016": 42, "102301": 42, "102306": 42, "102508": 42, "1051": 42, "1063": 42, "1088": 42, "11": [9, 16, 22, 24, 41, 42], "110": 42, "1103": 42, "112007": 42, "1121": 42, "112303": 42, "112503": [28, 42], "113017": 42, "116007": 42, "11am": 41, "12": [30, 32, 42], "1209": 42, "122305": 42, "122306": 42, "122307": [28, 42], "122309": 42, "122503": 42, "122505": [28, 42], "122507": 42, "125": 42, "128": [13, 27, 42], "128913": 28, "13": [29, 42], "1361": 42, "14": [28, 42], "1477": 42, "1493": 24, "15": [5, 6, 28, 42], "1500": 28, "15th": 42, "16": [3, 5, 6, 11, 24, 27, 28, 30, 32, 42], "1695358": 42, "17": [22, 23, 24, 42], "1741": 42, "18": [28, 29, 42], "1800": 29, "186": 42, "1879": 42, "188": 42, "1897": 24, "19": [3, 18, 24, 29, 42], "1938": 42, "195004": 42, "1973": 24, "1976": 24, "1977": 24, "1982": 24, "1985": 42, "1988": [24, 42], "1990": 13, "1993": 42, "1994": [13, 42], "1995": 42, "1996": 42, "1997": [24, 42], "1998": 42, "1999": [13, 24, 42], "1_": 38, "1e": [5, 6, 14, 15], "1st": [5, 22], "1th": [5, 22], "2": [0, 4, 5, 6, 7, 8, 9, 10, 13, 16, 18, 21, 22, 23, 24, 26, 27, 30, 31, 32, 34, 37, 38, 39, 40, 42], "20": [24, 29, 30, 42], "2000": [11, 17, 42], "2001": [13, 42], "2002": 42, "2003": [11, 16, 17, 42], "2004": 42, "2005": [25, 42], "2006": 42, "2007": 42, "2008": [28, 42], "2009": [28, 42], "2010": [11, 17, 25, 42], "2011": [28, 42], "2012": [24, 28, 42], "2013": [9, 17, 42], "2014": [28, 42], "2016": [28, 42], "2017": 42, "2018": [9, 19, 42], "2019": [30, 42], "2020": 42, "2021": 42, "2022": [17, 20, 42], "21": [28, 29, 30, 32, 42], "2107": 42, "22": [29, 30, 42], "2229": 42, "23": [28, 42], "239": 24, "24": [3, 5, 6, 30, 41], "2408": 42, "2433": 42, "2436852": 42, "2482": 42, "25": [17, 24, 30, 32, 41, 42], "256": 27, "2560": 42, "26": 42, "27": [21, 22, 24, 28], "273": 42, "28": 42, "2834": 24, "2889008": 42, "2d": 22, "2m": 22, "2nd": [5, 6, 22, 32], "2t_e": 5, "2th": [5, 22], "3": [2, 3, 5, 6, 9, 10, 13, 16, 18, 21, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42], "30": [24, 28, 42], "300": 13, "3082": 42, "310": 2, "32": [5, 22, 27], "3211": 42, "3230": 24, "324": 42, "32664": 42, "33": 42, "3335": 42, "3412": 42, "345": 3, "3452e": [21, 22], "356": 42, "384": 39, "3d": [22, 23], "3rd": [5, 6, 13, 22], "4": [0, 4, 5, 6, 9, 13, 14, 15, 16, 22, 23, 24, 27, 30, 32, 39, 42], "40": 42, "400": 16, "4018": 42, "4046": 42, "405": 24, "418": 24, "43": 42, "4326": 42, "44577e": 4, "448": 42, "45": 42, "45am": 41, "4655": 42, "47th": 42, "48": [24, 42], "49": 42, "4904301": 42, "4954905": 42, "4th": 22, "5": [5, 6, 9, 13, 16, 22, 23, 24, 28, 30, 32, 39, 42], "50": [28, 42], "500": 29, "51": 42, "512": 8, "53": 42, "54": 42, "545": 42, "5515": 42, "5579": 42, "56": 42, "58644e": 4, "59": [27, 42], "5th": [5, 28], "6": [4, 5, 13, 16, 22, 23, 24, 39, 42], "60": 16, "61": 42, "62": 42, "63": 42, "64": [0, 5], "65": [30, 32], "6587": 42, "667": 42, "6th": 13, "7": [4, 5, 16, 24, 30, 32], "71": 42, "724": 42, "724e": 5, "73": 42, "741": 42, "744": 42, "74754e": 4, "75": [13, 16, 28, 39], "77": 42, "78": 42, "8": [0, 4, 5, 6, 22, 24, 27, 42], "80": 42, "812": 42, "81550e": 4, "83": 29, "836": 24, "84003e": 4, "85": 42, "865350": 42, "88": 42, "9": [41, 42], "900": 16, "91": 42, "92020e": 4, "94": [13, 42], "95": 42, "96": 29, "97": [13, 42], "9991": 42, "9am": 41, "9i4": 42, "A": [3, 5, 8, 16, 17, 19, 21, 24, 28, 31, 38, 42], "AND": 19, "AS": [9, 19], "AT": 9, "As": [3, 13, 16, 26], "At": [13, 16], "BE": 19, "BES": 13, "BUT": 19, "By": [9, 13, 25, 26, 29, 39], "FOR": 19, "For": [4, 5, 10, 11, 13, 14, 16, 18, 21, 22, 24, 26, 30, 32, 39], "IN": 19, "If": [0, 5, 9, 19, 22, 26, 38, 39], "In": [0, 5, 10, 13, 16, 21, 22, 24, 26, 29, 33, 38, 39, 42], "It": [0, 3, 5, 7, 8, 11, 16, 22, 26, 38, 39], "NO": 19, "NOT": [4, 19], "No": [5, 23, 39], "OF": 19, "ON": 5, "OR": 19, "Of": 22, "On": [5, 8, 13, 38], "One": 13, "THE": 19, "TO": 19, "The": [3, 4, 5, 8, 9, 10, 16, 18, 19, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 38, 39, 42], "Then": [4, 38], "There": [0, 5, 13, 16, 17, 18], "These": [4, 13, 18, 23, 24, 28], "To": [0, 4, 5, 8, 9, 12, 13, 18, 19, 27, 38, 39], "WITH": 19, "With": [13, 22, 29], "_": [5, 10, 21, 22, 24, 26, 30, 31, 32, 38], "_0": 26, "_1": [22, 26], "_ade": 22, "_deriv": 22, "_dlnndr": 22, "_dlntdr": 22, "_dphi0dr": 22, "_energi": 24, "_exb": 22, "_in": 21, "_model": 23, "_p": 39, "_para": 22, "_perp": 22, "_r": 22, "_radial": 24, "_relax": 39, "_rot": 22, "_rp": 22, "_scale": [17, 23], "_scenario": 37, "_size": 5, "_speci": 24, "_spitzer": 22, "_theta": 24, "_xi": 24, "_z": 22, "_zp": 22, "a_": [5, 7, 14, 24, 30, 32], "ab": [30, 32], "ab759c": 42, "abc63b": 42, "abc861": 42, "abil": [3, 13, 25, 33], "abl": 13, "about": [10, 13, 16, 17, 18, 22, 27], "abov": [5, 8, 9, 10, 19, 22, 26, 28, 38], "absenc": 5, "absent": 13, "absolut": [16, 30, 32], "absorb": [3, 11], "abstract": 17, "ac": 42, "ac243a": 42, "ac592b": 42, "ac7a4d": 42, "acb20": [10, 18, 42], "acceler": 5, "accept": 8, "access": 17, "accord": 26, "accordingli": 8, "account": 9, "accur": [13, 28, 29, 38], "accuraci": [5, 13, 16, 21, 29, 42], "achiev": [13, 16], "acknowledg": 17, "acm": 42, "acquisit": 13, "across": [4, 13, 24, 28, 42], "action": 19, "activ": [5, 13, 22], "actual": [13, 16], "ad": [3, 8, 11, 13, 16, 17, 18, 22, 24], "adapt": [4, 5, 41], "add": 27, "addit": [8, 13, 21, 22, 24, 26, 30, 33], "address": 16, "adequ": 13, "adiabat": [13, 22, 23, 24, 28, 30, 32], "adiabatic_elec": [17, 32], "adjust": [30, 32, 39], "adopt": [3, 38], "advanc": [13, 16, 42], "advantag": 13, "ae": 13, "affect": [13, 22, 39], "after": [0, 5, 13, 16, 38], "against": [13, 16, 28], "agenda": 17, "agre": [9, 16], "agreement": [13, 16, 17, 19, 29], "agt": [29, 42], "al": [24, 28], "alam": 42, "alcat": [16, 42], "alfv\u00e9n": 13, "algorithm": [3, 11, 13, 17, 33], "align": [4, 10, 24, 26, 30, 37, 38], "alik": 13, "all": [3, 4, 5, 8, 9, 11, 13, 16, 18, 19, 22, 24, 26, 28, 30, 31, 32, 39, 40], "allow": [5, 13, 16, 18, 22, 23, 26, 30, 32, 39], "almost": 0, "along": [5, 10, 22, 29, 30], "alpha": [4, 5, 10, 13, 16, 22, 24, 29, 30, 34, 39, 42], "alpha_": [17, 31, 32], "alpha_mach": [17, 32], "alpha_p": [17, 32], "alpha_quench": [17, 31, 32], "alpha_sa": [17, 32], "alpha_zf": [17, 31, 32], "alphabet": [3, 11, 17, 21, 29, 33], "also": [5, 8, 11, 13, 16, 17, 21, 22, 25, 28, 29, 33, 38], "altern": [26, 28], "although": [3, 13, 28, 33], "altix": 13, "alwai": [5, 13, 24, 26, 39], "am": 42, "ambigu": 13, "ambipolar": 24, "among": [13, 16], "amount": [13, 30, 39, 40], "amp": 6, "amp0": 6, "amp_phi_n": [15, 17], "amper": 13, "amplifi": 26, "amplitud": [5, 6, 13, 14, 15, 30, 31, 32], "an": [0, 3, 4, 5, 8, 13, 16, 18, 19, 21, 22, 25, 26, 29, 30, 38, 39, 42], "analog": 13, "analogi": 26, "analys": 26, "analysi": [13, 26, 28, 41, 42], "analyt": [21, 22, 23, 24], "analyz": 13, "angioni": [16, 42], "angl": [5, 6, 10, 22, 24, 26, 28], "angular": [13, 22, 23, 24, 26, 32, 34, 42], "ani": [5, 9, 19, 28, 30, 38, 39], "aniso": [23, 24], "aniso_model_": [17, 23], "aniso_model_1": 22, "aniso_model_2": 22, "aniso_model_3": 22, "anisotrop": [22, 23, 24], "anisotropi": 16, "anomal": 42, "anomali": 16, "anti": [10, 30], "antisymmetr": [5, 6, 22], "apart": 13, "app": [16, 42], "appar": 16, "appear": [13, 26], "append": 21, "appli": [5, 13, 26, 38], "applic": [13, 16, 28, 42], "approach": [3, 11], "appropri": 19, "approxim": [13, 21, 26, 30, 38, 39], "apt": 1, "ar": [3, 4, 5, 8, 9, 10, 11, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 33, 38, 39], "arash": 41, "arbitrari": [4, 18, 21, 22, 23, 38], "arbon": 42, "architechtur": 42, "area": [9, 34, 42], "aris": [19, 26, 39], "around": 26, "arrai": [5, 22, 23, 24, 30, 32], "arrow": 26, "articl": [9, 19, 28], "artifici": [4, 13], "artun": 42, "as_1": [17, 32], "ascii": [24, 28], "asdex": [29, 42], "ash": [13, 39, 42], "ashourvan": 41, "ask": 17, "aspect": [3, 11, 22, 29], "assess": 39, "associ": [16, 19, 22, 24, 28, 38], "assum": [22, 24, 30], "assumpt": [30, 38], "asymmetr": [18, 24], "asymmetri": [21, 22, 24, 26, 28], "asymptot": [13, 21], "atom": [3, 8, 12, 13, 27, 42], "attempt": [13, 16], "attend": 13, "attent": [8, 38], "attenu": 16, "attribut": 12, "austin": 42, "author": [9, 19], "auto": [8, 10], "autodetect": 4, "automat": 5, "aux": [34, 37], "auxiliari": [34, 39], "avail": [3, 5, 9, 13, 19, 22, 23, 28], "availbl": 28, "averag": [5, 13, 16, 22, 24, 26, 28, 34, 42], "avoid": 30, "axi": [31, 42], "axisymmetr": [22, 26, 42], "azevedo": 42, "b": [5, 6, 10, 13, 14, 16, 22, 24, 26, 30, 31, 32, 42], "b_": [4, 5, 7, 10, 14, 16, 22, 24, 30, 31, 32], "b_model_sa": [17, 32], "b_p": [5, 18, 22, 26], "b_t": [5, 22, 26], "balanc": [13, 17, 39, 40, 42], "ball": [8, 41], "balloon": [5, 29, 30, 32, 42], "banana": 26, "bar": [13, 16, 28], "barn": [28, 42], "barrier": [13, 25, 26, 29], "base": [5, 9, 13, 19, 22, 25, 28, 33, 39, 42], "baselin": 42, "bashrc": 27, "basi": [17, 22, 28, 30, 32, 38], "basic": 16, "bc08": [3, 9, 21, 26, 42], "bc09": [21, 26, 42], "bc12": [3, 9, 21, 42], "bc17": [3, 11, 42], "bc18": [3, 11, 42], "bcbh11": [28, 42], "beam": [16, 18, 26, 34, 42], "becam": 25, "becaus": [5, 26, 38, 39], "becom": [3, 11, 26], "been": [10, 13, 16, 21, 28, 29, 38], "beer": [13, 42], "befor": 13, "began": 13, "begin": [4, 23, 24, 26, 37, 38], "begun": 13, "behav": 16, "behaviour": 39, "being": [5, 13, 31, 32], "believ": [13, 26], "belli": [3, 42], "below": [9, 10, 13, 16, 24, 26, 27, 28, 30, 34], "benchamark": 21, "benchmark": [13, 16, 17, 29], "beta": [5, 6, 13, 17, 22, 32, 39, 40, 42], "beta_": [4, 5, 10, 22], "beta_star": [10, 17, 23], "beta_star_scal": [6, 10], "betae_unit": [6, 10, 41], "betae_unit_scal": 6, "better": [5, 29], "between": [4, 5, 13, 16, 24, 25, 28, 29, 38], "beyond": 21, "bf": 22, "bh96a": [13, 42], "bh96b": [13, 42], "bin": [0, 5, 7, 27], "binari": [0, 7], "binorm": [5, 6], "bisect": [30, 32], "bit": 5, "black": 16, "block": 38, "blue": [10, 16], "bogacki": 5, "bohm": [13, 16, 31, 32, 42], "bonanomi": 42, "bootstrap": [18, 24], "both": [5, 10, 13, 16, 25, 26, 29, 30, 32, 38, 41], "bottino": 42, "bounc": 42, "bound": [17, 22], "boundari": [3, 11, 13, 22, 30, 32, 38], "box": [5, 17, 41], "box_siz": 6, "bpar": 30, "bracket": 26, "bravenec": [13, 28, 42], "breadth": 5, "break": 13, "bremsstrahlung": 18, "brief": [11, 17, 33], "bring": 16, "broad": 13, "broken": 42, "bt": 22, "btccw": [6, 10, 17, 23], "build": [13, 17, 30], "bull": 42, "bunit": 4, "burden": 8, "burrel": 42, "byer": 42, "c": [4, 7, 13, 18, 22, 24, 26, 28, 42], "c1": 39, "c2": 39, "c3": 39, "c4": 39, "c5": 39, "c6": 39, "c_": [3, 5, 7, 16, 24, 26, 28, 30, 32, 38, 39], "c_0": 10, "c_1": 10, "c_2": 10, "c_3": 10, "c_i": 26, "c_n": 10, "ca": 42, "cal": [26, 38], "calcul": [3, 13, 21, 24, 25, 28, 29, 34, 39, 40, 42], "calibr": [3, 11, 30], "call": [6, 13, 21, 25, 28, 30, 32, 33], "camenen": 28, "can": [0, 4, 5, 8, 10, 16, 17, 18, 21, 22, 26, 28, 30, 38, 39], "can05": [13, 42], "cancel": [13, 26], "candi": [3, 12, 16, 28, 42], "cannot": [13, 26], "capabl": [13, 16, 38], "captur": [21, 30], "carbon": [5, 16], "carefulli": 13, "carri": [13, 16, 18, 26], "carrington": 42, "carter": 42, "casati": 16, "case": [5, 10, 11, 13, 17, 21, 22, 24, 26, 27, 28, 30, 38, 39], "cash": 5, "casson": 42, "cat": 18, "caus": [26, 30], "caution": 30, "cb10": [3, 10, 11, 42], "cb18": [3, 11, 42], "cbb16": [3, 4, 9, 11, 42], "cbs20": [3, 42], "cc": 13, "ccw": [30, 32], "cd": [0, 8], "cdot": [22, 26], "cece": 13, "cell": [13, 28, 42], "center": [5, 13, 22, 24], "central": [28, 29], "centrifug": [21, 26, 42], "centroid": [30, 32], "cer": 28, "certain": 13, "cg": 38, "cgyro": [0, 4, 8, 9, 10, 11, 17, 18, 20, 21, 26, 27, 30, 33, 34, 39, 42], "cgyro_plot": 8, "ch": 24, "chain": 34, "challeng": 25, "chang": [5, 9, 19, 22, 24, 29, 30, 39], "character": [3, 11, 13, 42], "characterist": 28, "charg": [5, 6, 18, 19, 22, 23, 24, 30, 32], "chassi": 13, "check": [13, 22, 41], "chen": 42, "chi": [10, 29], "chi_": 16, "chi_e": [16, 29], "chi_i": 16, "choic": [5, 22, 30, 39], "choos": [5, 7], "chowdhuri": [28, 42], "chri": 28, "chw": [9, 42], "circa": [11, 17, 25], "circl": [10, 16], "circul": 13, "circular": [10, 29], "circumst": 26, "citat": [9, 29, 42], "cj": 24, "claim": [13, 19], "clarifi": [13, 16, 26], "classic": [5, 11, 17], "clean": 0, "clear": [13, 25], "clebsch": 10, "clock": 27, "clockwis": [5, 10, 22], "clone": [0, 9], "close": [8, 13, 16, 38], "closur": [30, 32], "cluster": 13, "cm": [34, 38], "cmat": 5, "co": [10, 13, 24], "coars": [13, 39], "code": [4, 11, 16, 19, 21, 22, 24, 25, 26, 27, 29, 33, 39, 41, 42], "coeffici": [7, 13, 22, 23, 24, 26, 30], "cohen": 42, "col": [24, 34], "collabor": 28, "collect": 17, "collis": [3, 4, 5, 13, 21, 22, 23, 24, 28, 30, 32, 42], "collision": [3, 5, 11, 13, 21, 24, 28, 34, 39, 42], "collision_ene_diffus": 6, "collision_ene_restor": 6, "collision_field_model": 6, "collision_kperp": 6, "collision_model": [6, 17, 23], "collision_mom_restor": 6, "collision_precision_mod": 6, "collisionless": 5, "colloc": 22, "colorado": 16, "column": [18, 31], "com": [0, 9, 19, 41], "combin": [13, 24, 26], "command": [0, 2, 18], "comment": [5, 14, 17, 18, 22, 23, 28, 30, 31, 39], "commment": [5, 22], "commod": 13, "common": [27, 28, 30, 32], "commonli": 13, "commun": [3, 5, 6, 11, 13, 16, 42], "compar": [13, 16, 28, 29, 33, 39, 42], "comparison": [13, 28, 42], "compars": 16, "compens": 29, "compfluid": 42, "compil": [0, 2, 9, 13, 19], "complement": [3, 11, 21], "complementari": 16, "complet": [0, 3, 11, 16, 21, 26, 27, 28], "complex": 26, "complic": 3, "compon": [6, 24, 38], "comprehens": [13, 34, 42], "compression": [30, 32], "comput": [5, 10, 16, 17, 22, 30, 32, 39, 42], "concentr": 16, "concept": 17, "conceptu": 25, "conclus": 13, "condit": [3, 9, 11, 13, 16, 19, 22, 38], "conduct": [16, 18], "conf": 42, "confer": [13, 42], "configur": [8, 10], "confin": [28, 29, 42], "confirm": 13, "confront": 13, "connect": [13, 17, 18, 19, 33, 38, 39], "connor": [5, 22], "consequ": 42, "conserv": [5, 6, 13], "consid": 13, "consider": 17, "consist": [5, 6, 13, 17, 24, 39, 42], "constant": [5, 22, 26], "construct": 10, "consult": 10, "contact": 16, "contain": [7, 13, 16, 18, 21, 24, 26], "context": 13, "continu": [13, 39], "continuum": 28, "contour": 10, "contract": 19, "contrast": [16, 29, 42], "contribut": [13, 30, 32], "control": [4, 5, 13, 16, 39, 42], "convect": [16, 18, 24], "conveni": [18, 38], "convent": 10, "converg": [5, 13, 28, 38, 42], "coordin": [3, 5, 7, 17, 22], "copi": [0, 5, 9, 19], "copyright": [9, 19], "core": [3, 8, 11, 13, 27, 28, 29, 42], "cori": 41, "corioli": [13, 26], "correct": 13, "correl": [13, 16], "correspond": [5, 10, 16, 21, 22, 39], "corrug": [13, 42], "cosin": [22, 24], "cost": 5, "could": [8, 13], "count": [5, 8], "counter": [5, 10, 22], "counterclockwis": 10, "coupl": [13, 21, 22, 30, 38, 42], "courant": 13, "courtesi": [3, 12], "cover": [3, 11, 16, 30], "cowlei": 42, "cpc": [13, 42], "cpu": [5, 17], "crai": [13, 42], "creat": [0, 13, 25], "crictic": 13, "critic": 26, "cross": [17, 21, 31, 32, 42], "crucial": [13, 16], "csb": [3, 42], "cum": 42, "curiou": 38, "current": [5, 6, 13, 18, 22, 23, 24, 28, 42], "curv": [13, 16], "curvatur": [26, 30, 32, 42], "custom": 41, "cut": [3, 11], "cutoff": [30, 32], "cw03a": [3, 11, 13, 42], "cw03b": [3, 9, 11, 13, 16, 42], "cw06": [13, 42], "cwc": [28, 42], "cwd04": [3, 11, 13, 16, 42], "cwfh07a": [13, 42], "cwfh07b": [13, 42], "cwpc06": [13, 42], "cwr04": [13, 42], "cyclon": 13, "cyclotron": 16, "cylindr": 10, "d": [3, 5, 10, 13, 17, 18, 20, 21, 22, 24, 26, 29, 30, 32, 34, 42], "dai": 41, "damag": 19, "damp": 13, "dannert": 42, "dash": 16, "data": [5, 6, 10, 13, 17, 18, 22, 24, 25, 28, 39], "databas": [3, 11, 13, 29], "dataset": 18, "date": [0, 13, 25, 28, 41], "dcd": [29, 30, 42], "deal": [19, 38], "deby": [6, 17, 32], "debye_factor": [17, 32], "decad": [3, 13], "decid": 25, "decoupl": [13, 39, 40], "decreas": [4, 5, 16], "decyk": 42, "dedic": 27, "deduc": 26, "default": [4, 5, 6, 14, 15, 22, 23, 30, 32, 39, 40], "defin": [5, 10, 21, 22, 24, 26, 30, 32, 33, 38], "defind": 30, "definit": [4, 5, 10, 14, 18, 22, 23, 26, 30, 32, 34, 39], "deform": 10, "delai": 13, "delta": [4, 6, 7, 10, 13, 14, 16, 17, 18, 23, 28, 30, 31, 32, 38, 39, 42], "delta_": [22, 38], "delta_loc": [17, 32], "delta_t": [4, 6], "delta_t_method": [4, 6], "demand": 5, "demonstr": [13, 16, 29], "den": [5, 22], "denot": [13, 26, 38], "dens_": [6, 17, 23], "dens_1": [5, 22], "dens_2": 22, "dens_3": 22, "densiti": [3, 5, 6, 13, 16, 17, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "density_spectrum": [17, 32], "depart": 9, "departur": 13, "depend": [5, 13, 22, 26, 31, 32, 38, 42], "deprec": 32, "depress": 13, "depric": 30, "depth": 5, "deriv": [5, 22, 26, 38], "describ": [13, 17, 26, 38], "descript": [6, 7, 13, 15, 17, 18, 21, 23, 26, 31, 32, 33, 40], "design": [3, 16, 17, 28, 33], "desir": [5, 38], "desktop": 17, "detail": [0, 13, 16, 17, 22, 26, 28, 34, 38, 39], "determin": [5, 22, 23, 38], "dettrick": 42, "deuterium": [3, 5, 21, 22, 24], "dev": 1, "develop": [2, 3, 9, 11, 13, 17, 21, 29, 39], "deviat": [13, 21, 28], "devic": 29, "dh93": [13, 42], "dh95": [16, 42], "diagnos": 13, "diagnost": [8, 13, 22, 28, 41, 42], "diagon": [16, 38], "diamagnet": [16, 22, 24, 26], "dickinson": 42, "did": 13, "differ": [22, 24, 28, 30, 31, 32, 34, 38, 39], "differenti": 13, "difficulti": [13, 16], "diffus": [5, 6, 13, 16], "diii": [5, 10, 13, 17, 20, 22, 29, 42], "dimens": [7, 22], "dimension": [13, 24], "dimensionless": [5, 18, 24, 25, 38, 39], "dimit": [13, 42], "dir": 39, "direct": [5, 13, 16, 22, 28, 30, 32, 42], "directli": [7, 22, 38], "directori": 0, "dirichlet": 13, "disabl": 5, "discharg": [13, 16, 28, 29, 42], "disclaim": [9, 19], "discontinu": [13, 42], "discover": 13, "discoveri": 13, "discret": [5, 13, 17, 28, 42], "discuss": [5, 16, 26], "dishcharg": 28, "dispar": 42, "displaystyl": [4, 5, 18, 24, 26, 38, 39], "dissimilar": 13, "dissip": [5, 13, 42], "distanc": 5, "distinct": [13, 38], "distinguish": 30, "distribut": [5, 6, 9, 13, 16, 17, 24], "divid": [5, 10], "divisor": 5, "djkr00": [13, 42], "dke": [22, 23, 24], "dlnndr": [5, 22], "dlnndr_": [6, 17, 23], "dlnndr_1": 22, "dlnndr_2": 22, "dlnndr_3": 22, "dlnndre": 22, "dlnndre_ad": [17, 23], "dlntdr": [5, 22], "dlntdr_": [6, 17, 23], "dlntdr_1": 22, "dlntdr_2": 22, "dlntdr_3": 22, "dlntdr_para_": [17, 23], "dlntdr_para_1": 22, "dlntdr_para_2": 22, "dlntdr_para_3": 22, "dlntdr_perp_": [17, 23], "dlntdr_perp_1": 22, "dlntdr_perp_2": 22, "dlntdr_perp_3": 22, "dlntdre": 22, "dlntdre_ad": [17, 23], "dn": 34, "dn_": [30, 32], "do": [13, 19, 39], "document": [13, 19, 28], "doe": [4, 9, 13, 16, 22, 30, 39], "doi": 42, "domain": [6, 7, 13, 22], "domin": [3, 11, 13, 30], "done": [16, 22, 28], "dong": [16, 42], "dopper": 6, "doppler": [6, 30, 32], "dorland": [13, 42], "dot": 16, "doteq": [4, 5, 22, 26, 38], "down": [6, 10, 16, 18, 21, 24, 28], "download": [2, 17, 28], "dp": 5, "dphi0dr": [17, 23], "dr": [5, 10, 22, 24, 26, 30, 32, 34], "draft": [9, 19], "drain": 13, "drastic": 5, "draw": 13, "drift": [13, 21, 22, 23, 26, 28, 30, 32, 42], "driftwav": [30, 32], "drive": 13, "driven": [18, 26, 42], "drmajdx_loc": [17, 32], "drmindx_loc": [17, 32], "dt": 39, "dt_": [30, 32], "du": 42, "dud": 42, "dud22": [29, 30, 42], "due": [5, 13, 16, 22, 26, 28, 29, 30, 42], "dunigan": 42, "dure": [5, 13], "dux": 42, "dv": 34, "dwbc96": [13, 42], "dx": 38, "dynam": [13, 21, 37, 39, 42], "dynamo": 13, "dz": 39, "dzmag": [6, 10], "dzmajdx_loc": [17, 32], "e": [4, 5, 6, 7, 8, 13, 14, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 38, 42], "e0": 31, "e19": 24, "e_": [22, 24], "e_a": [5, 7], "e_max": 6, "e_r": [18, 22, 23, 26], "each": [0, 22, 24, 30, 31, 32, 39], "earli": [13, 42], "earliest": 13, "easiest": 8, "edg": [3, 11, 28], "edit": 0, "edlund": 42, "ee": 5, "eff": [5, 16, 18], "effect": [4, 5, 16, 17, 18, 22, 24, 26, 28, 29, 30, 32, 39, 42], "effici": [13, 39], "effort": [3, 13], "efit": [25, 28], "egrid": 7, "ei": [5, 30, 32, 37], "eigenmod": [29, 30, 32], "eigenvalu": [5, 30, 31, 32, 42], "eigenvalue_spectrum": [17, 32], "eikon": [30, 32], "either": [13, 27], "electon": 13, "electr": [5, 22, 23, 24, 26, 39, 40, 42], "electrion": 28, "electromagnet": [3, 6, 11, 13, 28, 29, 39, 42], "electron": [3, 5, 6, 11, 13, 18, 22, 23, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "electrostat": [13, 24, 26, 28, 30], "element": [22, 34], "elev": [5, 6, 10, 18, 22, 23, 30, 32], "elimin": 39, "elit": [30, 32], "ell": 10, "elong": [5, 6, 10, 18, 22, 23, 29, 30, 32], "elsewher": 8, "em": 28, "email": [9, 19, 41], "emcw05": [11, 13, 16, 42], "emcw06a": [13, 16, 42], "emcw06b": [13, 42], "emf": 13, "emili": 3, "emiss": 16, "emphas": [13, 26, 38], "emploi": 38, "enabl": [5, 6], "encount": 16, "encourag": [7, 28], "end": [4, 13, 24, 26, 37, 38], "energet": [13, 39], "energi": [5, 6, 7, 9, 13, 16, 17, 18, 22, 24, 29, 31, 32, 33, 38, 39, 42], "energy_grid": 28, "enforc": [4, 5, 6, 13, 30, 38, 39], "enhanc": [26, 42], "enorm": 13, "enough": 30, "ensembl": 33, "ensur": [9, 19, 28], "enter": [0, 22], "entir": [0, 18], "entri": 24, "entropi": [13, 42], "env": [0, 27], "environ": [13, 17, 41], "envis": 38, "epar0": [17, 23], "epar0_spitz": [17, 23], "eq": 38, "equal": [13, 22, 23, 26, 30, 32, 39], "equat": [3, 4, 7, 11, 13, 17, 21, 22, 24, 26, 29, 38, 39, 42], "equilibria": [17, 18], "equilibrium": [5, 7, 10, 13, 16, 18, 22, 24, 25, 26, 28, 29], "equilibrium_model": [6, 10, 17, 23], "equival": [5, 10, 13], "era": 11, "erg": [34, 38], "error": [4, 5, 6, 7, 13, 16, 28, 38, 39], "error_tol": [4, 6], "esl": 21, "esoter": 13, "especi": 29, "essenti": 16, "establish": [8, 13, 25], "estim": 5, "estrada": [16, 42], "et": [24, 28], "eta": 39, "eta_": 38, "etc": [13, 39, 41], "etg": [13, 16, 29, 30, 32], "etg_factor": [17, 32], "ethes": 42, "ethier": 42, "eulearian": 28, "eulerian": [3, 21, 42], "eurofus": 42, "european": 16, "evalu": [38, 42], "even": [5, 13, 38], "event": 19, "eventu": 13, "everi": [5, 18, 39], "evid": 16, "evolut": [5, 9, 28, 38, 39, 40, 42], "evolv": [5, 6, 13, 38, 39, 40], "exact": [38, 39], "exactli": [0, 22], "exam": 28, "examin": [13, 28], "exampl": [0, 10, 13, 26, 39], "exb": [23, 29, 30, 32], "exch": 39, "exchang": [18, 31, 32, 34, 37, 39, 42], "exclud": [30, 32], "exec": 0, "execut": 8, "exercis": 16, "exist": 0, "exp": 38, "expans": 22, "expect": [10, 13], "expens": 38, "experi": [13, 16, 26, 39, 42], "experiment": [5, 10, 13, 16, 17, 18, 21, 22, 23, 25], "explanatori": [30, 32], "explicit": [4, 5, 13, 38], "explor": 13, "expon": [30, 32], "export": [0, 27], "express": [19, 26], "extens": 21, "extra": [17, 28], "extrem": 16, "extrema": 10, "f": [13, 28, 34, 39, 42], "f_": [24, 26], "f_c": 16, "f_i": 26, "f_p": 39, "fabl": 42, "fact": 13, "factor": [5, 6, 10, 13, 16, 18, 22, 23, 24, 30, 31, 32, 42], "fahei": [13, 42], "failur": 13, "faith": 34, "fals": [13, 30, 32], "faq": 3, "fast": [18, 39, 42], "faster": 5, "fastest": 5, "fc04": [13, 42], "featur": [13, 23, 38], "februari": [16, 41], "feedback": 13, "few": [8, 13, 39], "fftw": [1, 2], "field": [4, 5, 8, 16, 17, 22, 23, 24, 26, 30, 31, 32, 39, 40, 42], "field_print_flag": [6, 7], "field_spectrum": [17, 32], "fig": 16, "figur": [10, 12, 16, 28], "file": [5, 8, 10, 17, 19, 21, 22, 28, 29, 33, 39, 41], "filenam": [7, 24, 32], "filesystem": 13, "fill": 23, "filter": [17, 32], "final": [25, 26, 39], "find": [0, 8, 16, 29, 30, 32, 39], "find_width": [17, 32], "fine": 13, "finit": [5, 13, 14, 22, 28, 29, 38, 39], "fior": 42, "first": [3, 5, 8, 11, 13, 17, 18, 21, 22, 24, 28, 29, 39, 42], "fit": [19, 29], "fix": [4, 5, 13, 24, 38, 39, 41], "flag": [5, 8, 22, 39], "flexibl": 38, "flow": [5, 6, 13, 16, 22, 24, 26, 30, 42], "flr": 6, "fluct": 41, "fluctuat": [5, 13, 16, 26, 28, 29, 30, 31, 32, 39, 42], "fluid": [24, 29, 42], "flutter": 30, "flux": [5, 6, 7, 13, 16, 17, 18, 21, 22, 24, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42], "focus": [3, 13, 29], "fokker": [21, 22, 26, 42], "folder": 0, "follow": [0, 5, 9, 13, 16, 19, 21, 24, 26, 27, 38], "forc": 17, "forgotten": 11, "form": [10, 13, 21, 22, 26, 34, 38], "formal": [13, 17], "format": [5, 13, 17, 24, 25, 26, 28, 42], "formul": [3, 11, 17, 26], "formula": [26, 39, 40], "fortran": [0, 1, 2], "forward": 38, "found": [0, 9, 13, 16, 28, 29, 38], "foundat": [13, 34], "fourier": [5, 22, 23, 24, 30, 32], "fp": 22, "frac": [4, 5, 7, 10, 13, 18, 22, 24, 26, 30, 31, 32, 34, 38, 39], "fraction": [13, 26, 30, 32], "francisco": 42, "frankli": 38, "free": [9, 13, 19, 26], "freq": [7, 31], "freq_tol": 6, "frequenc": [5, 6, 7, 16, 18, 22, 23, 24, 26, 30, 32], "frequent": 17, "fridai": 41, "friend": 41, "from": [0, 3, 5, 10, 11, 16, 17, 19, 21, 22, 24, 25, 26, 28, 29, 30, 32, 39], "ft_model_sa": [17, 32], "fu": [16, 37, 42], "full": [0, 5, 16, 21, 22, 26, 42], "fulli": 13, "function": [5, 13, 16, 22, 24, 26, 30, 32, 38], "fund": 9, "fundament": 4, "furnish": 19, "furth": 42, "further": 10, "fusion": [3, 9, 11, 13, 18, 19, 27, 41, 42], "futur": [13, 17, 28, 42], "g": [3, 8, 10, 18, 21, 22, 24, 42], "g_": 24, "ga": [13, 17], "gacod": [0, 3, 4, 5, 9, 10, 21, 25, 26, 27, 28, 33, 34, 39, 40, 41], "gacode_platform": [0, 27], "gacode_qsub": [8, 27], "gacode_root": [0, 27], "gacode_setup": [0, 27], "gafus": 0, "galleri": [11, 17], "gam": 13, "gamma": [22, 30, 31], "gamma_": [6, 7, 24, 26, 32, 39, 41], "gamma_1": 32, "gamma_2": 32, "gamma_a": [7, 34], "gamma_e_scal": 6, "gamma_p": [6, 26, 41], "gamma_p_scal": 6, "gamot": 42, "gap": 13, "gat": [9, 19, 41], "gauss": [30, 32], "gaussian": 30, "gb": [7, 24, 32, 38], "gcc": 2, "gcc13": 2, "gchat": [17, 32], "ge": 28, "gem": [16, 28], "gene": [16, 28], "gener": [3, 5, 8, 10, 12, 13, 18, 21, 22, 26, 28, 29, 30, 34, 38, 39, 41, 42], "geo": [7, 22, 28, 41], "geo_ni": [17, 23], "geo_yin": [17, 23], "geometr": [22, 30], "geometri": [3, 16, 22, 24, 25, 28, 29, 30, 31, 42], "geometry_flag": [17, 32], "georg": 42, "geqdsk": 28, "get": [9, 21, 30], "gfile": 25, "gflux_print_flag": 6, "gfortran": [0, 1], "ghat": [17, 32], "git": 0, "github": [0, 3, 9, 17], "give": [4, 10, 13, 26, 27, 31, 33], "given": [4, 5, 13, 22, 26, 38, 39], "gk": [3, 6, 7, 11, 13, 29, 30], "gkw": 17, "glf23": [13, 29], "global": [3, 5, 11, 22, 27, 28, 39, 42], "goal": [13, 38], "good": [13, 16, 39], "gpu": [5, 6, 17], "gpu_bigmem_flag": 6, "grad": [10, 22], "grad_r0": 30, "gradb": [30, 32], "gradb_factor": [17, 32], "gradient": [3, 5, 6, 11, 13, 22, 23, 24, 26, 29, 30, 32, 38, 39, 40, 42], "graduat": 13, "grain": 13, "grant": 19, "greater": 4, "greatli": [3, 11], "green": 16, "greenwald": 42, "grid": [5, 7, 13, 17, 18, 22, 30, 39], "gridpoint": [5, 6, 13, 18, 22, 23, 24, 38], "grierson": 42, "groebner": 42, "group": [13, 16, 17, 19, 28, 42], "grow": 13, "grown": 13, "growth": [13, 16, 28, 30, 32], "growthrat": [30, 32], "gs2": [13, 16, 28], "gss": [29, 42], "gstotal": 13, "gtc": 16, "guid": [5, 10, 42], "gv": 24, "gwt": [28, 42], "gyro": [3, 5, 9, 10, 13, 17, 21, 25, 26, 29, 30, 31, 32, 33, 39, 42], "gyroaverag": [3, 13], "gyrobohm": [7, 30, 32, 38, 39, 42], "gyrofluid": [13, 28, 42], "gyrokinet": [3, 4, 9, 11, 17, 21, 25, 26, 28, 29, 42], "gyroradii": 13, "gyroradiu": [4, 7, 13, 30, 32], "gyrovisc": 24, "gyroviscos": 24, "g\u00f6rler": [28, 42], "h": [13, 24, 28, 29, 42], "h_print_flag": 6, "ha": [3, 11, 13, 16, 21, 27, 28, 29, 30, 31, 32, 38, 39], "had": 13, "hahm": 42, "half": [7, 13], "hallatschek": 42, "hammett": [13, 42], "hamper": 13, "hand": [5, 10, 13, 22], "handl": 25, "hardwar": [5, 13], "harmon": [5, 6, 10], "harri": 42, "hat": [18, 22, 24, 38], "have": [3, 10, 11, 16, 26, 28, 29, 38, 39], "hazeltin": 24, "hazltin": 24, "hbc": [13, 42], "hcw": [13, 42], "he": 42, "he4": 39, "heat": [13, 16, 24, 34, 39, 42], "heavi": 26, "hein": 42, "helium": [13, 39, 42], "help": [0, 16], "henc": 26, "here": [4, 5, 10, 13, 18, 21, 26, 28, 38], "herebi": 19, "hermit": [30, 32], "heurist": [5, 42], "hh": 24, "hhw": [3, 11, 42], "hidden": 30, "hierarchi": 41, "high": [4, 5, 21, 29, 30, 32, 39, 42], "higher": [5, 13, 22, 23, 26, 39], "highli": [3, 13, 42], "hinton": [13, 17, 22, 24, 26, 42], "hirshman": [22, 24, 39], "histor": [10, 13], "histori": [11, 17], "hoc": [3, 11, 22], "hol16": [28, 42], "hold": [13, 26, 39], "holder": 19, "holland": [13, 16, 28, 42], "home": 0, "homogen": 42, "horton": [24, 42], "host": 7, "hostnam": 7, "houlberg": 24, "how": [4, 5, 6, 18, 22, 39], "howard": [3, 42], "howev": [9, 10, 13, 16, 19], "hpc": [13, 17, 41], "hr": 24, "http": [0, 2, 42], "hu": 42, "huck": 42, "human": 7, "hw06": [13, 42], "hw85": [26, 42], "hwc04": [13, 42], "hwm": [28, 42], "hybrid": 42, "hybridtest": 0, "hypothesi": 13, "i": [0, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 16, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 41, 42], "i0": 26, "i1": 26, "i_": [30, 32], "iaea": 42, "ibm": 13, "ibranch": [17, 32], "idea": 25, "ident": 13, "identifi": 13, "identit": 28, "idiosyncrat": 11, "ie": 24, "ieee": 42, "iflux": [17, 32], "ignor": [13, 18, 22, 26, 30, 32, 38], "igor": [3, 41], "iii": 42, "imag": [11, 16, 17, 42], "imex": 13, "immedi": 30, "impact": 42, "implement": [13, 16, 26, 28, 42], "impli": 19, "implic": [41, 42], "implicit": [4, 13, 38], "import": [0, 3, 13, 26, 29, 30, 38], "impos": [13, 16], "improv": [13, 25, 29, 30], "impur": [13, 26, 39, 42], "inc": 0, "includ": [5, 9, 11, 12, 13, 16, 18, 19, 21, 22, 23, 24, 28, 30, 32, 38, 42], "inclus": [5, 26, 28], "incorpor": 16, "incorrect": 16, "increas": [5, 10, 13, 16, 26, 29, 39], "increasingli": [3, 11], "inde": 13, "independ": [5, 13, 22, 26, 33, 38, 39], "index": [7, 22, 31], "indic": 13, "individu": 28, "induc": [5, 13, 22, 26], "induct": [22, 23], "infer": [5, 10, 13, 22], "infinit": 29, "influenc": [26, 38], "info": [4, 5, 7], "inform": [3, 7, 10, 11, 18, 24, 27], "initi": [5, 6, 9, 13, 14, 15, 16, 25, 28, 39, 40, 42], "inject": 26, "inner": 5, "input": [4, 7, 8, 10, 11, 17, 24, 25, 28, 29, 31, 41], "insid": 5, "insofar": 21, "instabl": [13, 30, 32, 42], "instal": [0, 1, 2, 17], "instanc": [26, 33, 39], "instead": [22, 33, 38], "instruct": 27, "instrument": 16, "int": 34, "int_": 22, "int_0": [34, 38], "int_r": 38, "integ": [5, 22, 23], "integr": [3, 4, 5, 6, 13, 22, 33, 38, 39], "intens": [5, 16, 29, 31, 32, 42], "intensity_spectrum": [17, 32], "interact": 8, "intercod": 16, "interconnect": 13, "interest": [11, 28, 38], "interestingli": 13, "interfac": [3, 7, 17, 21, 22, 32], "intern": [5, 6, 22, 42], "interpol": 24, "interpret": 24, "interprocess": 42, "interv": 6, "intev": 16, "introduc": 38, "invari": 4, "invent": 13, "investig": [13, 28], "invit": 42, "inward": [30, 32], "ion": [5, 6, 7, 13, 16, 18, 22, 24, 26, 28, 29, 30, 32, 38, 39, 40, 42], "ip": [5, 22], "ipccw": [6, 10, 17, 23], "ipm": 13, "irreduc": [30, 32], "isotop": 42, "isotrop": 22, "isotropi": 13, "issu": [0, 9, 13, 19, 28], "itb": 13, "iter": [38, 39, 42], "iterdb": 28, "iterdb2gyro": 25, "iterdb_read": 25, "itg": [13, 16, 29, 30], "itpa": 28, "its": [3, 5, 13, 16, 22, 29, 33], "ix": 24, "j": [12, 16, 24, 28, 38, 42], "j_": 24, "j_r": 34, "jacobian": [17, 34, 39, 40], "jan": 17, "jb": [18, 21], "jbstor": 18, "jcp": 42, "jeff": 3, "jenko": 42, "jet": [13, 29], "jift": 41, "jj": 38, "jnb": 18, "job": [8, 25, 27, 33, 39], "journal": 13, "jr": 42, "jrf": 18, "jt60": 13, "juli": 16, "june": [16, 42], "justifi": 26, "k": [22, 24, 29, 30, 32, 42], "k_": [5, 16, 24, 30, 32], "k_a": 26, "k_per": [30, 32], "k_r": 16, "k_x": [5, 6, 7, 31, 32], "k_y": [4, 5, 6, 7, 31, 32], "kaiser": 42, "kappa": [6, 10, 17, 18, 23, 30, 32], "kappa_loc": [17, 32], "karp": 5, "kay": 42, "kb": 29, "keep": 0, "kei": [3, 4, 13, 16, 17, 38], "kept": 5, "kerbel": 42, "kernel": [3, 7], "kev": [4, 18, 24], "kg": [21, 22, 24], "kh94": [13, 42], "kiefer": 42, "kim": 42, "kind": 19, "kinet": [3, 5, 11, 13, 21, 22, 23, 24, 28, 29, 39, 42], "kinsei": 42, "kishimoto": 42, "kkh": [13, 42], "knolker": 42, "know": 10, "known": [13, 26], "knoxvil": 42, "koh": 24, "kojak": 13, "kone": 42, "kot88": [13, 42], "kotschenreuth": [13, 42], "kramer": 42, "kro99": [13, 42], "kromm": [13, 42], "krt95": [13, 42], "ksw08": [29, 42], "kutta": 13, "kwc05": [3, 11, 13, 42], "kwc06": [3, 11, 13, 42], "kwc07": [3, 11, 13, 42], "kx": [31, 32], "kx0": [30, 32], "kx0_loc": [17, 32], "kx_e": [31, 32], "kx_phi": 41, "kxky_apar": [5, 7], "kxky_bpar": [5, 7], "kxky_e": 7, "kxky_n": 7, "kxky_phi": [5, 7], "kxky_v": 7, "ky": [4, 6, 17, 32], "ky_cflux": 7, "ky_flux": [7, 41], "ky_phi": 41, "kygrid_model": [17, 32], "kymin": 30, "l": [5, 13, 16, 17, 20, 22, 29, 42], "l11": 22, "l12": 22, "l21": 22, "l22": 22, "l25": 42, "l_": 24, "l_0": 5, "l_m": 22, "l_t": 16, "l_x": [5, 39], "label": 18, "lack": 29, "laguerr": [5, 22, 24], "lambda": [5, 22], "lambda_": 24, "lambda_deby": 6, "lambda_debye_scal": 6, "landau": [13, 29, 42], "landmark": 13, "langl": [26, 34], "languag": 13, "laptop": 17, "larg": [3, 4, 5, 8, 11, 13, 16, 22, 26, 30, 32, 39, 42], "larger": [3, 5, 11, 13, 16, 29], "larmor": [13, 16, 22, 23, 24, 29], "last": [0, 26, 30, 32, 39], "later": [13, 16], "latter": [13, 16], "law": 42, "layer": [3, 11, 13], "layout": [13, 27], "lcf": 5, "ldot": [5, 13, 24, 26], "le": [5, 16, 22], "le3": 22, "lead": 26, "leav": [5, 26], "leboeuf": 42, "lebrun": 42, "led": 25, "lee": 42, "left": [4, 5, 10, 22, 23, 24, 26, 34, 37, 38, 39], "legaci": [4, 11], "legend": 17, "legendr": [5, 22, 24], "leht02": [13, 42], "length": [3, 5, 6, 13, 21, 22, 24, 30, 32, 39, 40], "less": [5, 13, 39], "lett": [16, 42], "letter": [9, 19], "level": [0, 16, 28, 39], "li": 42, "liabil": 19, "liabl": 19, "libfftw3": 1, "libmpich": 1, "librari": 1, "licens": 17, "like": [3, 8, 10, 11, 13, 16, 18], "limit": [19, 21, 22, 24, 26, 30, 31, 32, 42], "lin": [16, 42], "line": [0, 2, 13, 16, 18, 23, 27, 41], "linear": [5, 8, 13, 14, 16, 21, 22, 28, 29, 30, 41, 42], "link": [0, 17, 28, 41], "linsker": [30, 32], "linsker_factor": [17, 32], "linux": 0, "list": [3, 8, 9, 11, 17, 19, 21, 28, 29, 33], "littl": [13, 29, 38], "ll": [21, 26], "llnl": 16, "ln": [5, 16, 22, 24, 26], "loc": [37, 39], "loc_betae_scal": [17, 40], "loc_dx": [17, 40], "loc_dx_max": [17, 40], "loc_er_feedback_flag": [17, 40], "loc_evolve_grad_only_flag": [17, 40], "loc_he_feedback_flag": 17, "loc_iteration_method": 39, "loc_lock_profile_flag": [17, 40], "loc_rad": [4, 41], "loc_relax": [17, 40], "loc_residual_method": [17, 40], "loc_restart_flag": [17, 40], "loc_scenario": [17, 40], "loc_te_feedback_flag": [17, 40], "loc_ti_feedback_flag": [17, 40], "local": [5, 10, 17, 21, 22, 23, 24, 28, 38, 39, 42], "locat": [13, 16], "locpargen": 4, "log": 5, "logarithm": [23, 30], "logic": 27, "long": [5, 13, 26], "longrightarrow": 26, "look": [10, 18], "loop": 5, "lorentz": [5, 26], "loss": [5, 13, 26, 42], "lost": 13, "low": [3, 5, 11, 13, 16, 25, 29, 30, 32], "lower": [5, 13, 22], "lowest": [5, 22, 30], "lpe": [13, 42], "luda": 42, "lvert": [16, 30, 32], "m": [5, 18, 24, 26, 28, 42], "m2": 0, "m_": [3, 5, 21, 22, 24, 30, 32], "m_a": 34, "m_d": [4, 5, 7, 22, 24], "m_e": 5, "m_i": 26, "m_theta": 24, "ma": 18, "mac": 0, "mach": [6, 26, 30, 32], "mach_scal": 6, "machin": 0, "macport": 2, "made": [9, 13, 19, 21, 30, 32], "magnet": [4, 5, 6, 13, 16, 17, 22, 23, 24, 28, 30, 32, 42], "magnitud": [16, 22], "mahinthakumar": 42, "mai": [16, 26, 28, 42], "main": [5, 25, 26, 32, 39], "maintain": [13, 17, 27], "maj": [30, 32], "major": [5, 6, 10, 13, 18, 22, 23, 24, 30, 32], "make": [0, 5, 9, 13, 19, 38, 39], "makefil": 0, "malonei": 42, "manag": [8, 13, 33, 39, 40], "mani": [6, 11, 13], "manner": 13, "manual": 13, "mar": 28, "margin": [13, 16], "marinoni": 42, "mark": 13, "mass": [3, 5, 6, 13, 21, 22, 23, 24, 26, 30, 32], "mass_": [6, 17, 23], "mass_1": [5, 17, 22, 32], "mass_2": [5, 22], "mass_3": [5, 22], "match": [4, 13, 28, 39, 42], "math": 22, "mathbf": [5, 10, 13, 14, 16, 22, 26, 30], "mathrm": [3, 5, 10, 13, 16, 24, 34, 37, 39], "mathtt": [4, 24, 37], "matric": 38, "matrix": [26, 38], "max": [5, 23, 39], "max_": 10, "max_tim": 6, "maxim": [5, 30, 32], "maximum": [5, 6, 13, 22, 30, 32, 39, 40], "maxwel": 42, "maxwellian": [5, 16, 21, 22, 24, 30], "mbox": 38, "mcclenaghan": 42, "mckee": 42, "md": [30, 32], "me": [30, 32], "mean": [10, 13, 22, 26, 42], "meaning": 24, "measur": [5, 13, 16, 22, 26, 28, 30, 32, 38, 42], "mechan": 30, "meet": 13, "memori": [5, 6, 7, 13], "merchant": 19, "mesh": [5, 7, 33], "meshpoint": 5, "method": [3, 4, 13, 16, 17, 29, 30, 32, 38, 39, 42], "metric": [28, 42], "mhd": [13, 30], "microst": [28, 42], "microturbul": 42, "mid": 13, "midplan": [4, 5, 22, 24, 30, 32], "mikkelsen": 42, "mila": [16, 42], "miller": [5, 22, 28, 29, 30], "milovich": 42, "min": [13, 23, 27], "min_": 10, "mine": 0, "minim": [33, 38, 39], "minimium": 5, "minimum": [5, 30, 32, 42], "minor": [3, 4, 5, 6, 10, 13, 18, 21, 22, 23, 24, 30, 32], "mint": 0, "miscellan": 17, "misunderstand": 13, "mit": [3, 13], "mix": 30, "mod": [13, 24, 42], "mode": [5, 6, 7, 8, 13, 14, 16, 17, 20, 21, 22, 23, 24, 29, 30, 31, 32, 39, 40, 42], "model": [3, 5, 6, 9, 10, 11, 13, 16, 22, 24, 26, 28, 30, 31, 32, 33, 39, 42], "modest": 13, "modif": [9, 19], "modifi": [3, 4, 5, 8, 11, 19, 24, 38], "modul": [21, 22], "modular": 13, "moment": [5, 6, 10, 22, 26, 29, 30], "moment_print_flag": [6, 7], "momentum": [5, 6, 7, 10, 13, 17, 18, 24, 32, 42], "monitor": 41, "monolith": [21, 24], "monomi": 22, "monoton": 13, "moor": 42, "more": [0, 3, 11, 13, 18, 22, 28, 29, 30, 38, 39], "moreov": [13, 16], "morph": 25, "most": [0, 5, 13, 16, 26, 28, 30, 32, 33, 34], "mostli": 13, "motiv": [3, 11, 13, 16, 25], "move": [3, 10, 11, 13], "mp": 2, "mpi": [0, 2, 5, 6, 7, 8, 27], "mpi_rank_ord": 6, "mpich": [1, 2], "mst1": 42, "much": [13, 22], "multi": [11, 13, 16, 21, 39, 42], "multipl": [3, 5, 13, 24, 28, 33, 38], "multipli": [5, 30, 32], "multiscal": [3, 42], "multistream": 13, "must": [0, 5, 10, 13, 22, 38], "mw": 18, "mxh": [10, 18], "mxh3": 10, "mynick": 42, "n": [0, 4, 5, 6, 8, 10, 14, 15, 16, 17, 18, 24, 27, 31, 32, 34, 39, 42], "n_": [5, 21, 22, 24, 30, 31, 32], "n_0": 16, "n_a": [5, 7, 22, 26, 34], "n_c": 16, "n_e": [3, 5, 7, 16, 18, 24, 38], "n_energi": [6, 17, 23, 41], "n_evolv": 39, "n_field": 6, "n_global": 6, "n_mpi": 39, "n_r": 22, "n_radial": [6, 17, 23, 24], "n_speci": [6, 17, 23], "n_theta": [6, 17, 23, 24, 41], "n_toroid": 6, "n_xi": [6, 17, 23, 41], "na": 10, "nabla": [10, 16, 22, 26, 34], "name": [9, 13, 16, 19, 21, 24], "nathan": 3, "natur": 13, "nbasis_max": [17, 32], "nbasis_min": [17, 32], "nbi": 39, "ncc": [16, 42], "nclass": [21, 22, 24], "ne": [18, 22], "ne_ad": [17, 23], "nearli": 13, "need": [0, 5, 8, 14, 25, 38], "neg": [5, 10, 22, 23], "neglect": [10, 13, 16], "neglig": [5, 13], "neo": [0, 3, 9, 10, 16, 17, 25, 26, 27, 33, 34, 38, 39, 40, 42], "neo_": 21, "neo_aniso_model_in": 22, "neo_dens_in": 22, "neo_dlnndr_in": 22, "neo_dlntdr_in": 22, "neo_dlntdr_para_in": 22, "neo_dlntdr_perp_in": 22, "neo_eflux_thchi_out": 24, "neo_eflux_thhhe_out": 24, "neo_eflux_thhhi_out": 24, "neo_eflux_ths_out": 24, "neo_efluxncv_dke_out": 24, "neo_efluxncv_gv_out": 24, "neo_efluxtot_dke_out": 24, "neo_efluxtot_gv_out": 24, "neo_efluxtot_nclass_out": 24, "neo_init": 21, "neo_interfac": [21, 24], "neo_jpar_dke_out": [21, 24], "neo_jpar_nclass_out": 24, "neo_jpar_ths_out": 24, "neo_jtor_dke_out": 24, "neo_jtor_ths_out": 24, "neo_mass_in": 22, "neo_mflux_dke_out": 24, "neo_mflux_gv_out": 24, "neo_n_species_in": 21, "neo_pflux_dke_out": 24, "neo_pflux_gv_out": 24, "neo_pflux_nclass_out": 24, "neo_pflux_thhh_out": 24, "neo_pflux_thhs_out": 24, "neo_profile_dlnndr_scale_in": 22, "neo_profile_dlntdr_scale_in": 22, "neo_rotation_model": 22, "neo_run": 21, "neo_temp_in": 22, "neo_temp_para_in": 22, "neo_temp_perp_in": 22, "neo_vpol_dke_out": 24, "neo_vpol_nclass_out": 24, "neo_vtor_dke_out": 24, "neo_vtor_nclass_out": 24, "neo_z_in": 22, "neoclass": [9, 13, 21, 22, 24, 25, 26, 34, 38, 39, 42], "nersc": [8, 17, 41], "net": 13, "netcdf": 2, "network": [22, 42], "neural": 22, "neutral": [22, 26], "nevin": [13, 42], "new": [0, 3, 10, 16, 18, 25, 29, 30, 32, 39, 42], "new_eikon": [17, 32], "newton": [38, 39, 40], "nexp": 18, "next": [13, 29], "nhd": [13, 42], "ni": 18, "nion": [18, 41], "nishimura": 42, "nky": [17, 31, 32], "nl": 30, "nl00": 8, "nl01": 8, "nl_flag": 41, "nm": 31, "nmode": [17, 31, 32], "no_cbla": 0, "no_lapack": 0, "no_shar": 0, "node": [5, 27, 30, 32], "nois": [13, 42], "nomin": 16, "nomp": [0, 8, 27], "non": [5, 13, 23, 24, 30, 32], "nonadiabat": 13, "nonaxisymmetr": [22, 42], "none": 24, "noninfring": 19, "nonlinear": [3, 5, 6, 8, 11, 14, 16, 28, 29, 41, 42], "nonlinear_flag": 6, "nonloc": [13, 42], "nonreson": 13, "nontherm": [39, 40], "nonuniform": 18, "nonuniformli": 26, "nonzero": [5, 24], "norm": [21, 22, 24, 26], "normal": [5, 6, 10, 13, 16, 17, 22, 23, 24, 30, 31, 32, 34, 38, 39], "normalzi": 38, "notat": [5, 34], "note": [5, 9, 17, 19, 22, 23, 24, 26, 28, 30, 31, 32, 38], "noth": 13, "notic": [9, 19], "nov": 30, "novel": 13, "now": 13, "nq": 4, "ns_in": 31, "nsts_crossphase_spectrum": [17, 32], "nstx": [13, 29, 30, 42], "nth": 39, "ntheta": 41, "nu": [10, 22], "nu_": 5, "nu_1": [17, 23], "nu_e": [6, 41], "nu_ei": 28, "nu_glob": 6, "nucl": 42, "nuclear": 42, "number": [5, 6, 8, 13, 16, 18, 21, 22, 23, 24, 26, 30, 32, 33, 38, 39, 40], "numer": [0, 3, 5, 8, 10, 11, 13, 17, 22, 24, 28, 41, 42], "nunami": 42, "nup_alpha": 6, "nup_radi": 6, "nup_theta": 6, "nwidth": [17, 32], "nx": 28, "nxgrid": [17, 32], "o": [5, 26], "observ": [13, 16, 26, 28], "obtain": [10, 13, 16, 19, 29, 33], "occur": 13, "octob": 42, "odd": 22, "off": [5, 39, 42], "offer": 11, "offload": [5, 6], "offset": [30, 32], "often": [0, 5, 8, 26, 30], "ohm": 42, "ohmic": [16, 18], "oint": 34, "old": 28, "older": 28, "omega": [17, 22, 34], "omega0": 18, "omega_": 26, "omega_0": [18, 22, 24, 26, 34], "omega_1": 26, "omega_intel": 27, "omega_rot": [17, 23, 26], "omega_rot_deriv": [17, 23, 26], "omp": [7, 27], "onc": [5, 27], "one": [5, 10, 13, 22, 30, 32, 38, 39], "ones": [0, 13], "onetwo": [13, 18, 25, 28], "onli": [5, 6, 11, 13, 16, 22, 23, 24, 26, 27, 28, 30, 38, 39], "open": [13, 16], "openbla": 17, "openmp": 0, "oper": [5, 13, 16, 21, 22, 33, 39, 40, 42], "operation": 38, "opposit": 13, "optim": [3, 5, 13, 42], "option": [21, 22, 41], "orbit_grid": 28, "order": [0, 4, 5, 6, 13, 16, 18, 21, 22, 23, 24, 26, 28, 30, 32, 33], "org": 2, "organ": 13, "orient": [5, 6, 17, 22], "orienti": [5, 22], "origin": [13, 28, 38, 39], "ornl": [8, 13, 42], "osx": 0, "other": [5, 10, 13, 16, 19, 22, 25, 28, 33, 39, 42], "otherwis": [9, 19, 22, 28, 30], "our": 13, "out": [5, 7, 8, 13, 16, 17, 18, 19, 22, 26, 29, 30, 32], "outboard": [5, 22, 24, 30, 32], "outer": 5, "output": [5, 8, 17, 22, 23, 25, 28, 29, 30, 31], "outward": 26, "oval": [6, 10], "over": [3, 13, 16, 18, 21, 28, 29, 31, 32], "overal": [4, 30], "overcom": 13, "overestim": 16, "overlin": 32, "overview": [13, 17], "ow": 13, "own": 0, "p": [5, 22, 26, 30, 32, 34, 38, 42], "p_": 24, "p_a": [22, 26], "p_l": 22, "p_prime_loc": [17, 32], "pa": 42, "pace": 42, "packag": 0, "page": 28, "pai": 8, "painstak": 13, "paper": [16, 34], "paradigm": [13, 42], "paradox": [13, 42], "parallel": [5, 7, 14, 18, 22, 23, 24, 26, 30, 31, 32, 33, 39, 42], "paramat": 16, "paramet": [4, 5, 13, 16, 17, 18, 21, 22, 24, 30, 31, 38, 39, 41], "parameter": [5, 10, 28, 42], "paramt": 22, "park": [17, 32], "parker": 42, "parser": 18, "part": [13, 16], "parti": [9, 19], "partial": [4, 5, 10, 22, 24, 26, 30, 32, 34, 38], "partial_t": 38, "particip": 16, "particl": [7, 13, 18, 22, 24, 26, 28, 29, 31, 32, 34, 39, 42], "particular": [13, 19], "particularli": [13, 26], "pascal": 18, "pass": [13, 30, 32, 42], "pass_grid": 28, "past": 17, "patel": 42, "pathologi": 13, "pattern": 13, "pci": 13, "peak": [13, 30, 42], "pedest": [3, 11, 38, 41], "peebl": 42, "peeter": 42, "per": [6, 13, 27, 31, 32, 38], "perc": 13, "percent": 13, "pereverzev": 42, "perfect": 16, "perfectli": [13, 30], "perform": [3, 13, 16, 28, 39, 41, 42], "period": [13, 22, 25], "perlmutt": [17, 41], "perlmutter_cpu": 27, "perlmutter_gpu": 27, "permiss": 19, "permit": 19, "perp": [5, 22], "perpendicular": [16, 22, 23, 41], "persist": 13, "person": 19, "perspect": 17, "perturb": [5, 13], "petascal": 42, "petti": 42, "pfirsh": 26, "pg3eq": [13, 16], "ph": 16, "phase": [16, 29, 31, 32, 42], "phd": 42, "phenomena": [3, 11, 13], "phenomenon": 13, "phi": [5, 7, 10, 14, 18, 26, 31, 32], "phi_": [22, 24, 26], "phi_0": [22, 24, 26], "phi_1": [24, 26], "php": 2, "phy": [16, 24, 42], "physic": [4, 7, 9, 13, 16, 28, 30, 39, 41, 42], "physrevlett": 42, "pi": [5, 10, 18, 22], "pi_": [7, 24, 32], "pi_1": 32, "pi_2": 32, "pi_a": [7, 34], "pi_e": 32, "pic": [13, 16], "pick": 30, "pictur": 13, "pinch": [13, 42], "pinsker": 42, "pioneer": [3, 11], "pip": 41, "pitch": [5, 6, 22, 24, 28], "pittsburgh": 42, "pivot": 39, "place": 29, "plai": [3, 11, 13, 16, 26, 29], "planck": [21, 26, 42], "plank": 22, "plasma": [3, 5, 11, 13, 16, 18, 21, 22, 24, 25, 28, 29, 39, 42], "platform": [8, 13, 17, 27, 41], "pleas": [0, 12, 18], "plot": [8, 16, 17, 28, 41], "plu": [6, 8], "pmac": 13, "pmatrix": 38, "point": [5, 13, 16, 18, 28, 38, 39], "poisson": 21, "pol": 10, "polflux": 18, "poloid": [5, 6, 10, 13, 18, 22, 23, 24, 26, 30, 32, 41, 42], "polynomi": [5, 22, 23, 24, 30, 32], "popul": 42, "popular": [3, 13, 38], "porkolab": 42, "port": [2, 13], "portion": [9, 19], "posit": [5, 10, 22], "possibl": [6, 13, 28, 38], "possibli": 11, "potenti": [5, 13, 22, 24, 26, 30], "power": [13, 16, 17, 18, 38, 39, 40], "ppc": 13, "ppcf": 24, "pppl": 41, "practic": [13, 21, 26, 34], "pre": [11, 17, 25], "prebuilt": 17, "precis": [5, 6], "predecessor": 29, "predict": [13, 16, 28, 29, 42], "prefer": [30, 38], "prehistori": 17, "prepend": 21, "presenc": [13, 26], "present": [9, 12, 13, 16, 17, 19, 22, 24, 26, 41], "preset": 30, "pressur": [3, 5, 6, 11, 18, 22, 23, 30, 32], "prevent": [30, 32], "previou": [13, 26], "primari": [13, 21, 28, 33], "primarili": 3, "prime": [22, 34, 38], "principl": 13, "print": [5, 8, 22], "print_step": [4, 6], "prior": [13, 16], "priori": 26, "probabl": [13, 39], "problem": [5, 13, 22, 23, 38], "proce": 27, "proceed": 42, "process": [5, 6, 25, 39], "produc": [13, 24, 26], "product": [13, 42], "profil": [3, 5, 6, 9, 10, 11, 13, 16, 18, 21, 22, 25, 29, 33, 38, 39, 42], "profile_dlnndr_": [17, 23], "profile_dlnndr_1_scal": 22, "profile_dlnndr_2_scal": 22, "profile_dlnndr_3_scal": 22, "profile_dlntdr_": [17, 23], "profile_dlntdr_1_scal": 22, "profile_dlntdr_2_scal": 22, "profile_dlntdr_3_scal": 22, "profile_equilibrium_model": [10, 17, 23], "profile_erad0_model": [17, 23], "profile_model": [6, 17, 23, 24], "profiles_gen": [4, 17, 18, 41], "profiles_gen_plot": 41, "program": [0, 13], "progress": 13, "project": [0, 5, 13, 21, 27, 42], "pronounc": 13, "propag": 16, "proper": [10, 19], "properli": [10, 13], "properti": [5, 42], "provid": [3, 11, 13, 19, 25, 28], "pseudospectr": 5, "psfc": 41, "psi": [4, 10, 18, 22, 26, 34], "psi_": 10, "pst": 41, "ptot": 18, "public": [9, 12, 16, 17, 19], "publish": [9, 13, 16, 19], "pueschel": 42, "pull": [9, 19], "pure": [13, 16, 26], "purpos": [3, 5, 9, 19], "push": 26, "put": 38, "pygacod": 41, "python": [0, 2, 3, 7, 17], "python3": 2, "q": [4, 6, 10, 13, 17, 18, 23, 24, 26, 30, 32, 34, 38, 42], "q_": [7, 13, 24, 32, 37, 38, 39], "q_1": 32, "q_2": 32, "q_a": [7, 34], "q_e": [16, 32, 37, 38], "q_i": [37, 38], "q_loc": [17, 32], "q_prime_loc": [17, 32], "q_sa": [17, 32], "qa": [30, 32], "qbeam": [18, 37], "qbeami": [18, 37], "qbrem": [18, 37], "qcxi": [18, 37], "qei": [18, 37], "qfuse": [18, 37], "qfusi": [18, 37], "qhat": 38, "qion": [18, 37], "qioni": [18, 37], "ql": [29, 31, 32], "ql_flux_spectrum": [17, 32], "qline": [18, 37], "qmom": 18, "qohm": [18, 37], "qpar_beam": 18, "qpar_wal": 18, "qrfe": [18, 37], "qrfi": [18, 37], "qsync": [18, 37], "quad": [26, 34, 38], "quadratur": [30, 32], "qualit": 28, "qualiti": 25, "quantit": 16, "quantiti": [3, 10, 16, 21, 22, 24, 26, 38], "quasi": [22, 26, 30, 42], "quasilinear": [16, 29, 30, 32, 42], "quasineutr": [4, 5, 6, 39], "quasineutral_flag": 6, "quench": [13, 29, 30, 32, 42], "queri": 0, "question": [13, 17, 28], "queue": 8, "quick": 17, "quit": 13, "r": [0, 4, 5, 10, 12, 13, 16, 18, 21, 22, 24, 26, 30, 32, 34, 38, 42], "r_": [30, 32, 38], "r_0": [5, 10, 18, 22, 24, 26], "r_1": 38, "r_2": 38, "r_3": 38, "r_j": [24, 38], "rad": [18, 34, 37], "radial": [3, 5, 6, 11, 13, 16, 22, 23, 24, 26, 33, 38, 39, 42], "radian": 18, "radiat": [18, 34, 39], "radii": [13, 39], "radiu": [3, 4, 5, 6, 10, 13, 16, 18, 21, 22, 23, 24, 29, 30, 32, 39, 42], "rais": 0, "rang": [13, 16, 21, 22], "rangl": [26, 34], "rank": [5, 6, 7, 30, 32], "rapid": 26, "rapidli": [38, 42], "rate": [5, 6, 13, 16, 22, 26, 28, 30, 32, 34], "rather": [7, 13, 26, 38, 39], "ratio": [5, 13, 21, 22, 24, 29, 39], "ration": 13, "rational": 25, "raw": 5, "rb_": [30, 32], "rbf": 28, "rc": 0, "rc_": [30, 32], "re": 22, "reach": 13, "reaction": 39, "reactor": [37, 39, 42], "read": [5, 7, 22, 25, 28, 34, 39], "readabl": 7, "reader": 11, "real": [3, 11, 13, 41], "realist": [13, 42], "realiti": 10, "realli": 26, "reason": 26, "recent": [11, 13, 16, 28, 29, 30], "recipi": 9, "recombin": 18, "recommend": [0, 4, 5, 7, 30], "rectangular": 24, "red": 16, "redistribut": 26, "reduc": [3, 5, 6, 11, 13, 14, 26, 38], "reduct": 13, "reed": 42, "ref": [22, 38], "refer": [5, 13, 17, 19, 24, 28], "refin": [13, 30], "reflect": 10, "refus": 16, "reg08": 8, "reg14": 18, "regard": 17, "regardless": 22, "regim": [3, 13, 16, 26], "region": [3, 11, 13, 29], "regress": [0, 8], "regular": 8, "rel": [5, 6, 16, 22, 30], "relat": [13, 24, 26, 34], "relax": [13, 38, 39, 40], "relev": [13, 26, 42], "reliabl": 13, "remain": [13, 30], "remark": [16, 26, 29], "renorm": 39, "repeatedli": 13, "repo": [8, 27], "report": [28, 42], "repositori": [0, 17], "repres": [13, 21, 26], "represent": [10, 34, 42], "reproduc": [11, 13, 16, 30], "repsect": 30, "request": [9, 19], "requir": [3, 5, 9, 11, 13, 18, 22, 25, 26, 27, 29, 34, 42], "rescal": 16, "research": [3, 11, 13, 16, 28], "reset": 5, "residu": [13, 38, 39, 40], "resolut": [5, 22, 39, 41, 42], "resolv": [13, 30], "resourc": [13, 16, 28], "respect": [5, 21, 22, 26, 30, 32], "respond": 30, "respons": [29, 42], "restart": [5, 6, 39, 40, 41], "restart_step": 6, "restrict": [9, 13, 19, 26, 38], "result": [5, 8, 9, 11, 13, 17, 19, 26, 29, 30, 38, 42], "retain": [3, 5, 10, 13, 21], "return": [5, 14, 22, 30, 31], "rev": [16, 24, 42], "revers": [13, 42], "review": 13, "revis": 16, "rewoldt": 42, "rf": 18, "rh": [13, 22], "rh98": [13, 42], "rho": [4, 5, 16, 18, 30, 32, 42], "rho_": [4, 5, 7, 13, 16, 21, 22, 24, 28, 31, 38], "rho_i": [21, 26], "rho_ion": 30, "rho_star": [17, 23], "rhode": 42, "right": [4, 5, 10, 19, 22, 23, 24, 26, 34, 37, 38, 39], "rightarrow": [4, 5, 13, 22, 24, 38], "rigor": [13, 26], "rise": 13, "rk": 13, "rk4": 5, "rlns_1": [17, 32], "rlts_1": [17, 32], "rm": [4, 5, 7, 10, 16, 18, 21, 22, 23, 24, 26, 30, 32, 34, 38], "rmaj": [6, 10, 18], "rmaj_loc": [17, 32], "rmaj_over_a": [10, 17, 23], "rmaj_sa": [17, 32], "rmin": [6, 10, 18], "rmin_loc": [17, 32], "rmin_over_a": [10, 17, 23], "rmin_over_a_2": [17, 23], "rmin_sa": [17, 32], "roach": 42, "robust": [13, 16, 38, 39], "roger": 42, "role": [13, 16, 26, 29, 33, 42], "ron": 28, "root": [38, 39], "rosenbluth": [13, 24, 42], "rost": 42, "rotat": [3, 5, 18, 21, 22, 28, 33, 38, 39, 42], "rotation_model": [6, 17, 23, 24], "roth": 42, "rough": 16, "roughli": [10, 13, 16, 30], "routin": [13, 39], "row": 24, "rule": [0, 29, 30, 32, 38, 39, 40, 42], "run": [0, 5, 10, 13, 14, 21, 22, 24, 27, 29, 30, 39], "runawai": 13, "rung": 13, "runtim": 24, "s0021": 42, "s_": [5, 10, 22, 34], "s_1": 10, "s_2": 10, "s_3": 10, "s_delta": [6, 10, 17, 23], "s_delta_loc": [17, 32], "s_e": 38, "s_i": [26, 38], "s_kappa": [6, 10, 17, 23], "s_kappa_loc": [17, 32], "s_n": 10, "s_w": 34, "s_zeta": [6, 10, 17, 23], "s_zeta_loc": [17, 32], "s_zmag": [10, 17, 23], "safe": 39, "safeti": [0, 5, 6, 10, 13, 18, 22, 23, 24, 30, 32, 42], "sai": [0, 26], "same": [5, 11, 13, 16, 26, 28, 39], "sampl": [18, 27, 39], "san": 42, "santoro": 42, "sat0": [29, 30], "sat1": [29, 30, 32], "sat2": [29, 30], "sat3": [29, 30], "sat_geo_spectrum": [17, 32], "sat_rul": [17, 31, 32], "satur": [13, 16, 30, 31, 32, 42], "sauter": 24, "save": 5, "sbc": [29, 30, 42], "sc2004": 42, "scalar": [26, 31, 32], "scalar_saturation_paramet": [17, 32], "scale": [4, 5, 6, 10, 13, 16, 22, 23, 24, 26, 30, 39, 40, 42], "scan": [13, 16], "scatter": 28, "scb": [29, 30, 42], "scenario": [17, 18, 33, 39, 40, 42], "scheme": [5, 13, 22, 38, 39, 40], "schh16": [29, 30, 42], "schl\u00fcter": 26, "schmitz": 42, "schumak": 42, "sci": 42, "scidac": [13, 42], "scienc": 17, "scratch": [3, 11], "screen": 8, "script": 8, "scw": [29, 42], "sdsc": 3, "seamlessli": 13, "search": [30, 32], "second": [4, 24, 26, 28, 39], "section": 26, "see": [4, 5, 9, 18, 22, 26, 29, 30, 32, 33, 39], "seem": 13, "seen": 28, "select": [2, 5, 6, 22], "selector": [5, 6, 23], "self": [5, 6, 13, 24, 30, 32, 39, 42], "selfupd": 2, "send": [9, 41], "sensit": 16, "separ": [13, 16, 25], "seri": [16, 24, 28, 42], "serial": [17, 39], "serv": 28, "set": [0, 2, 4, 5, 8, 13, 21, 22, 26, 28, 30, 31, 32, 39], "setup": [5, 27], "sever": 13, "sevil": 42, "sfiligoi": [3, 41, 42], "sgi": 13, "sh01": [13, 42], "sh98": [26, 34, 42], "shafer": 42, "shafranov": [5, 6, 10, 22, 23, 30], "shall": [9, 19], "shampin": 5, "shan": 42, "shape": [3, 5, 10, 13, 16, 18, 21, 22, 25, 29, 39, 42], "shape_cos0": [6, 10, 17, 18], "shape_cos1": [6, 10, 17, 18], "shape_cos2": [6, 10, 17, 18], "shape_cos3": [6, 10, 17, 18], "shape_s_cos0": [6, 10, 17], "shape_s_cos1": [6, 10, 17], "shape_s_cos2": [6, 10, 17], "shape_s_cos3": [6, 10, 17], "shape_s_sin3": [6, 10, 17], "shape_sin3": [6, 10, 17, 18], "share": [0, 27, 39], "shat_sa": [17, 32], "shear": [5, 6, 10, 13, 16, 17, 23, 24, 26, 29, 30, 32, 42], "shell": 0, "shend": 42, "shift": [6, 10, 13, 17, 23, 29, 30, 31, 32], "shirai": 42, "short": [6, 7, 13, 15, 23, 24, 32, 40], "shorter": 5, "shortfal": [17, 20, 42], "shorthand": 38, "shot": 28, "should": [0, 4, 5, 8, 22, 23, 24, 28, 39], "show": [8, 13, 16, 26, 39], "shown": [10, 13, 16, 23, 28], "shrinkag": 39, "shumak": 42, "shut": 39, "side": 13, "sigma": [24, 38], "sigmar": [22, 24, 39], "sign": [10, 22, 23, 30, 32], "sign_bt": [17, 32], "sign_it": [17, 32], "signal": 39, "signific": [5, 13, 16], "significantli": [13, 16], "silent": 6, "silent_flag": [6, 17, 23, 24], "sim": 38, "sim_model": [17, 23, 24], "simeq": [26, 38], "similar": [13, 26, 28, 42], "simpl": [5, 8, 29, 31, 39], "simpli": 39, "simplif": 34, "simplifi": [13, 30], "simul": [5, 6, 7, 9, 11, 14, 17, 18, 22, 23, 25, 28, 29, 30, 33, 39, 40, 41, 42], "simultan": [13, 16, 39], "sin": [10, 24], "sinc": [13, 21, 28], "sine": 24, "singl": [0, 5, 6, 13, 26, 28, 30, 32], "singular": [5, 13], "size": [4, 6, 13, 16, 40, 41, 42], "sj": 24, "sk10": [9, 42], "sk_": [30, 32], "skw05": [13, 42], "skw07": [3, 9, 11, 13, 29, 30, 42], "slightli": [5, 13, 28], "slow": 16, "slowdown": 13, "slower": 5, "small": [5, 13, 26, 28], "smaller": [5, 13, 14, 16, 39], "smith": 42, "smoooth": 42, "smooth": 38, "snave": 42, "snyder": [13, 42], "so": [5, 6, 13, 16, 19, 22, 25, 27, 28, 30, 33, 38, 39], "soc": 42, "softwar": [9, 13, 19, 27], "solid": 16, "solomon": 42, "solut": [17, 22, 24, 29, 39, 42], "solv": [13, 17, 21, 22, 24, 29, 33, 38, 39], "solver": [3, 11, 17, 21, 22, 33, 42], "some": [11, 13, 17, 23, 28, 34], "sometim": 14, "somewhat": 13, "sonic": [5, 17, 21, 22, 24], "sort": [13, 30, 32], "sound": [3, 7, 13, 16], "sourc": [5, 6, 13, 17, 18, 19, 22, 25, 33, 38, 39, 41], "space": [3, 5, 11, 22, 23, 28, 30, 32, 42], "spain": 42, "span": [5, 13], "spars": 33, "spatial": [13, 16, 22], "speak": 13, "speci": [5, 11, 18, 21, 22, 26, 28, 30, 31, 39, 42], "species1": 22, "specif": [0, 3, 5, 18, 24, 26, 38], "specifi": [5, 18, 22, 23, 25, 39], "spectra": [13, 16, 31, 32], "spectral": [3, 13, 29, 30, 31, 32, 42], "spectral_shift": [17, 32], "spectroscopi": 16, "spectrum": [13, 30, 31, 32], "speed": [3, 5, 6, 7, 22, 24, 26], "spitzer": [22, 23], "spitzer_model": [17, 23], "split": [4, 25], "spot": 16, "spread": 13, "spring": 13, "sqrt": [3, 7, 16, 21, 22, 24], "squar": [5, 6, 10, 16, 18, 22, 23, 30, 32], "src": 8, "sreepathi": 42, "ss": 22, "stabil": [13, 29, 42], "stabl": 13, "staebler": 42, "staff": 13, "stage": 5, "standard": [3, 4, 5, 10, 13, 17, 22, 25, 26, 28, 30, 32, 39], "star": 42, "start": [13, 18, 28, 39], "startup": 39, "state": [13, 33, 38, 42], "statefil": 25, "static": [37, 39], "statist": [7, 13], "statu": 42, "steadi": [13, 33, 38, 42], "steep": 26, "steeper": [3, 11], "step": [4, 5, 13, 17, 27, 38, 39, 40], "stiff": 39, "still": [13, 38], "storag": 42, "store": [30, 32], "strategi": [17, 41], "strength": [10, 22], "stress": [31, 32], "strong": [13, 16, 22, 24, 26], "strongli": [8, 18, 28], "structur": 13, "student": 13, "studi": [13, 17, 26, 28, 42], "subdomin": 13, "subject": [9, 19, 26, 41], "submiss": 13, "submit": 8, "subroutin": [17, 21, 22], "subscript": 26, "substanti": [9, 19], "substitut": 26, "subtl": 26, "success": [0, 13, 16], "successfulli": [13, 16], "sudo": [1, 2], "suffer": 13, "suffici": [4, 18], "sugama": [5, 6, 17, 24, 26, 34, 42], "suggest": [3, 8, 13, 24, 33], "suit": [0, 13], "suitabl": [0, 3, 11, 25], "sum": [18, 26, 31, 32, 38], "sum_": [10, 24], "sum_a": [22, 34], "sum_flux_spectrum": [17, 32], "sum_p": 39, "summar": [13, 34], "summari": [11, 16, 28], "summer": 25, "sung": 42, "supercomput": [13, 42], "support": [13, 39], "suppress": [10, 26, 42], "surfac": [5, 13, 17, 18, 21, 22, 24, 26, 30, 32, 34, 42], "surprisingli": 29, "svpablo": 13, "swck13": [29, 30, 42], "switch": [7, 13, 30], "swnn11": [26, 42], "symbol": [10, 23], "symmetr": [5, 6, 10, 22], "symmetri": 6, "synchrotron": 18, "synopsi": 17, "synthet": [13, 28, 42], "system": [3, 5, 8, 10, 13, 22, 26, 29, 30, 32, 38, 41], "systemat": [13, 28], "t": [5, 7, 8, 10, 13, 16, 24, 26, 28, 30, 32, 34, 38, 41, 42], "t_": [5, 16, 21, 22, 24, 26, 30, 32, 38], "t_0": 16, "t_a": 22, "t_e": [3, 5, 7, 13, 16, 18, 24, 38, 39], "t_i": [13, 26, 38, 39], "ta": [22, 24], "tabl": [5, 14, 17, 22, 26, 29, 30, 31], "tabular": [3, 11, 17, 33], "tag": 7, "taguchi": 24, "tajima": 42, "take": [13, 23, 24], "taken": [16, 28, 38], "talk": [41, 42], "tang": 42, "tardini": 42, "target": [13, 38, 39], "task": [0, 7, 8], "tau": 13, "tau_": [22, 24], "taus_1": [17, 32], "tdg": [29, 42], "te": [4, 18, 22, 42], "te_ad": [17, 23], "team": 42, "tech": 42, "technic": [10, 13, 42], "tem": [13, 29, 30], "temp": [5, 22], "temp_": [6, 17, 23], "temp_1": [5, 22], "temp_2": 22, "temp_3": 22, "temp_para_": [17, 23], "temp_para_1": 22, "temp_para_2": 22, "temp_para_3": 22, "temp_perp_": [17, 23], "temp_perp_1": 22, "temp_perp_2": 22, "temp_perp_3": 22, "temperatur": [3, 5, 6, 13, 18, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 42], "temperature_spectrum": [17, 32], "temperaur": 23, "templat": [0, 8], "ten": 13, "tend": 13, "term": [5, 6, 13, 16, 21, 22, 24, 26, 30, 32, 38], "test": [0, 5, 6, 8, 9, 13, 16, 19, 22, 28], "text": [13, 26, 28, 29, 34, 38], "tftr": 29, "tg": 24, "tglf": [0, 3, 9, 11, 13, 17, 28, 33, 42], "tglf1": 39, "tglf2": 39, "tglf3": 39, "tglf4": 39, "tglf_adiabatic_elec_in": 32, "tglf_alpha_e_in": 32, "tglf_alpha_mach_in": 32, "tglf_alpha_p_in": 32, "tglf_alpha_quench_in": 32, "tglf_alpha_sa_in": 32, "tglf_as_in": 32, "tglf_b_model_sa_in": 32, "tglf_betae_in": 32, "tglf_debye_factor_in": 32, "tglf_debye_in": 32, "tglf_delta_loc_in": 32, "tglf_drmajdx_loc_in": 32, "tglf_drmindx_loc_in": 32, "tglf_dzmajdx_loc_in": 32, "tglf_elec_eflux_out": 32, "tglf_elec_mflux_out": 32, "tglf_elec_pflux_out": 32, "tglf_etg_factor_in": 32, "tglf_filter_in": 32, "tglf_find_width_in": 32, "tglf_ft_model_sa_in": 32, "tglf_gchat_in": 32, "tglf_geometry_flag_in": 32, "tglf_ghat_in": 32, "tglf_gradb_factor_in": 32, "tglf_ibranch_in": [30, 32], "tglf_iflux_in": 32, "tglf_ion1_eflux_out": 32, "tglf_ion1_mflux_out": 32, "tglf_ion1_pflux_out": 32, "tglf_ion2_eflux_out": 32, "tglf_ion2_mflux_out": 32, "tglf_ion2_pflux_out": 32, "tglf_kappa_loc_in": 32, "tglf_kx0_in": 32, "tglf_ky_in": 32, "tglf_kygrid_model_in": 32, "tglf_linsker_factor_in": 32, "tglf_mass_in": 32, "tglf_nbasis_max_in": 32, "tglf_nbasis_min_in": 32, "tglf_new_eikonal_in": [30, 32], "tglf_nky_in": 32, "tglf_nmodes_in": 32, "tglf_ns_in": 32, "tglf_nwidth_in": 32, "tglf_nxgrid_in": 32, "tglf_p_prime_loc_in": 32, "tglf_park_in": 32, "tglf_q_loc_in": 32, "tglf_q_prime_loc_in": 32, "tglf_q_sa_in": 32, "tglf_rlns_in": 32, "tglf_rlts_in": 32, "tglf_rmaj_loc_in": 32, "tglf_rmaj_sa_in": 32, "tglf_rmin_loc_in": 32, "tglf_rmin_sa_in": 32, "tglf_s_delta_loc_in": 32, "tglf_s_kappa_loc_in": 32, "tglf_s_zeta_loc_in": 32, "tglf_sat_rule_in": 32, "tglf_shat_sa_in": 32, "tglf_sign_bt_in": 32, "tglf_sign_it_in": 32, "tglf_taus_in": 32, "tglf_theta0_sa_in": 32, "tglf_theta_trapped_in": 32, "tglf_tm": 32, "tglf_use_bisection_in": 32, "tglf_use_bpar_in": 32, "tglf_use_bper_in": 32, "tglf_use_inboard_detrapped_in": 32, "tglf_use_mhd_rule_in": 32, "tglf_use_transport_model_in": 32, "tglf_vexb_in": 32, "tglf_vexb_shear_in": 32, "tglf_vpar_in": 32, "tglf_vpar_model_in": 32, "tglf_vpar_shear_in": 32, "tglf_vpar_shear_model_in": 32, "tglf_wd_zero_in": 32, "tglf_width_in": 32, "tglf_width_min_in": 32, "tglf_write_wavefunction_flag_in": 32, "tglf_xnu_factor_in": 32, "tglf_xnu_model_in": 32, "tglf_xnue_in": 32, "tglf_xwell_sa_in": 32, "tglf_zeff_in": 32, "tglf_zeta_loc_in": 32, "tglf_zmaj_loc_in": 32, "tglf_zs_in": 32, "tgyro": [9, 17, 18, 24, 27, 42], "tgyro_den_method": [17, 40], "tgyro_den_method0": 39, "tgyro_den_method1": 39, "tgyro_den_method2": 39, "tgyro_den_method3": 39, "tgyro_den_method4": 39, "tgyro_iteration_method": [17, 40], "tgyro_mod": [17, 40], "tgyro_neo_method": [17, 40], "tgyro_relax_iter": [17, 40], "tgyro_rmax": 39, "tgyro_therm_flag": [17, 40], "tgyro_therm_flag1": 39, "tgyro_write_profiles_flag": [17, 40], "than": [4, 5, 13, 26, 30, 32, 38, 39], "thank": 28, "thei": [13, 21], "them": 26, "themselv": 22, "theoret": [17, 34], "theori": [10, 13, 17, 21, 22, 27, 28, 34, 39, 42], "thermal": [13, 16, 18, 22, 24, 26, 39, 40, 42], "thermodiffus": 16, "thermonuclear": 39, "thermostat": 42, "thesi": [13, 16, 42], "theta": [5, 6, 7, 10, 16, 22, 24, 26, 30, 32, 34], "theta0_sa": [17, 32], "theta_0": [5, 41], "theta_i": 5, "theta_j": 24, "theta_r": 10, "theta_trap": [17, 32], "thi": [0, 3, 5, 8, 9, 10, 11, 13, 14, 16, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 38, 39], "thing": 16, "third": [9, 19], "thome": 42, "those": [13, 21, 28], "though": 38, "thousand": [3, 11, 13], "thread": [0, 7], "three": [16, 38], "threed": 22, "threed_exb_dphi0dr": [17, 23], "threed_exb_model": [17, 23], "threed_model": [17, 23], "threshold": [13, 30, 32], "through": [17, 26], "throughout": 26, "thu": [5, 10, 13, 22, 26, 38], "thursdai": 41, "ti": [4, 13, 18, 42], "tild": 31, "tilt": [6, 10, 18], "tim": 29, "time": [3, 4, 5, 10, 13, 14, 16, 22, 24, 26, 27, 28, 30, 32, 33, 38, 41], "timer": 7, "timestamp": 7, "timestep": [4, 5, 13, 41], "tn": 42, "tobia": 28, "togeth": [5, 21], "toggl": [5, 6, 39, 40], "tokamak": [10, 13, 26, 28, 29, 42], "told": 42, "toler": [4, 5, 6], "tool": [2, 4, 13, 18, 21, 25, 27, 28, 42], "top": [0, 30, 32], "topic": [9, 16, 28, 42], "tor": [10, 28, 30, 32], "torodi": 22, "toroid": [3, 5, 6, 10, 13, 16, 18, 22, 23, 24, 26, 30, 31, 32, 42], "toroidals_per_proc": 6, "torqu": [18, 26], "tort": 19, "toru": [5, 22], "tot": [37, 39], "total": [0, 18, 22, 24, 31, 38, 39], "toward": [3, 11, 13], "transform": [24, 39], "transit": 13, "transp": 25, "transport": [3, 5, 9, 10, 11, 17, 19, 22, 25, 26, 28, 29, 32, 38, 39, 42], "transvers": [30, 32], "trap": [4, 13, 16, 26, 29, 30, 32, 42], "trap_grid": 28, "trapezoid": 38, "treat": [3, 5, 13, 21, 22, 26, 30], "treatment": [10, 42], "triangular": [5, 6, 10, 18, 22, 23, 30, 32], "trigger": [5, 13], "true": [13, 26, 30, 32, 38], "truli": 16, "truncat": 38, "truth": 13, "tsujii": 42, "tube": [13, 16], "tur": 34, "turb": 38, "turbul": [3, 11, 13, 19, 26, 28, 34, 38, 42], "turco": 42, "tutori": 28, "two": [3, 16, 28, 30, 32, 38, 42], "tynan": 42, "type": [0, 8, 18, 30, 31, 32], "typic": [5, 10, 13, 22, 25], "u": [6, 9, 13, 24, 26, 30, 42], "u_": [24, 26], "ubuntu": 0, "ucsd": 13, "udsymmetry_flag": 6, "uk": 42, "uncertainti": [13, 16], "unchang": [5, 13, 39], "under": [13, 26], "underestim": 16, "underli": [13, 26], "underpredict": [13, 16], "understand": [3, 11, 34], "unequ": 39, "unifi": 17, "unimport": [5, 14], "uniqu": [25, 38], "unit": [3, 4, 5, 7, 10, 17, 18, 21, 22, 24, 31, 32, 34], "uniti": 39, "units_in": 32, "univ": 16, "univers": [13, 42], "unless": 28, "unlik": [5, 33], "unperturb": 16, "unphys": 30, "unpublish": 13, "unsolv": 13, "unstabl": [5, 13, 30, 32], "unsubstanti": 13, "until": 13, "up": [0, 6, 16, 18, 21, 24, 28, 30, 32], "up_alpha": 6, "up_radi": 6, "up_theta": 6, "updat": [5, 6, 9, 28, 38, 40], "upgrad": 42, "upon": 13, "upper": 22, "upshift": 13, "upwind": [5, 6, 42], "upwind_single_flag": 6, "urban": 17, "urg": 28, "url": [12, 42], "us": [0, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 33, 38, 39, 41, 42], "usag": [5, 7], "use_bisect": [17, 32], "use_bp": [17, 32], "use_bpar": [17, 32], "use_inboard_detrap": [17, 32], "use_lock": 0, "use_mhd_rul": [17, 32], "use_thread": 0, "use_transport_model": [17, 32], "user": [0, 3, 5, 17, 19, 30, 32, 33, 42], "usernam": 9, "usual": [5, 26], "util": 13, "v": [2, 21, 22, 23, 24, 26, 28, 34, 38, 42], "v_": [22, 24, 26, 30, 32], "v_a": 7, "v_i": 5, "valid": [11, 13, 17, 24, 26, 28, 42], "valu": [4, 5, 7, 13, 14, 16, 22, 23, 24, 28, 30, 32, 39, 42], "van": 42, "vanish": 13, "varepsilon": 22, "varepsilon_": [5, 24], "vari": [13, 16, 26], "variabl": [13, 17, 34, 38], "variant": [13, 38], "variat": [3, 11, 13, 24, 38, 39], "variou": [7, 13, 21, 28], "varphi": [5, 10, 22, 24, 26, 34], "vathd": [13, 42], "vector": [7, 13, 22, 24, 38], "veloc": [3, 5, 6, 18, 21, 22, 23, 26, 28, 30, 31, 32, 41, 42], "velocity_ord": 6, "veri": [5, 8, 16], "verif": [11, 13, 17, 28, 42], "verifi": [13, 16], "verner": 5, "version": [7, 9, 28, 30, 39], "versu": [7, 16, 41], "vertic": 16, "vetter": [13, 42], "vexb": [17, 32], "vexb_shear": [17, 32], "via": [10, 13, 16, 17, 22, 23, 42], "view": [5, 13, 22], "virtual": 41, "visual": 41, "vol": [24, 42], "voltag": 13, "volum": [34, 38], "vpar": [30, 32], "vpar_1": [17, 32], "vpar_model": [17, 32], "vpar_shear_1": [17, 32], "vpar_shear_model": [17, 32], "vpol": 18, "vtor": 18, "w": [8, 24, 27, 34, 42], "w_a": 34, "wa": [0, 3, 10, 11, 13, 16, 21, 25, 26, 33, 38], "wabc06": [13, 42], "wai": [26, 38], "wal05": [13, 42], "wall": [18, 27, 34], "waltz": [4, 12, 13, 42], "wan": 42, "warranti": 19, "wast": 13, "watanab": 42, "wathd": [13, 42], "wave": [13, 16, 30, 42], "wavelength": [5, 13, 26], "wavenumb": [3, 4, 5, 6, 11], "wc05": [13, 42], "wcc": [13, 42], "wcf07": [13, 42], "wch": [13, 42], "wcp06": [13, 42], "wcr02": [13, 42], "wd_zero": [17, 32], "we": [0, 4, 5, 7, 10, 11, 13, 16, 22, 24, 26, 27, 28, 29, 33, 34, 38], "weak": [5, 38], "weaker": 13, "weber": 18, "weight": [7, 29, 30, 31, 32], "welcom": [9, 19, 28], "well": [13, 16, 21, 26, 28, 30, 32], "were": [13, 16, 29], "wh08": [13, 42], "what": [0, 4, 6, 8, 13, 18], "whatsoev": 13, "when": [0, 3, 4, 5, 6, 11, 13, 21, 22, 24, 30, 31, 32, 38, 39], "where": [3, 4, 5, 10, 11, 13, 16, 22, 24, 26, 29, 30, 34, 38, 39], "wherea": [4, 10, 13, 26], "wherev": 13, "whether": [13, 19, 22, 23], "which": [3, 4, 5, 10, 11, 13, 16, 22, 25, 26, 28, 29, 31, 32, 38, 39], "while": [16, 22, 28, 38, 39], "white": [28, 42], "whiteros": 42, "who": 26, "whom": 19, "why": [4, 13], "wide": [13, 16, 21], "widehat": 38, "width": [13, 17], "width_min": [17, 32], "wiki": 13, "william": 42, "winter": 13, "within": [13, 16], "without": [16, 19, 26, 38], "wkm94": [13, 42], "wkmh95": [13, 42], "wolf": 42, "wong": [22, 26, 42], "word": 10, "work": [4, 13, 16, 17, 26, 28, 30, 41], "worker": 13, "workshop": [17, 20], "worldwid": 13, "worlei": [13, 42], "would": [5, 8, 10, 38], "write": [8, 26, 34, 39, 40], "write_wavefunction_flag": [17, 32], "written": [5, 13, 16, 22, 24, 38, 39], "wrote": 4, "ws08": [13, 42], "wsch07": [13, 42], "wsd": [13, 42], "wsm": [13, 28, 42], "wukitch": 42, "www": 2, "x": [30, 32, 34, 38, 42], "x1": [13, 42], "x_": 24, "x_a": [22, 24], "xcode": 2, "xd1": [13, 42], "xi": [5, 6, 22, 23, 24], "xi_i": 5, "xnu_factor": [17, 32], "xnu_model": [17, 32], "xnue": [17, 32], "xquartz": 2, "xt3": [13, 42], "xwell_sa": [17, 32], "y": [30, 32, 34, 42], "yann": 28, "year": [11, 13, 28], "yearli": 17, "yield": 13, "york": 42, "you": [0, 4, 8, 17, 30], "your": [8, 9, 17, 41], "z": [10, 22, 34, 38, 39, 42], "z0": 22, "z_": [6, 17, 18, 23, 24, 30, 32, 38, 39], "z_0": [5, 10, 18, 22], "z_1": [5, 22], "z_2": [5, 22], "z_3": [5, 22], "z_a": 26, "z_c": 16, "z_e": 38, "z_eff": 18, "z_i": 38, "zeeland": 42, "zeff": [17, 32], "zeng": 42, "zero": [5, 13, 22, 30, 32, 39], "zeroth": [22, 24, 26, 39], "zeta": [6, 10, 17, 18, 23, 30, 32], "zeta_loc": [17, 32], "zf": 30, "zf_test_mod": 6, "zhang": 42, "zhu": 42, "zmag": [6, 10, 18], "zmag_over_a": [10, 17, 23], "zmaj_loc": [17, 32], "zonal": [5, 6, 13, 30, 42], "zoom": 41, "zs_1": [17, 32], "\u03b1": 42}, "titles": ["Build on your laptop", "Ubuntu/Mint", "OSX Sonoma", "CGYRO", "FAQ", "Alphabetical list for input.cgyro", "Tabular list for input.cgyro", "CGYRO output files", "Running Cases", "Download and user agreement", "FLUX-SURFACE GEOMETRY", "GYRO", "Gallery of classic GYRO images (circa 2003)", "Gyrokinetic Simulation in the 2000s", "Alphabetical list for input.gyro", "Tabular list for input.gyro", "GYRO verification and validation (pre 2010)", "The General Atomics GACODE Suite", "input.gacode", "GACODE License", "Miscellaneous", "NEO", "Alphabetical list for input.neo", "Parameters for input.neo", "NEO Output Files", "profiles_gen", "PLASMA ROTATION THEORY", "Prebuilt Environments", "DIII-D L-mode shortfall", "TGLF", "Alphabetical list for input.tglf", "Alphabetical list for out.tglf files", "Table of inputs and outputs", "TGYRO", "Equations solved in TGYRO", "OUTPUT", "PLOT", "Scenarios and connection to energy sources", "TGYRO solver algorithm", "input.tgyro Alphabetical List", "input.tgyro Tabular List", "CGYRO Workshop 2022", "References"], "titleterms": {"": [5, 32], "2000": 13, "2001": 16, "2002": 13, "2003": [12, 13], "2004": [13, 16], "2005": 13, "2006": [13, 16], "2007": 13, "2008": 13, "2009": [13, 16], "2010": 16, "2013": 28, "2022": 41, "25": 28, "A": 13, "BES": 16, "The": [13, 17, 26], "_scale": 22, "abstract": 16, "access": 9, "acknowledg": 28, "ad": 28, "adiabat": 16, "adiabatic_elec": 30, "advanc": 6, "against": 29, "agenda": 41, "agreement": 9, "algorithm": 38, "alpha": 32, "alpha_": 30, "alpha_mach": 30, "alpha_p": 30, "alpha_quench": 30, "alpha_sa": 30, "alpha_zf": 30, "alphabet": [5, 14, 22, 30, 31, 39], "amp": 5, "amp0": 5, "amp_phi_n": 14, "aniso_model_": 22, "anomal": 16, "appropri": [9, 42], "ar": 13, "as_1": 30, "ask": 3, "atom": 17, "b_model_sa": 30, "balanc": 26, "base": 16, "basi": 26, "batch": 8, "benchmark": 28, "beta": 30, "beta_star": 22, "beta_star_scal": 5, "betae_unit": 5, "betae_unit_scal": 5, "bound": 10, "box": 10, "box_siz": 5, "brief": 3, "btccw": [5, 22], "build": 0, "c": 16, "can": 13, "case": [3, 8, 16], "cer": 16, "cgyro": [3, 5, 6, 7, 41], "chang": 32, "circa": 12, "classic": 12, "code": [0, 3, 9, 13, 17, 28], "coeffici": 16, "collis": 6, "collision_ene_diffus": 5, "collision_ene_restor": 5, "collision_field_model": 5, "collision_kperp": 5, "collision_model": [5, 22], "collision_mom_restor": 5, "collision_precision_mod": 5, "command": 8, "comment": 38, "common": 7, "comparison": 16, "compression": 16, "comput": [13, 38], "concept": 0, "connect": [26, 34, 37], "consider": 26, "consist": 26, "control": [6, 15, 32, 40], "coordin": 10, "correctli": 13, "cpu": 27, "cross": 28, "cyclon": 16, "d": [16, 28], "data": [3, 7, 16, 21, 26, 29, 33], "deby": 30, "debye_factor": 30, "delta": [5, 22], "delta_loc": 30, "delta_t": 5, "delta_t_method": 5, "dens_": [5, 22], "densiti": 34, "density_spectrum": 31, "depend": [7, 23], "descript": [3, 24], "design": 13, "detail": 24, "diagnost": 16, "differ": 13, "diii": [16, 28], "discret": 38, "dissip": 6, "dlnndr_": [5, 22], "dlnndre_ad": 22, "dlntdr_": [5, 22], "dlntdr_para_": 22, "dlntdr_perp_": 22, "dlntdre_ad": 22, "doppler": 16, "download": 9, "dphi0dr": 22, "dramat": 13, "drmajdx_loc": 30, "drmindx_loc": 30, "dzmag": 5, "dzmajdx_loc": 30, "e_max": 5, "effect": [10, 13, 23], "eigenvalue_spectrum": 31, "electromagnet": 16, "electron": 16, "energet": 16, "energi": [34, 37], "environ": [0, 27], "epar0": 22, "epar0_spitz": 22, "equat": [33, 34], "equil": 24, "equilibria": 10, "equilibrium": [17, 23], "equilibrium_model": [5, 22], "error_tol": 5, "etg_factor": 30, "eulerian": 13, "exampl": 8, "exp_norm": 24, "experiment": [24, 26, 28, 29], "extra": 23, "f": 24, "faq": 4, "fast": 16, "feedback": 40, "field": [6, 10], "field_print_flag": 5, "field_spectrum": 31, "file": [0, 6, 7, 18, 24, 31, 32], "filter": 30, "find_width": 30, "first": 0, "flux": [10, 34], "forc": 26, "formal": 26, "formul": 38, "freq_tol": 5, "frequent": 3, "from": 13, "ft_model_sa": 30, "full": 13, "futur": 3, "ga": 27, "gacod": [17, 18, 19], "galleri": 12, "gamma_": 5, "gamma_e_scal": 5, "gamma_p": 5, "gamma_p_scal": 5, "gaussian": 32, "gchat": 30, "gener": [17, 23], "geo_ni": 22, "geo_yin": 22, "geometri": [6, 10, 17, 23, 32], "geometry_flag": 30, "gflux_print_flag": 5, "ghat": 30, "gkw": 28, "global": [6, 13, 16], "gpu": 27, "gpu_bigmem_flag": 5, "gradb_factor": 30, "gradient": 16, "grid": [24, 38], "gyro": [11, 12, 14, 15, 16, 28], "gyrobohm": 13, "gyrokinet": [13, 16], "h_print_flag": 5, "have": 13, "high": 40, "histori": [13, 25], "ibranch": 30, "iflux": 30, "imag": [3, 12], "impur": 16, "inadequ": 13, "independ": 7, "input": [3, 5, 6, 14, 15, 18, 21, 22, 23, 26, 30, 32, 33, 39, 40], "intensity_spectrum": 31, "interfac": [23, 33], "ipccw": [5, 22], "iter": 40, "jacobian": 38, "jan": 28, "kappa": [5, 22], "kappa_loc": 30, "kei": 28, "kx0_loc": 30, "ky": [5, 30], "kygrid_model": 30, "l": 28, "lambda_deby": 5, "lambda_debye_scal": 5, "laptop": 0, "legend": 13, "level": 40, "licens": 19, "limit": [13, 16], "line": 8, "link": [11, 21, 29, 33], "linsker_factor": 30, "list": [5, 6, 14, 15, 22, 30, 31, 39, 40], "loc_betae_scal": 39, "loc_dx": 39, "loc_dx_max": 39, "loc_er_feedback_flag": 39, "loc_evolve_grad_only_flag": 39, "loc_he_feedback_flag": 39, "loc_lock_profile_flag": 39, "loc_relax": 39, "loc_residual_method": 39, "loc_restart_flag": 39, "loc_scenario": 39, "loc_te_feedback_flag": 39, "loc_ti_feedback_flag": 39, "local": [13, 16], "mach": 5, "mach_scal": 5, "magnet": 10, "mass_": [5, 22], "mass_1": 30, "match": 16, "max_tim": 5, "method": 10, "miller": 32, "mint": 1, "miscellan": 20, "mod": 16, "mode": 28, "model": [23, 29], "moment_print_flag": 5, "momentum": 34, "mpi_rank_ord": 5, "n": 30, "n_energi": [5, 22], "n_field": 5, "n_global": 5, "n_radial": [5, 22], "n_speci": [5, 22], "n_theta": [5, 22], "n_toroid": 5, "n_xi": [5, 22], "nbasis_max": 30, "nbasis_min": 30, "ne_ad": 22, "necessari": 13, "neo": [21, 22, 23, 24], "nersc": 27, "new_eikon": 30, "nky": 30, "nmode": 30, "nonaxisymmetr": 23, "nonlinear": 13, "nonlinear_flag": 5, "normal": [3, 7, 21], "nsts_crossphase_spectrum": 31, "nu_1": 22, "nu_e": 5, "nu_glob": 5, "numer": [6, 23], "nup_alpha": 5, "nup_radi": 5, "nup_theta": 5, "nwidth": 30, "nxgrid": 30, "omega": 27, "omega_rot": 22, "omega_rot_deriv": 22, "openbla": 0, "optim": 6, "orient": 10, "osx": 2, "out": [24, 31], "output": [3, 6, 7, 21, 24, 32, 33, 35], "overview": [11, 18, 25, 28, 29, 33], "own": 32, "p_prime_loc": 30, "parallel": 13, "paramet": [6, 10, 15, 23, 26, 32, 40], "park": 30, "particl": 16, "past": 3, "pci": 16, "perlmutt": 27, "perspect": 13, "perturb": 16, "phi": 24, "physic": [6, 17, 23, 26, 40], "plasma": [6, 17, 23, 26], "platform": 0, "plot": [3, 33, 36], "power": 34, "pre": 16, "prebuilt": 27, "prehistori": 13, "present": 28, "print_step": 5, "profil": [17, 23, 24, 26, 28, 40], "profile_dlnndr_": 22, "profile_dlntdr_": 22, "profile_equilibrium_model": 22, "profile_erad0_model": 22, "profile_model": [5, 22], "profiles_gen": 25, "public": [13, 28], "px0": 5, "python": 33, "q": [5, 22], "q_loc": 30, "q_prime_loc": 30, "q_sa": 30, "ql_flux_spectrum": 31, "quasineutral_flag": 5, "question": 3, "quick": [8, 11, 21, 29, 33], "refer": [9, 29, 42], "reflectomet": 16, "regard": 38, "relat": 6, "repositori": 9, "resolut": [6, 13, 23], "restart": 7, "restart_step": 5, "result": [16, 28], "rho_star": 22, "risk": 32, "rlns_1": 30, "rlts_1": 30, "rmaj": 5, "rmaj_loc": 30, "rmaj_over_a": 22, "rmaj_sa": 30, "rmin": 5, "rmin_loc": 30, "rmin_over_a": 22, "rmin_over_a_2": 22, "rmin_sa": 30, "rotat": [6, 17, 23, 24, 26], "rotation_model": [5, 22], "run": [3, 8, 17], "s_delta": [5, 22], "s_delta_loc": 30, "s_kappa": [5, 22], "s_kappa_loc": 30, "s_zeta": [5, 22], "s_zeta_loc": 30, "s_zmag": 22, "sat_geo_spectrum": 31, "sat_rul": 30, "satur": 29, "scalar_saturation_paramet": 31, "scenario": 37, "scienc": 13, "shape": 6, "shape_cos0": [5, 22], "shape_cos1": [5, 22], "shape_cos2": [5, 22], "shape_cos3": [5, 22], "shape_s_cos0": [5, 22], "shape_s_cos1": [5, 22], "shape_s_cos2": [5, 22], "shape_s_cos3": [5, 22], "shape_s_sin3": [5, 22], "shape_sin3": [5, 22], "shat_sa": 30, "shear": 22, "shift": [5, 22], "shortfal": 28, "sign_bt": 30, "sign_it": 30, "silent_flag": [5, 22], "sim_model": 22, "simul": [3, 13, 16], "softwar": 17, "solut": [33, 38], "solv": 34, "solver": 38, "some": 38, "sonic": 26, "sonoma": 2, "sourc": [0, 3, 9, 34, 37], "space": 13, "speci": [6, 23, 24, 32, 40], "spectral": 6, "spectral_shift": 31, "spitzer_model": 22, "standard": 24, "start": 8, "step": [0, 6], "strategi": 38, "structur": 18, "studi": 16, "submiss": 8, "subroutin": [23, 24], "suit": 17, "sum_flux_spectrum": 31, "supercomput": 16, "supra": 16, "surfac": 10, "sweep": 16, "synopsi": 13, "synthet": 16, "tabl": [10, 32], "tabular": [6, 15, 40], "taus_1": 30, "te_ad": 22, "temp_": [5, 22], "temp_para_": 22, "temp_perp_": 22, "temperatur": 16, "temperature_spectrum": 31, "tglf": [29, 30, 31, 32], "tgyro": [33, 34, 38, 39, 40], "tgyro_den_method": 39, "tgyro_iteration_method": 39, "tgyro_mod": 39, "tgyro_neo_method": 39, "tgyro_relax_iter": 39, "tgyro_therm_flag": 39, "tgyro_write_profiles_flag": 39, "theoret": 26, "theori": [24, 26], "theory_nclass": 24, "theta0_sa": 30, "theta_plot": 5, "theta_trap": 30, "threed_exb_dphi0dr": 22, "threed_exb_model": 22, "threed_model": 22, "time": [6, 7], "tokamak": 16, "tore": 16, "toroidals_per_proc": 5, "toru": 13, "transport": [13, 16, 24, 33, 34], "transport_exp": 24, "transport_flux": 24, "transport_gv": 24, "turbul": 16, "ubuntu": 1, "udsymmetry_flag": 5, "ul1": 13, "ul2": 13, "ul3": 13, "ul4": 13, "unit": [30, 38], "up_alpha": 5, "up_radi": 5, "up_theta": 5, "upwind_single_flag": 5, "urban": 13, "usag": 8, "use_bisect": 30, "use_bp": 30, "use_bpar": 30, "use_inboard_detrap": 30, "use_mhd_rul": 30, "use_transport_model": 30, "user": [9, 13], "valid": [16, 29], "variabl": 0, "vector": 32, "vel": 24, "vel_fouri": 24, "veloc": 13, "velocity_ord": 5, "verif": 16, "vexb": 30, "vexb_shear": 30, "vpar_1": 30, "vpar_model": 30, "vpar_shear_1": 30, "vpar_shear_model": 30, "wd_zero": 30, "width": [30, 32], "width_min": 30, "workshop": 41, "write_wavefunction_flag": 30, "xnu_factor": 30, "xnu_model": 30, "xnue": 30, "xwell_sa": 30, "yearli": 13, "your": [0, 32], "z_": [5, 22], "z_eff": 5, "z_eff_method": 5, "zeff": 30, "zeta": [5, 22], "zeta_loc": 30, "zf_test_mod": 5, "zmag": 5, "zmag_over_a": 22, "zmaj_loc": 30, "zs_1": 30}}) \ No newline at end of file diff --git a/html/src/cgyro/cgyro_table.rst b/html/src/cgyro/cgyro_table.rst index b8ea9e4..cfd9f62 100644 --- a/html/src/cgyro/cgyro_table.rst +++ b/html/src/cgyro/cgyro_table.rst @@ -13,6 +13,7 @@ Tabular list for input.cgyro * :ref:`tab-rotation` * :ref:`tab-global` * :ref:`tab-output` +* :ref:`tab-optimization` .. _tab-shape: @@ -109,7 +110,6 @@ Tabular list for input.cgyro ":ref:`cgyro_nup_radial`", Radial spectral upwind order,3 ":ref:`cgyro_nup_theta`", Poloidal upwind order,3 ":ref:`cgyro_nup_alpha`", Binormal spectral upwind order,3 - ":ref:`cgyro_velocity_order`", What internal velocity order to use,1 ":ref:`cgyro_upwind_single_flag`", Use reduced precision communication,0 .. _tab-time: @@ -154,7 +154,6 @@ Tabular list for input.cgyro ":ref:`cgyro_collision_ene_diffusion`", Toggle energy diffusion,1 ":ref:`cgyro_collision_kperp`", Toggle so-called FLR term, 0 ":ref:`cgyro_collision_precision_mode`", Reduce Sugama memory use, 0 - ":ref:`cgyro_gpu_bigmem_flag`", Enable GPU offload, 1 .. _tab-rotation: @@ -189,3 +188,15 @@ Tabular list for input.cgyro ":ref:`cgyro_moment_print_flag`", Output of density and energy moments, 0 ":ref:`cgyro_gflux_print_flag`", Output of global flux profiles, 0 ":ref:`cgyro_h_print_flag`", Output of distribution (single-mode only), 0 + +.. _tab-optimization: + +.. csv-table:: **Optimization related parameters** + :header: "input.cgyro parameter", "Short description", "Default" + :widths: 13, 25, 5 + + ":ref:`cgyro_toroidals_per_proc`", How many toroidal harmonics per MPI process,1 + ":ref:`cgyro_mpi_rank_order`", Relative ordering of MPI ranks,2 + ":ref:`cgyro_velocity_order`", What internal velocity order to use,1 + ":ref:`cgyro_gpu_bigmem_flag`", Enable GPU offload when possible, 1 +