Download Slide 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Simulator of the JET real-time disruption
predictor
J.M. Lopez*, S. Dormido-Canto, J. Vega, A. Murari, J.M. Ramirez,
M.Ruiz, G. de Arcas and JET-EFDA Contributors
*CAEND, Universidad Politecnica de Madrid
7th Workshop on Fusion Data Processing Validation and Analysis, March 27, 2012
J M Lopez 1 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Outline
• Disruption Preditor (Apodis)
• Real-Time simulation constraints
– Pre-processing
• Real-Time Simulation Implementation
– JET Real Time Network Peculiarities
• Results
• Acknowledgements
J M Lopez 2 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Focus
• Disruption in tokamaks devices are
unavoidable and can have catastrophic
effects. So it is very important to have
mechanisms to predict this phenomenon.
• These mechanisms have to be:
– Accurate and reliable
• High success rate
• Low false alarms
– With enough time in advance
J M Lopez 3 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Methodology
Training dataset from past campaigns
APODIS
Model implementation
in the RT network:
software code + data structures
Discharge production
RT prediction
On-line display
for session leaders
assessment
No feedback (yet)
to control system
Model generation (HPC)
J M Lopez 4 (of 17)
ALARMS &
DISRUPTION DATA
Off-line
assessment
7th Workshop on Fusion .., Frascati March, 27 2012
Methodology
• Three steps approach
– First: Architecture design
• Model selection and off-line training
– Second: Real-time simulator
• Simulate the real time acquisition using constraints
in JET real-time network
– Third: Implementation in MARTe framework
J M Lopez 5 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Background: Advanced Predictor Of DISruptions
(APODIS)
•
P
R
E
D
I
C
T
O
R
M3
(SVM)
M2
(SVM)
[-128, -96] [-96, -64] [-64, -32]
First
layer
Decision Function:
Second
SVM classifier
layer
As a discharge is in execution, the most recent 32 ms temporal segments are
classified as disruptive or non-disruptive
M3
M1
M2
t - 96
t - 64
t - 96
t - 64
M3
t - 32
M2
t
The classifiers operate in parallel
on consecutive time windows
M1
t
t - 32
M3
•
M1
(SVM)
t + 32
M1
M2
t - 96
t - 64
t - 32
t
t - 96
t - 64
t - 32
t
M3
t + 32
t + 32
M2
t + 64
M1
t + 64
The three models may disagree about the discharge behaviour
J M Lopez 6 (of 17)
t + 96
2nd layer
7th Workshop on Fusion .., Frascati March, 27 2012
Background: Advanced Predictor Of DISruptions
(APODIS)
•
•
•
•
The objective of the training process is to determine a
‘predictor model’
In principle, the predictor model is assessed in terms of
success and false alarms rates
Once determined that balanced datasets are superior to
unbalanced ones in relation to training, the real training
process started
3 sets of features have been used as inputs to the first layer
classifiers
–
•
M3
(SVM)
M2
(SVM)
[-128, -96] [-96, -64]
Decision Function:
SVM classifier
14, 16 and 24 features respectively
50 random training datasets per set of features were defined
for training
– 100 non-disruptive discharges (randomly selected from 2312)
– 125 unintentional disruptive discharges (all available disruptions)
•
7500 predictors per set of features have been developed
–
–
–
They require a CPU time of 900 h to train the first layer classifiers
They require a CPU time of 30 minutes to train the second layer classifier
CIEMAT HPC has been used
• 240 nodes
• Processors: 2 Quad-Core Xeon
(X5450 and X5570) 3.0 GHz
• RAM memory: 16 GB
J M Lopez 7 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
M1
(SVM)
[-64, -32]
Background: Advanced Predictor Of DISruptions
(APODIS)
7 jpf signals
7 jpf signals +
1 calculated signal
9 jpf signals +
3 calculated signals
Plasma current
Mode lock amplitude
Plasma inductance
Plasma density
Diamagnetic energy time derivative
Radiated power
Plasma current
Mode lock amplitude
Plasma inductance
Plasma density
Diamagnetic energy time derivative
Radiated power
Plasma current
Mode lock amplitude
Plasma inductance
Plasma density
Diamagnetic energy time derivative
Radiated power
Total input power
Total input power
Plasma inductance time derivative
Total input power
Poloidal beta
Mean values
&
std(abs(FFT(S)))
Plasma vertical centroid position
Plasma inductance time derivative
Poloidal beta time derivative
Vertical centroid position time derivative
Mean values
&
std(abs(FFT(S)))
Mean values
&
std(abs(FFT(S)))
14 features
16 features
24 features
7500 predictors
MODEL A
7500 predictors
MODEL B
7500 predictors
MODEL C
J M Lopez 8 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Data pre-processing for training
Sample acquired by the digitizer
Make uniform sampling frequency at 1 ms
Interpolation
Non homogeneous sampling rate
Real sampling period
J M Lopez 9 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Data pre-processing for training
•
The training process is quite different to the real
time behaviour
Dt = 32 ms
t
– Some data manipulation is done to optimize it.
– Previous knowledge of kind of discharge at
disruption time
•
In a real time discharge
– No prior knowledge of windows alignment
– Time from left to right
– Fix a threshold trigger to start SVM classifier
Alarm time
J M Lopez 10 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Real-time Simulator
•
A software (C language) in the JAC cluster has been developed to simulate
the real-time computations
– The predictor starts when Ip < Threshold ( -750 kA)
•
This time instant defines the beginning of the 32 ms long time windows
– The predictor finishes when Ip > Threshold
– Input signal from JET Databse
– Not interpolation but truncation (in some signals, the real sampling period does
not meet our sampling requirements)
•
If a sample is request to JET ATM Real Time Network and the sample is not available, then the
last one is provide.
Sample acquired by the digitizer
Sample used by the predictor
Real sampling period
Sampling period required
J M Lopez 11 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Real-time Simulator
• First layer implementation
N
D  (  i e
i 1
 veci  X
2
)  bias
M3
(SVM)
M2
(SVM)
M1
(SVM)
MODEL A
N=210
N=166
N=60
MODEL B
N=210
N=170
N=58
MODEL C
N=213
N=164
N=62
• Decision function
R  M 3  D3  M 2  D2  M1  D1  B
J M Lopez 12 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Real-time Simulator
•
The simulator is fully configurable by means of text files to select models,
signal thresholds, sampling rates, etc
J M Lopez 13 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
C28 (jpf + ppf) and RT simulation
Non-ILW data for training and jpf signals
Campaign: C28
Accumulative fraction of detected disruptions
100
90
80
70
60
50
40
30
20
10
It is estimated that 30 ms is a
sufficient time to take
protective actions
0
-3
10
-2
10
-1
0
10
10
Disruption time - Alarm time [s]
1
10
Discharge range: 80128 – 81051 [678 discharges analyzed]
J M Lopez 14 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Sumary
• Tool to test Apodis results using JET Database
– Works with data files
– User configurable
– Can work in background mode (Script )
• Simulate the JET ATM Real Time Network
behavior
• Model validation before use the real time
application under MARTe framework
• The results are equal that obtained in training
phase.
J M Lopez 15 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Acknowledgements
• We would like to thank in particular:
– P. de Vries for the help with the database
– D. Alves and R. Felton for the support with
implementation details in ATM Real Time
Network
J M Lopez 16 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Thank you very much
J M Lopez 17 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Data pre-processing for training
Real sampling period
Sample acquired by the digitizer
Real sampling period
• Resampling at 32 ms
J M Lopez 18 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
• Backup
J M Lopez 19 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012
Data pre-processing for training
Data preprocessing to optimize the training time
– Data regularity
• Data resampling at 1 ms
• Data right alignment to the end pulse
• Files with complete data window shift evolution
This situation is not real during a discharge
– Time from left to right
– Threshold trigger
• No prior knowledge of windows alignment
Dt = 32 ms
t
32 ms Data window from left to right
Data window alignment
Files with complete data window and
shift evolution
Alarm time
J M Lopez 20 (of 17)
7th Workshop on Fusion .., Frascati March, 27 2012