6 subroutine printcpoargs(shot, run, treename, pscreen, xmloutput)
9 character(len=*) :: treename
13 character(len=80) :: arg
34 if (arg(1:1) ==
'-')
then
35 if (arg(2:2) ==
'p')
then
37 elseif (arg(2:2) ==
'x')
then
39 elseif (arg(2:2) ==
'h')
then
43 print *,
'Unrecognized options: ',trim(arg)
56 print *,
'Too many parameters:', trim(arg)
64 print *,
'PRINTCPO print the fields different from zero of CPOs stored in a MDSPLUS file'
68 print *,
' printcpo [options] [shot [run [treename]]]'
70 print *,
' Parameters:'
71 print *,
' shot: the shot number. Defaults to 1'
72 print *,
' run: the run number. Defaults to 1'
73 print *,
' treename: the name of the tree. Defaults to "euitm"'
76 print *,
' -p print some data for vector fields (not yet implemented)'
77 print *,
' -x the output is in XML format'
78 print *,
' -h print this help'
80 print *,
'Copyright: Edmondo Giovannozzi (2009)'
82 print *,
'This software is released under the ITM License'
subroutine printcpoargs(shot, run, treename, pscreen, xmloutput)