Improvements to wave codes

Size: px
Start display at page:

Download "Improvements to wave codes"

Transcription

1 Improvements to wave codes John C. Wright P. T. Bonoli Haru Kohno and Jungpyo Lee 1 1 Plasma Science and Fusion Center Massachusetts Institute of Technology Sep PPPL 1 RF SciDAC PPPL 2010

2 Contents 2 RF SciDAC PPPL 2010 CONTENTS 1 CONTENTS 2 SUMMARY 3 PARALLEL SHEATH CODE 4 IMPROVEMENTS IN TORLH debugging Input consistency and automation Improved v-mesh 5 NEXT STEPS

3 Summary 3 RF SciDAC PPPL 2010 SUMMARY 1 Sep2009 Relativistic Imχ e with lookup table - Valeo 2 Oct2009 Handle both signs of n in Imχ e - Valeo 3 Nov2009-Mar2010 V&V Working Group. Establishment of LAPD collaboration. 4 Jan2010 Correct ACCOME eqdsk generation to conform to standard for use in TORLH - Wright 5 Aug-Sep2010 Generate D qle in TORLH on u/u norm mesh for better v-space sampling. -Valeo and Wright 6 Jul-Aug Migrated TORLH from CVS(!) on desktop to SVN on PSFC webserver - London and Wright 7 New collaborations initiated with UCLA (Dec2009), KSTAR(Aug2010)

4 Summary 4 RF SciDAC PPPL 2010 RECENT PAPERS 1 J-P Lee and J.C. Wright, "A versatile parallel solver for massive block-tridiagonal matrix system" - rejected by TOMS, submitted to JCP. 2 A. S. Richardson, P. T. Bonoli, and J. C. Wright Phys. Plasmas 17, (2010) The lower hybrid wave cutoff: A case study in eikonal methods 3 Nersc 2009 Annual Report. P. Bonoli et al. Harnessing Plasma Waves Simulations of wave-plasma interactions pave the way toward practical fusion energy annrep0809/climate/harnessing_plasma_waves.html 4 J. Wright et al. JCP (2010) Challenges in self-consistent full wave simulations of lower hybrid waves from ICNSP09 Lisbon.

5 Parallel sheath code 5 RF SciDAC PPPL 2010 INCREASE SHEATH CODE RESOLUTION - WRIGHT AND KOHNO 1 Ported code to loki, converted to use of open source sparse direct solvers: SuperLU, MUMPS 2 Tried two parallel solvers: parmumps and SuperLU 3 MPI-1 bug for parmumps at large sizes: move to Nersc for more nodes and MPI-2 4 Solve configuration problems at Nersc (famous MPICH_UNEX_BUFFER_SIZE problem), missing parmetis support, memory per node. 5 Now running very large problems and resolving physics - see Kohno s talk. 6 Another lesson: with parmumps cannot increase ncpus without bound, causes communications explosion.

6 Improvements in TORLH debugging 6 RF SciDAC PPPL 2010 PROFILE CORRECTION OF D qle Bob Harvey pointed out what appears to be a factor of r difference between CQL and QLDCE power profiles. Difference tracked down to consistent treatment of normalized ψ pol in TORLH jacobian: B = f ( ψ) φ ψ + g( ψ) φ Led to error in bounce average from dl/b dθ/b θ J was missing factor of q( ψ)

7 Improvements in TORLH Input consistency and automation 7 RF SciDAC PPPL 2010 PYTHON DRIVING SCRIPTS See Jungpyo Lee s talk 3D reconstruction python driven with batch jobs dispatched for each toroidal mode. Separate script for reconstruction and export at VTK for visualization by VisIT. Python script for handling automation of CQL3D-TORLH iteration. 1 Runs CQL3D and TORLH and batch jobs 2 Copies files, makes directories and links for next iteration 3 Ensures input consistency across multiple input files. e.g. enorm specified in torica.inp, cql3d_mapin.inp and cqlinput Also handling input consistency.

8 Improvements in TORLH Improved v-mesh I TERATION WITH F OKKER -P LANCK DONE MANUALLY pol Peld <ExB> Power_e Power_e Peld <ExB> Poynting Power_e <ExB> Peld Poynting <ExB> Poynting Peld Poynting 300 Power_e pol pol pol Iteration # Converges after some oscillations in damping strength. Power of 350 kw generates 150 ka. (nk = 2.5, Te = 2.5keV ) Resolution, TORLH 400Nr 255Nm, CQL3D 60Nr 88Nµ 160Nu 8 RF SciDAC PPPL 2010

9 Improvements in TORLH Improved v-mesh 9 RF SciDAC PPPL 2010 CONVERGED AT STEP Poloidal spectrum on labeled flux surfaces log10 scale m ant P eld <ExB> Power_e Poynting pol

10 Improvements in TORLH Improved v-mesh VELOCITY POORLY SAMPLES RELATIVISTIC MOMENTUM 4 u/c = γv/c v/v th 10 RF SciDAC PPPL 2010

11 Improvements in TORLH Improved v-mesh 11 RF SciDAC PPPL 2010 OSCILLATIONS SEEN IN FINAL ITERATION STEPS Automated simulations oscillate about final end state Agreement in power profiles poor at larger radii, but improved with more velocity space resolution in generated Dql Problem is that natural basis for torlh calculation (v/v te ) is poor sampling for CQL, esp at lower temperatures (larger radii). Solution (under study), generate Dql on same momentum space mesh that CQL uses. Valeo has modified mapper for this case and TORLH generates on u/u norm mesh. Looks promising, but still some bugs to work out. (normalizations, linear test case, better integrator in internal power test of qldce in torlh)

12 Improvements in TORLH Improved v-mesh 12 RF SciDAC PPPL 2010 XML TO BE USED FOR INPUT TO PYTHON DRIVER XML Schema (XSD) - for input validation XML Stylesheet Language Transforms (XSLT) - for conversion to legacy input formats XForms for providing graphical web interface 1 <parameter><name>aconc< / name><value>1.0< / value> <help>ion c o n c e n t r a t i o n array size nspec< / help> 3 < / parameter> <parameter><name>sp_xs1< / name><value>0.0< / value> 5 <help>< / help> < / parameter> 7 <parameter><name>sp_xs1< / name><value>0.0< / value> <help>< / help> 9 < / parameter> < / namelist> 11 < / namelists>

13 Improvements in TORLH Improved v-mesh 13 RF SciDAC PPPL 2010 EXAMPLE OF A INPUT TRANSFORMATION. XSLT: XML->NML 1 <?xml version= " 1.0 "?> <xsl: stylesheet version= " 1.0 " 3 xmlns:xsl=" h t t p : / / org /1999/XSL / Transform "> <xsl: output method= " html " / > 5 <! > XML to NML generates f o r t r a n s t y l e namelist from XML 7 with s t r u c t u r e : namelists / namelist / [ name, parameter / [ name, value ] ] 9 > < x s l : t e m p l a t e match= " / "><html><body> 11 <pre>< x s l : t e x t >&#xa ; < / x s l : t e x t > < x s l : f o r each s e l e c t = " namelists / namelist " > 13 < x s l : t e x t > & < / x s l : t e x t > < x s l :value of s e l e c t = "@name" / > 15 < x s l : t e x t >&#xa ; < / x s l : t e x t > < x s l : f o r each s e l e c t = " parameter " > 17 < x s l : t e x t > < / x s l : t e x t > < x s l :value of s e l e c t = "name" / >= 19 <xsl:value of select= " value " / > < x s l : t e x t >&#xa ; < / x s l : t e x t > 21 < / x s l : f o r each> < x s l : t e x t > /&#xa ; < / x s l : t e x t > 23 < / x s l : f o r each> < / pre> 25 < / body>< / html>< / x s l : t e m p l a t e > < / xsl: stylesheet > 1 &toric_mode toricmode= t o r i c 3 / & t o r i c i n p 5 i s o l =1 nvrb=3 7 nelm=230 n t t =512 9 nmod=255 nptvac= 1 11 mxmvac=15 freqcy =80.0E6 13 nphi =10 Antlen =

14 Next steps 14 RF SciDAC PPPL 2010 NEXT STEPS 1 Complete development of TORLH-CQL3D using momentum space mesh. 2 Complete installation of new parallel solver already in use in TORIC in TORLH 3 Extend use of VisIT in GENRAY - TORLH comparisons 4 Preparation for Non-Maxwellian ions Build on current NonMax architecture in TORLH (which is implemented as a separate set of modules and tools) Use SVN for continued development of NonMax with TORIC coming from IPP SVN Use CSWIM IPS for python driven iteration - IPS recently installed on PSFC Loki cluster.

Time Dependent evolution of RF-generated non-thermal particle distributions in fusion plasmas

Time Dependent evolution of RF-generated non-thermal particle distributions in fusion plasmas Time Dependent evolution of RF-generated non-thermal particle distributions in fusion plasmas John C. Wright 1 J.P. Lee 1 P. T. Bonoli 1 A.E. Schmidt 1 and E.J. Valeo 2 1 Plasma Science and Fusion Center

More information

Full-wave Simulations of Lower Hybrid Wave Propagation in the EAST Tokamak

Full-wave Simulations of Lower Hybrid Wave Propagation in the EAST Tokamak Full-wave Simulations of Lower Hybrid Wave Propagation in the EAST Tokamak P. T. BONOLI, J. P. LEE, S. SHIRAIWA, J. C. WRIGHT, MIT-PSFC, B. DING, C. YANG, CAS-IPP, Hefei 57 th Annual Meeting of the APS

More information

Full-wave Electromagnetic Field Simulations in the Lower Hybrid Range of Frequencies

Full-wave Electromagnetic Field Simulations in the Lower Hybrid Range of Frequencies Full-wave Electromagnetic Field Simulations in the Lower Hybrid Range of Frequencies P.T. Bonoli, J.C. Wright, M. Porkolab, PSFC, MIT M. Brambilla, IPP, Garching, Germany E. D Azevedo, ORNL, Oak Ridge,

More information

Challenges in self-consistent full wave simulations of lower hybrid waves

Challenges in self-consistent full wave simulations of lower hybrid waves Challenges in self-consistent full wave simulations of lower hybrid waves John C. Wright P. T. Bonoli, J-P. Lee - MIT E.J. Valeo, C. K. Phillips - Princeton R. W. Harvey - Comp-X 21st International Conference

More information

Self-consistent full wave simulations of lower hybrid waves

Self-consistent full wave simulations of lower hybrid waves 18 th RF Topical Conference Gent, June 2009 Self-consistent full wave simulations of lower hybrid waves John C. Wright P. T. Bonoli - MIT E.J. Valeo, C. K. Phillips - PPPL R. W. Harvey - Comp-X with thanks

More information

Lower Hybrid Current Drive Experiments on Alcator C-Mod: Comparison with Theory and Simulation

Lower Hybrid Current Drive Experiments on Alcator C-Mod: Comparison with Theory and Simulation Lower Hybrid Current Drive Experiments on Alcator C-Mod: Comparison with Theory and Simulation P.T. Bonoli, A. E. Hubbard, J. Ko, R. Parker, A.E. Schmidt, G. Wallace, J. C. Wright, and the Alcator C-Mod

More information

Full wave simulations of lower hybrid wave propagation in tokamaks

Full wave simulations of lower hybrid wave propagation in tokamaks PSFC/JA-09-18 Full wave simulations of lower hybrid wave propagation in tokamaks J. C. Wright*, P. T. Bonoli*, C. K. Phillips, E. Valeo and R. W. Harvey** *MIT - Plasma Science and Fusion Center Cambridge,

More information

Full wave simulations of lower hybrid wave propagation in tokamaks

Full wave simulations of lower hybrid wave propagation in tokamaks Full wave simulations of lower hybrid wave propagation in tokamaks J. C. Wright, P. T. Bonoli, C. K. Phillips, E. Valeo and R. W. Harvey MIT - Plasma Science and Fusion Center Cambridge, MA 02139 Princeton

More information

Nonthermal Particle and Full-wave Effects on Heating and Current Drive in the ICRF and LHRF Regimes

Nonthermal Particle and Full-wave Effects on Heating and Current Drive in the ICRF and LHRF Regimes Nonthermal Particle and Full-wave Effects on Heating and Current Drive in the ICRF and LHRF Regimes J. C. Wright - MIT D. B. Batchelor, L. A. Berry, M. D. Carter, E. F. Jaeger ORNL Fusion Energy E. D Azevedo

More information

Integration of Fokker Planck calculation in full wave FEM simulation of LH waves

Integration of Fokker Planck calculation in full wave FEM simulation of LH waves Integration of Fokker Planck calculation in full wave FEM simulation of LH waves O. Meneghini S. Shiraiwa R. Parker 51 st DPP APS, Atlanta November 4, 29 L H E A F * Work supported by USDOE awards DE-FC2-99ER54512

More information

Development of LH wave fullwave simulation based on FEM

Development of LH wave fullwave simulation based on FEM Development of LH wave fullwave simulation based on FEM S. Shiraiwa and O. Meneghini on behalf of LHCD group of Alacator C-Mod PSFC, MIT 2010/03/10 San-Diego, CA Special acknowledgements : R. Parker, P.

More information

Integrated modeling of LHCD non- induc6ve scenario development on Alcator C- Mod

Integrated modeling of LHCD non- induc6ve scenario development on Alcator C- Mod Integrated modeling of LHCD non- induc6ve scenario development on Alcator C- Mod S. Shiraiwa, P. Bonoli, R. Parker, F. Poli 1, G. Wallace, and J, R. Wilson 1 PSFC, MIT and 1 PPPL 40th European Physical

More information

C-Mod Advanced Tokamak Program: Recent progress and near-term plans

C-Mod Advanced Tokamak Program: Recent progress and near-term plans Advanced Tokamak Program: Recent progress and near-term plans Program Advisory Committee Review February 2, 2004 MIT PSFC Presented by A. Hubbard MIT Plasma Science and Fusion Center, for the team Advanced

More information

TH/P6-08. CompX, Del Mar, CA 92014, USA; 2Xcel Engineering, Oak Ridge, TN 37830, USA; 3PSFC-MIT,Cambridge, MA 02139

TH/P6-08. CompX, Del Mar, CA 92014, USA; 2Xcel Engineering, Oak Ridge, TN 37830, USA; 3PSFC-MIT,Cambridge, MA 02139 1 Differences Between QL and Exact Ion Cyclotron Resonant Diffusion R.W. Harvey1, Yu. V. Petrov1, E.F. Jaeger2, P.T. Bonoli3, A. Bader3, and RF-SciDAC Group 1 CompX, Del Mar, CA 92014, USA; 2Xcel Engineering,

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Analysis of Ion Cyclotron Heating Issues for ITER

Analysis of Ion Cyclotron Heating Issues for ITER 1 TH/P6-8 Analysis of Ion Cyclotron Heating Issues for ITER L.A. Berry 1), D.B. Batchelor 1), P.T. Bonoli 2), M.D. Carter 1), M. Choi 3), W.A. Houlberg 1), D.A. D Ippolito 4), R.W. Harvey 5), E.F. Jaeger

More information

Status of RF Modeling in Integrated Simulations

Status of RF Modeling in Integrated Simulations Status of RF Modeling in Integrated Simulations P. T. Bonoli - MIT D. B. Batchelor, L. A. Berry, M. D. Carter, E. F. Jaeger ORNL Fusion Energy E. D Azevedo ORNL Computer Science and Mathematcs (OASCR SSAP)

More information

Theory and Simulation Support for Alcator C-Mod

Theory and Simulation Support for Alcator C-Mod Theory and Simulation Support for Alcator C-Mod Paul Bonoli Alcator C-Mod PAC Meeting February 6-8, 2008 Outline Review plans for theory and simulation support for Alcator C-Mod over the next five years

More information

NIMROD Project Overview

NIMROD Project Overview NIMROD Project Overview Christopher Carey - Univ. Wisconsin NIMROD Team www.nimrodteam.org CScADS Workshop July 23, 2007 Project Overview NIMROD models the macroscopic dynamics of magnetized plasmas by

More information

Studies of Lower Hybrid Range of Frequencies Actuators in the ARC Device

Studies of Lower Hybrid Range of Frequencies Actuators in the ARC Device Studies of Lower Hybrid Range of Frequencies Actuators in the ARC Device P. T. Bonoli, Y. Lin. S. Shiraiwa, G. M. Wallace, J. C. Wright, and S. J. Wukitch MIT PSFC, Cambridge, MA 02139 59th Annual Meeting

More information

Theory Work in Support of C-Mod

Theory Work in Support of C-Mod Theory Work in Support of C-Mod 2/23/04 C-Mod PAC Presentation Peter J. Catto for the PSFC theory group MC & LH studies ITB investigations Neutrals & rotation BOUT improvements TORIC ICRF Mode Conversion

More information

Computational Issues in the Continuum Gyrokinetic Code GYRO

Computational Issues in the Continuum Gyrokinetic Code GYRO Computational Issues in the Continuum Gyrokinetic Code GYRO presented by: Eric Bass GSEP SciDAC project at General Atomics CScADS Workshop Snowbird, UT July 19, 2010 About GYRO Purpose: To predict transport

More information

ARIES ACT1 progress & ACT2

ARIES ACT1 progress & ACT2 ARIES ACT1 progress & ACT2 C. Kessel and F. Poli Princeton Plasma Physics Laboratory ARIES Project Meeting, 9/26-27/2012 Wash. DC Outline Temperature and density profile variations at R = 5.5 m in order

More information

Benchmarking of electron cyclotron heating and current drive codes on ITER scenarios within the European Integrated Tokamak Modelling framework

Benchmarking of electron cyclotron heating and current drive codes on ITER scenarios within the European Integrated Tokamak Modelling framework Benchmarking of electron cyclotron heating and current drive codes on ITER scenarios within the European Integrated Tokamak Modelling framework L. Figini 1,a, J. Decker 2, D. Farina 1, N. B. Marushchenko

More information

Modelling of the EAST lower-hybrid current drive experiment using GENRAY/CQL3D and TORLH/CQL3D

Modelling of the EAST lower-hybrid current drive experiment using GENRAY/CQL3D and TORLH/CQL3D Modelling of the EAST lower-hybrid current drive experiment using GENRAY/CQL3D and TORLH/CQL3D The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story

More information

Nonlinear Evolution and Radial Propagation of the Energetic Particle Driven GAM

Nonlinear Evolution and Radial Propagation of the Energetic Particle Driven GAM Nonlinear Evolution and Radial Propagation of the Energetic Particle Driven GAM by R. Nazikian In collaboration with G.Y. Fu, R.V. Budny, G.J. Kramer, PPPL G.R. McKee, U. Wisconsin T. Rhodes, L. Schmidt,

More information

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code Review and Future Directions S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code ORBIT (Objective Ring Beam Injection and Transport code) ORBIT is an object-oriented, open-source code started

More information

Time-domain simulation and benchmark of LHCD experiment at ITER relevant parameters

Time-domain simulation and benchmark of LHCD experiment at ITER relevant parameters Time-domain simulation and benchmark of LHCD experiment at ITER relevant parameters S. Shiraiwa, P. Bonoli, F. Poli 1, R. W, Harvey 2, C. Kessel 1, R. Parker, and G. Wallace MIT-PSFC, PPPL 1, and CompX

More information

Full wave simulations of lower hybrid waves in toroidal geometry with Non-Maxwelian electrons

Full wave simulations of lower hybrid waves in toroidal geometry with Non-Maxwelian electrons PSFC/JA-07-23 Full wave simulations of lower hybrid waves in toroidal geometry with Non-Maxwelian electrons Wright, J.C., Valeo, E.J. *,Phillips, C.K. *, Bonoli, P.T., Brambilla, M. ** * Princeton Plasma

More information

Recent results from lower hybrid current drive experiments on Alcator C-Mod

Recent results from lower hybrid current drive experiments on Alcator C-Mod Recent results from lower hybrid current drive experiments on Alcator C-Mod R. R. Parker, S.-G. Baek, C. Lau, Y. Ma, O. Meneghini, R. T. Mumgaard, Y. Podpaly, M. Porkolab, J.E. Rice, A. E. Schmidt, S.

More information

Gyrokinetic Transport Driven by Energetic Particle Modes

Gyrokinetic Transport Driven by Energetic Particle Modes Gyrokinetic Transport Driven by Energetic Particle Modes by Eric Bass (General Atomics) Collaborators: Ron Waltz, Ming Chu GSEP Workshop General Atomics August 10, 2009 Outline I. Background Alfvén (TAE/EPM)

More information

Overview of Alcator C-Mod Research

Overview of Alcator C-Mod Research Overview of C-Mod Research Presented by E.S. Marmar On behalf of the C-Mod Team APS-DPP04 Paper JO3.001 Work Supported by USDoE Office of Fusion Energy Sciences SOL flows impose a toroidal rotation boundary

More information

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES GTC Framework Development and Application Z. Lin University of California, Irvine, CA 92697, USA and dgpsttbp GPS-TTBP Team Supported by SciDAC GPS-TTBP, GSEP & CPES GPS-TTBP Workshop on GTC Framework

More information

ICRF Minority-Heated Fast-Ion Distributions on the Alcator C-Mod: Experiment and Simulation

ICRF Minority-Heated Fast-Ion Distributions on the Alcator C-Mod: Experiment and Simulation ICRF Minority-Heated Fast-Ion Distributions on the Alcator C-Mod: Experiment and Simulation A. Bader 1, P. Bonoli 1, R. Granetz 1, R.W. Harvey 2, E.F. Jaeger 3, R. Parker 1, S. Wukitch 1. 1)MIT-PSFC, Cambridge,

More information

Lower Hybrid RF: Results, Goals and Plans. J.R. Wilson Alcator C-Mod Program Advisory Meeting January 27, 2010

Lower Hybrid RF: Results, Goals and Plans. J.R. Wilson Alcator C-Mod Program Advisory Meeting January 27, 2010 Lower Hybrid RF: Results, Goals and Plans J.R. Wilson Alcator C-Mod Program Advisory Meeting January 27, 2010 ITER Needs and the RENEW Report Provide a Context for LH Research on C-Mod ITER Needs: Hea-ng

More information

ICRF Mode Conversion Flow Drive on Alcator C-Mod and Projections to Other Tokamaks

ICRF Mode Conversion Flow Drive on Alcator C-Mod and Projections to Other Tokamaks ICRF Mode Conversion Flow Drive on Alcator C-Mod and Projections to Other Tokamaks Y. Lin, J.E. Rice, S.J. Wukitch, M.J. Greenwald, A.E. Hubbard, A. Ince- Cushman, L. Lin, E.S. Marmar, M. Porkolab, M.L.

More information

Low-collisionality density-peaking in GYRO simulations of C-Mod plasmas

Low-collisionality density-peaking in GYRO simulations of C-Mod plasmas Low-collisionality density-peaking in GYRO simulations of C-Mod plasmas D. R. Mikkelsen, M. Bitter, K. Hill, PPPL M. Greenwald, J.W. Hughes, J. Rice, MIT J. Candy, R. Waltz, General Atomics APS Division

More information

Theory and Modeling Support for Alcator C-Mod

Theory and Modeling Support for Alcator C-Mod Theory and Modeling Support for Alcator C-Mod Paul Bonoli Alcator C-Mod PAC Meeting January 24-26, 2007 Introduction Alcator C-Mod benefits from an extensive program of theory and modeling support in many

More information

Integrated Modeling of Fast Ignition Experiments

Integrated Modeling of Fast Ignition Experiments Integrated Modeling of Fast Ignition Experiments Presented to: 9th International Fast Ignition Workshop Cambridge, MA November 3-5, 2006 R. P. J. Town AX-Division Lawrence Livermore National Laboratory

More information

Improved RF Actuator Schemes for the Lower Hybrid and the Ion Cyclotron Range of Frequencies in Reactor-Relevant Plasmas

Improved RF Actuator Schemes for the Lower Hybrid and the Ion Cyclotron Range of Frequencies in Reactor-Relevant Plasmas Improved RF Actuator Schemes for the Lower Hybrid and the Ion Cyclotron Range of Frequencies in Reactor-Relevant Plasmas P. T. Bonoli*, S. G. Baek, B. LaBombard, K. Filar, M. Greenwald, R. Leccacorvi,

More information

Pysynphot: A Python Re Implementation of a Legacy App in Astronomy

Pysynphot: A Python Re Implementation of a Legacy App in Astronomy Pysynphot: A Python Re Implementation of a Legacy App in Astronomy Vicki Laidler 1, Perry Greenfield, Ivo Busko, Robert Jedrzejewski Science Software Branch Space Telescope Science Institute Baltimore,

More information

Experimental Investigations of Magnetic Reconnection. J Egedal. MIT, PSFC, Cambridge, MA

Experimental Investigations of Magnetic Reconnection. J Egedal. MIT, PSFC, Cambridge, MA Experimental Investigations of Magnetic Reconnection J Egedal MIT, PSFC, Cambridge, MA Coronal Mass Ejections Movie from NASA s Solar Dynamics Observatory (SDO) Space Weather The Solar Wind affects the

More information

Application of Maxwell Equations to Human Body Modelling

Application of Maxwell Equations to Human Body Modelling Application of Maxwell Equations to Human Body Modelling Fumie Costen Room E3, E0c at Sackville Street Building, fc@cs.man.ac.uk November 6, 00 Fumie Costen Room E3, E0c at Sackville Street Building, Application

More information

Full Wave Simulations of Fast Wave Mode Conversion and Lower Hybrid Wave Propagation in Tokamaks

Full Wave Simulations of Fast Wave Mode Conversion and Lower Hybrid Wave Propagation in Tokamaks PSFC/JA-04-14 Full Wave Simulations of Fast Wave Mode Conversion and Lower Hybrid Wave Propagation in Tokamaks J.C. Wright, P.T. Bonoli, M. Brambilla, F. Meo, E. D Azevedo, D.B. Batchelor, E.F. Jaeger,

More information

OVERVIEW OF THE ALCATOR C-MOD PROGRAM. IAEA-FEC November, 2004 Alcator Team Presented by Martin Greenwald MIT Plasma Science & Fusion Center

OVERVIEW OF THE ALCATOR C-MOD PROGRAM. IAEA-FEC November, 2004 Alcator Team Presented by Martin Greenwald MIT Plasma Science & Fusion Center OVERVIEW OF THE ALCATOR C-MOD PROGRAM IAEA-FEC November, 2004 Alcator Team Presented by Martin Greenwald MIT Plasma Science & Fusion Center OUTLINE C-Mod is compact, high field, high density, high power

More information

Progress on Quantitative Modeling of rf Sheaths

Progress on Quantitative Modeling of rf Sheaths Progress on Quantitative Modeling of rf Sheaths D. A. D Ippolito, J. R. Myra, H. Kohno and J. C. Wright Lodestar Research Corporation, Boulder, Colorado, 80301 May, 2011 Prepared for the 19th Topical Conference

More information

Electron Bernstein Wave (EBW) Physics In NSTX and PEGASUS

Electron Bernstein Wave (EBW) Physics In NSTX and PEGASUS Electron Bernstein Wave (EBW) Physics In NSTX and PEGASUS G. Taylor 1, J.B. Caughman 2, M.D. Carter 2, S. Diem 1, P.C. Efthimion 1, R.W. Harvey 3, J. Preinhaelter 4, J.B. Wilgen 2, T.S. Bigelow 2, R.A.

More information

Scientific Data Mining: Why is it Difficult? Sapphire: using data mining techniques to address the data overload problem

Scientific Data Mining: Why is it Difficult? Sapphire: using data mining techniques to address the data overload problem Scientific Data Mining: Why is it Difficult? Chandrika Kamath June 25, 2008 MMDS 2008: Workshop on Algorithms for Modern Massive Data Sets LLNL-PRES-404920: This work performed under the auspices of the

More information

1 THW/P7-09 Comparison of Quasi-linear and Exact Ion Cyclotron Resonant Heating Diffusion, With and Without Finite Width Ion Orbits Abstract.

1 THW/P7-09 Comparison of Quasi-linear and Exact Ion Cyclotron Resonant Heating Diffusion, With and Without Finite Width Ion Orbits Abstract. 1 Comparison of Quasi-linear and Exact Ion Cyclotron Resonant Heating Diffusion, With and Without Finite Width Ion Orbits R.W. Harvey1, Yu. V. Petrov1, D.L. Green2, E.F. Jaeger3, P.T. Bonoli4, D.B. Batchelor2,

More information

GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER. UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944)

GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER. UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944) 2012 GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944) Portfolio Table of Contents Subject... Page Personal statement/mission/philosophy... 1

More information

Stationary, High Bootstrap Fraction Plasmas in DIII-D Without Inductive Current Control

Stationary, High Bootstrap Fraction Plasmas in DIII-D Without Inductive Current Control Stationary, High Bootstrap Fraction Plasmas in DIII-D Without Inductive Current Control P. A. Politzer, 1 A. W. Hyatt, 1 T. C. Luce, 1 F. W. Perkins, 4 R. Prater, 1 A. D. Turnbull, 1 D. P. Brennan, 5 J.

More information

Computation of Large Sparse Aggregated Areas for Analytic Database Queries

Computation of Large Sparse Aggregated Areas for Analytic Database Queries Computation of Large Sparse Aggregated Areas for Analytic Database Queries Steffen Wittmer Tobias Lauer Jedox AG Collaborators: Zurab Khadikov Alexander Haberstroh Peter Strohm Business Intelligence and

More information

Progress in Modeling of ARIES ACT Plasma

Progress in Modeling of ARIES ACT Plasma Progress in Modeling of ARIES ACT Plasma And the ARIES Team A.D. Turnbull, R. Buttery, M. Choi, L.L Lao, S. Smith, General Atomics H. St John, G. Staebler C. Kessel Princeton Plasma Physics Laboratory

More information

Observation of Co- and Counter Rotation Produced by Lower Hybrid Waves in Alcator C-Mod*

Observation of Co- and Counter Rotation Produced by Lower Hybrid Waves in Alcator C-Mod* Observation of Co- and Counter Rotation Produced by Lower Hybrid Waves in Alcator C-Mod* R. R. Parker, Y. Podpaly, J. Lee, M. L. Reinke, J. E. Rice, P.T. Bonoli, O. Meneghini, S. Shiraiwa, G. M. Wallace,

More information

Computing & Telecommunications Services

Computing & Telecommunications Services Computing & Telecommunications Services Monthly Report September 214 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Table of Contents HEAT Ticket

More information

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937)

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937) January 215 Monthly Report Computing & Telecommunications Services Monthly Report January 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last

More information

Progress on Optimization Results for Steady-State Plasma Solutions

Progress on Optimization Results for Steady-State Plasma Solutions Progress on Optimization Results for Steady-State Plasma Solutions A.D. Turnbull, H. St John, R. Buttery, M. Choi, L.L Lao, S. Smith General Atomics ARIES Team Meeting Bethesda Md September 26, 27 2012

More information

Static-scheduling and hybrid-programming in SuperLU DIST on multicore cluster systems

Static-scheduling and hybrid-programming in SuperLU DIST on multicore cluster systems Static-scheduling and hybrid-programming in SuperLU DIST on multicore cluster systems Ichitaro Yamazaki University of Tennessee, Knoxville Xiaoye Sherry Li Lawrence Berkeley National Laboratory MS49: Sparse

More information

Hard Xray Diagnostic for Lower Hybrid Current Drive on Alcator C- Mod

Hard Xray Diagnostic for Lower Hybrid Current Drive on Alcator C- Mod Hard Xray Diagnostic for Lower Hybrid Current Drive on Alcator C- Mod J. Liptac, J. Decker, R. Parker, V. Tang, P. Bonoli MIT PSFC Y. Peysson CEA Cadarache APS 3 Albuquerque, NM Abstract A Lower Hybrid

More information

Supported by. Role of plasma edge in global stability and control*

Supported by. Role of plasma edge in global stability and control* NSTX Supported by College W&M Colorado Sch Mines Columbia U CompX General Atomics INL Johns Hopkins U LANL LLNL Lodestar MIT Nova Photonics New York U Old Dominion U ORNL PPPL PSI Princeton U Purdue U

More information

GA A23713 RECENT ECCD EXPERIMENTAL STUDIES ON DIII D

GA A23713 RECENT ECCD EXPERIMENTAL STUDIES ON DIII D GA A271 RECENT ECCD EXPERIMENTAL STUDIES ON DIII D by C.C. PETTY, J.S. degrassie, R.W. HARVEY, Y.R. LIN-LIU, J.M. LOHR, T.C. LUCE, M.A. MAKOWSKI, Y.A. OMELCHENKO, and R. PRATER AUGUST 2001 DISCLAIMER This

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein TECHNICAL REPORT No. IFI-2.4 Time variance and defect prediction in software projects: additional figures 2 University of Zurich Department

More information

Predici 11 Quick Overview

Predici 11 Quick Overview Predici 11 Quick Overview PREDICI is the leading simulation package for kinetic, process and property modeling with a major emphasis on macromolecular systems. It has been successfully utilized to model

More information

Introduction to Nuclear Fusion. Prof. Dr. Yong-Su Na

Introduction to Nuclear Fusion. Prof. Dr. Yong-Su Na Introduction to Nuclear Fusion Prof. Dr. Yong-Su Na What is a stellarator? M. Otthe, Stellarator: Experiments, IPP Summer School (2008) 2 Closed Magnetic System ion +++ ExB drift Electric field, E - -

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

PLASMA IN CONTACT WITH METAL: RF ANTENNA NEAR FIELD BEHAVIORS IN TOKAMAKS (AND INDUSTRIAL PLASMAS) Presenter: David N. Smithe Co-author: Tom Jenkins

PLASMA IN CONTACT WITH METAL: RF ANTENNA NEAR FIELD BEHAVIORS IN TOKAMAKS (AND INDUSTRIAL PLASMAS) Presenter: David N. Smithe Co-author: Tom Jenkins PLASMA IN CONTACT WITH METAL: RF ANTENNA NEAR FIELD BEHAVIORS IN TOKAMAKS (AND INDUSTRIAL PLASMAS) Presenter: David N. Smithe Co-author: Tom Jenkins Tech-X Corporation Plasma Physics Colloquium Applied

More information

Integrated Full Wave Analysis of RF Heating and Current Drive in Toroidal Plasmas

Integrated Full Wave Analysis of RF Heating and Current Drive in Toroidal Plasmas Integrated Full Wave Analysis of RF Heating and Current Drive in Toroidal Plasmas IAEA Fusion Energy Conference Chengdu, China 2006/10/20 A. Fukuyama, S. Murakami, A. Sonoda, M. Honda// Department of Nuclear

More information

FEB DASHBOARD FEB JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC

FEB DASHBOARD FEB JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC Positive Response Compliance 215 Compliant 215 Non-Compliant 216 Compliant 216 Non-Compliant 1% 87% 96% 86% 96% 88% 89% 89% 88% 86% 92% 93% 94% 96% 94% 8% 6% 4% 2% 13% 4% 14% 4% 12% 11% 11% 12% JAN MAR

More information

Long Time Simulations of Microturbulence in Fusion Plasmas

Long Time Simulations of Microturbulence in Fusion Plasmas Long Time Simulations of Microturbulence in Fusion Plasmas W. W. Lee, S. Ethier, T. G. Jenkins, W. X. Wang, J. L. V. Lewandowski, G. Rewoldt, and W. M. Tang Princeton Plasma Physics Laboratory, Princeton,

More information

UCLA. Broadband Magnetic and Density Fluctuation Evolution Prior to First ELM in DIII-D Edge Pedestal. Presented by G. Wang a, In collaboration with

UCLA. Broadband Magnetic and Density Fluctuation Evolution Prior to First ELM in DIII-D Edge Pedestal. Presented by G. Wang a, In collaboration with Broadband Magnetic and Density Fluctuation Evolution Prior to First ELM in DIII-D Edge Pedestal Presented by G. Wang a, In collaboration with W.A. Peebles a, P.B. Snyder b, T.L. Rhodes a, E.J. Doyle a,

More information

Final Report. COMET Partner's Project. University of Texas at San Antonio

Final Report. COMET Partner's Project. University of Texas at San Antonio Final Report COMET Partner's Project University: Name of University Researcher Preparing Report: University of Texas at San Antonio Dr. Hongjie Xie National Weather Service Office: Name of National Weather

More information

SciDAC CENTER FOR SIMULATION OF WAVE-PLASMA INTERACTIONS

SciDAC CENTER FOR SIMULATION OF WAVE-PLASMA INTERACTIONS SciDAC CENTER FOR SIMULATION OF WAVE-PLASMA INTERACTIONS GA A27760 ITERATED FINITE-ORBIT MONTE CARLO SIMULATIONS WITH FULL-WAVE FIELDS FOR MODELING TOKAMAK ICRF WAVE HEATING EXPERIMENTS Final Report for

More information

Operational Phase Space of the Edge Plasma in Alcator C-Mod

Operational Phase Space of the Edge Plasma in Alcator C-Mod Operational Phase Space of the Edge Plasma in B. LaBombard, T. Biewer, M. Greenwald, J.W. Hughes B. Lipschultz, N. Smick, J.L. Terry, Team Contributed talk RO.00008 Presented at the 47th Annual Meeting

More information

Department of Chemical Engineering University of California, Santa Barbara Spring Exercise 2. Due: Thursday, 4/19/09

Department of Chemical Engineering University of California, Santa Barbara Spring Exercise 2. Due: Thursday, 4/19/09 Department of Chemical Engineering ChE 210D University of California, Santa Barbara Spring 2012 Exercise 2 Due: Thursday, 4/19/09 Objective: To learn how to compile Fortran libraries for Python, and to

More information

Modeling of ELM Dynamics for ITER

Modeling of ELM Dynamics for ITER Modeling of ELM Dynamics for ITER A.Y. PANKIN 1, G. BATEMAN 1, D.P. BRENNAN 2, A.H. KRITZ 1, S. KRUGER 3, P.B. SNYDER 4 and the NIMROD team 1 Lehigh University, 16 Memorial Drive East, Bethlehem, PA 18015

More information

GA A24016 PHYSICS OF OFF-AXIS ELECTRON CYCLOTRON CURRENT DRIVE

GA A24016 PHYSICS OF OFF-AXIS ELECTRON CYCLOTRON CURRENT DRIVE GA A6 PHYSICS OF OFF-AXIS ELECTRON CYCLOTRON CURRENT DRIVE by R. PRATER, C.C. PETTY, R. HARVEY, Y.R. LIN-LIU, J.M. LOHR, and T.C. LUCE JULY DISCLAIMER This report was prepared as an account of work sponsored

More information

Short-Term Job Growth Impacts of Hurricane Harvey on the Gulf Coast and Texas

Short-Term Job Growth Impacts of Hurricane Harvey on the Gulf Coast and Texas Short-Term Job Growth Impacts of Hurricane Harvey on the Gulf Coast and Texas Keith Phillips & Christopher Slijk Federal Reserve Bank of Dallas San Antonio Branch The views expressed in this presentation

More information

Research on Structure Formation of Plasmas Dominated by Multiple Hierarchical Dynamics

Research on Structure Formation of Plasmas Dominated by Multiple Hierarchical Dynamics Chapter 4 Epoch Making Simulation Research on Structure Formation of Plasmas Dominated by Multiple Hierarchical Dynamics Group Representative Yasuaki Kishimoto Naka Fusion Research Establishment, Japan

More information

Review of Recent Experimental and Modeling Progress in the Lower Hybrid Range of Frequencies at ITER Relevant Parameters

Review of Recent Experimental and Modeling Progress in the Lower Hybrid Range of Frequencies at ITER Relevant Parameters Review of Recent Experimental and Modeling Progress in the Lower Hybrid Range of Frequencies at ITER Relevant Parameters P. T. Bonoli PSFC MIT, Cambridge, MA 02139 (USA) 20 th Topical Conference on Radio

More information

GA A23698 ELECTRON CYCLOTRON WAVE EXPERIMENTS ON DIII D

GA A23698 ELECTRON CYCLOTRON WAVE EXPERIMENTS ON DIII D GA A23698 ELECTRON CYCLOTRON WAVE EXPERIMENTS ON DIII D by C.C. PETTY, J.S. degrassie, R.W. HARVEY, Y.R. LIN-LIU, J.M. LOHR, T.C. LUCE, M.A. MAKOWSKI, Y.A. OMELCHENKO, and R. PRATER JUNE 21 DISCLAIMER

More information

Coastal Inundation Forecasting and Community Response in Bangladesh

Coastal Inundation Forecasting and Community Response in Bangladesh WMO Coastal Inundation Forecasting and Community Response in Bangladesh Bapon (SHM) Fakhruddin Nadao Kohno 12 November 2015 System Design for Coastal Inundation Forecasting CIFDP-PSG-5, 14-16 May 2014,

More information

Annual Average NYMEX Strip Comparison 7/03/2017

Annual Average NYMEX Strip Comparison 7/03/2017 Annual Average NYMEX Strip Comparison 7/03/2017 To Year to Year Oil Price Deck ($/bbl) change Year change 7/3/2017 6/1/2017 5/1/2017 4/3/2017 3/1/2017 2/1/2017-2.7% 2017 Average -10.4% 47.52 48.84 49.58

More information

DT Fusion Ignition of LHD-Type Helical Reactor by Joule Heating Associated with Magnetic Axis Shift )

DT Fusion Ignition of LHD-Type Helical Reactor by Joule Heating Associated with Magnetic Axis Shift ) DT Fusion Ignition of LHD-Type Helical Reactor by Joule Heating Associated with Magnetic Axis Shift ) Tsuguhiro WATANABE National Institute for Fusion Science, 322-6 Oroshi-cho, Toki 509-5292, Japan (Received

More information

NCEP Applications -- HPC Performance and Strategies. Mark Iredell software team lead USDOC/NOAA/NWS/NCEP/EMC

NCEP Applications -- HPC Performance and Strategies. Mark Iredell software team lead USDOC/NOAA/NWS/NCEP/EMC NCEP Applications -- HPC Performance and Strategies Mark Iredell software team lead USDOC/NOAA/NWS/NCEP/EMC Motivation and Outline Challenges in porting NCEP applications to WCOSS and future operational

More information

Theory and Modeling Support for Alcator C-Mod

Theory and Modeling Support for Alcator C-Mod Theory and Modeling Support for Alcator C-Mod Paul Bonoli PSFC, MIT Alcator C-Mod PAC Meeting February 2-4, 2005 Introduction Alcator C-Mod benefits from an extensive program of theory and modeling support

More information

Confinement of pure electron plasmas in the CNT stellarator

Confinement of pure electron plasmas in the CNT stellarator Confinement of pure electron plasmas in the CNT stellarator Thomas Sunn Pedersen CNT Columbia University In the City of New York Overview Background/introductory remarks CNT s magnetic topology (a stellarator)

More information

Innovative Concepts Workshop Austin, Texas February 13-15, 2006

Innovative Concepts Workshop Austin, Texas February 13-15, 2006 Don Spong Oak Ridge National Laboratory Acknowledgements: Jeff Harris, Hideo Sugama, Shin Nishimura, Andrew Ware, Steve Hirshman, Wayne Houlberg, Jim Lyon Innovative Concepts Workshop Austin, Texas February

More information

Localized Electron Cyclotron Current Drive in DIII D: Experiment and Theory

Localized Electron Cyclotron Current Drive in DIII D: Experiment and Theory Localized Electron Cyclotron Current Drive in : Experiment and Theory by Y.R. Lin-Liu for C.C. Petty, T.C. Luce, R.W. Harvey,* L.L. Lao, P.A. Politzer, J. Lohr, M.A. Makowski, H.E. St John, A.D. Turnbull,

More information

Some remarks concerning solar eclipse data predictions

Some remarks concerning solar eclipse data predictions Some remarks concerning solar eclipse data predictions Robert Nufer, Switzerland (Robert.Nufer@Bluewin.ch) Computing solar eclipse predictions consists of two main "steps": 1.) Accurate computing of the

More information

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling

Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Progress in Parallel Implicit Methods For Tokamak Edge Plasma Modeling Michael McCourt 1,2,Lois Curfman McInnes 1 Hong Zhang 1,Ben Dudson 3,Sean Farley 1,4 Tom Rognlien 5, Maxim Umansky 5 Argonne National

More information

GLAST Large Area Telescope Monthly Mission Review

GLAST Large Area Telescope Monthly Mission Review GLAST Large Area Telescope Monthly Mission Review Gamma-ray Large Area Space Telescope LAT Flight Software Status May 2, 2007 Jana Thayer Stanford Linear Accelerator Center 1 FSW Status B0-10-1 available

More information

Overview of edge modeling efforts for advanced divertor configurations in NSTX-U with magnetic perturbation fields

Overview of edge modeling efforts for advanced divertor configurations in NSTX-U with magnetic perturbation fields Overview of edge modeling efforts for advanced divertor configurations in NSTX-U with magnetic perturbation fields H. Frerichs, O. Schmitz, I. Waters, G. P. Canal, T. E. Evans, Y. Feng and V. Soukhanovskii

More information

THE TOROIDAL HELICON EXPERIMENT AT IPR

THE TOROIDAL HELICON EXPERIMENT AT IPR THE TOROIDAL HELICON EXPERIMENT AT IPR Manash Kumar Paul Supervisor Prof. Dhiraj Bora D.D.G, ITER Acknowledgement Dr. S.K.P.Tripathi UCLA Institute for Plasma Research Gandhinagar, Gujarat (India) MOTIVATION

More information

Concurrent Divide-and-Conquer Library

Concurrent Divide-and-Conquer Library with Petascale Electromagnetics Applications, Tech-X Corporation CScADS Workshop on Libraries and Algorithms for Petascale Applications, 07/30/2007, Snowbird, Utah Background Particle In Cell (PIC) in

More information

Theory and Modeling Support for Alcator C-Mod

Theory and Modeling Support for Alcator C-Mod Theory and Modeling Support for Alcator C-Mod Paul Bonoli PSFC, MIT Alcator C-Mod PAC Meeting January 25-27, 2006 Introduction Alcator C-Mod benefits from an extensive program of theory and modeling support

More information

1.0. T (ev) 0.5. z [m] y [m] x [m]

1.0. T (ev) 0.5. z [m] y [m] x [m] W7-X edge modelling with the 3D SOL fluid code BoRiS M. Borchardt, J. Riemann, R. Schneider, X. Bonnin Max-Planck-Institut für Plasmaphysik, Teilinstitut Greifswald EURATOM Association, D 17491 Greifswald,

More information

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers Migrating Defense Workflows from ArcMap to ArcGIS Pro Renee Bernstein and Jared Sellers ArcGIS Desktop Desktop Web Device ArcMap ArcCatalog ArcScene ArcGlobe ArcGIS Pro portal Server Online Content and

More information

Level 3 Trigger. First Joint Belle-BaBar Workshop on Detector Issues TRIUMF, Vancouver. Feburary 15, Rainer Bartoldus. The University of Iowa

Level 3 Trigger. First Joint Belle-BaBar Workshop on Detector Issues TRIUMF, Vancouver. Feburary 15, Rainer Bartoldus. The University of Iowa The Level 3 Trigger First Joint Belle-BaBar Workshop on Detector Issues TRIUMF, Vancouver Feburary 15, 2002 The University of Iowa Outline DAQ System & Level 3 Design Tools & Filters Monitoring & Diagnostics

More information

High fusion performance at high T i /T e in JET-ILW baseline plasmas with high NBI heating power and low gas puffing

High fusion performance at high T i /T e in JET-ILW baseline plasmas with high NBI heating power and low gas puffing High fusion performance at high T i /T e in JET-ILW baseline plasmas with high NBI heating power and low gas puffing Hyun-Tae Kim, A.C.C. Sips, C. D. Challis, F. Rimini, L. Garzotti, E. Lerche, L. Frassinetti,

More information