15 real(R8),
pointer :: times(:)
16 integer :: idx,nslice,islice
18 integer :: iargc, iarg, i, req_arg=2, narg, ncpo
19 character(len=132) :: arg, arg2
20 character(len=132),
allocatable :: cpos(:)
21 character(len=132) :: user, machine, ual_version
23 call getenv(
'USER', user)
24 call getenv(
'DATAVERSION', ual_version)
25 if(ual_version.eq.
'')
then
28 call getenv(
'TOKAMAKNAME', machine)
29 if(machine.eq.
'')
then
34 10
if(narg.lt.req_arg)
then
35 write(*,*)
'Need to specify shot and run no'
36 write(*,*)
'Optionally preceded by "-u USER -d MACHINE -v UAL_VERSION"'
37 write(*,*)
'Optionally followed by a list of CPOs'
41 if(arg(1:1).eq.
'-')
then
42 call getarg(iarg+1,arg2)
43 select case (arg(2:2))
51 write(*,*)
'Unrecognized option ', trim(arg),
' ',trim(arg2)
59 call getarg(iarg+1,arg)
71 call getarg(iarg+i-1,cpos(i))
75 write(*,*)
'Processing shot/run = ',shot,
' / ',run
76 call
euitm_open_env(
'euitm',shot,run,idx,trim(user),trim(machine),trim(ual_version))
78 write(*,*) trim(cpos(i))
79 call euitm_get_times(idx,trim(cpos(i)),times)
80 write(*,*)
'Number of time points ',
size(times)
subroutine euitm_open_env(name, shot, run, retIdx, user, tokamak, version)
program timescpo
Print out the times stores in CPOs.
subroutine euitm_close(idx)