Jump to: navigation, search

SUMMARD

The primary function of the EFIT post-processing code SUMMARD is to collect information contained in multiple A EQDSK files and summarize them in a text file SUMOUT.DAT for easy inspection and in an E data file for display using REVIEW. It is especially useful for time-dependent EFIT runs.

  • Start summard from command line
    • Two ways of specifying A EQDSK files are possible, through a good shot list format file using file mode (2) or look up directly within a time window for a single shot using look up mode (1).
    • If E FIT file is need, choose -1 or -2 =mfit option. This should be for single shot look up mode only. Otherwise, choose 0=no option.
    • Specify area for A EQDSK.
    • Specify GSL file if file mode.
    • Give heading.
    • Provide average time of interest.
  • Run summard from run_efit window
    • Pop up a summard window by selecting PostProcessor/SUMMARD. Defaults are provided. On-line help menu is availabe under topic SUMMARD.
Image:Summard.jpeg
  • Template input for collecting A EQDSK files for a single shot for display using REVIEW. Files mentioned may also found in /link/efit area.
    • Copy script file dosummar.com
    • Edit shot number and time interval of interest, average time of interest, and heading for SUMOUT.DAT
    • If need to input beam power use dosummar_pinj.com, edit the name of beam power data file to correspond to that from REVIEW



dosummar.com

#
  summard     << EOF > summar.log
1
-1
0
-1 -1
-1
60381 1000 4000
0
60381
0.01 40
60 60
EOF
#
  more -c summar.log



dosummard_pinj.com

#
  summard     << EOF > summar.log
1
-1
0
-1 -1
-1
60381 1000 4000
3
60381_pinj.dat
60381
0.01 40
60 60
EOF
#
  more -c summar.log