14real(8),
parameter :: ced=
ha_si/(100.d0*
br_si)**2
16real(8),
allocatable :: f(:),g(:),pd(:)
18real(8),
external :: splint
33open(50,file=
'AFPDT.OUT',form=
'FORMATTED')
35 write(50,
'(2G18.10)')
times(its),pd(its)
40open(50,file=
'AFTED.OUT',form=
'FORMATTED')
42write(50,
'("Total energy density : ",G18.10)') ed
43write(50,²
'(" in J/cm : ",G18.10)') ed*ced
46write(*,
'("Info(writeafpdt):")')
47write(*,
'(" Power density of A-field written to AFPDT.OUT")')
48write(*,
'(" Total energy density of A-field written to AFTED.OUT")')
subroutine fderiv(m, n, x, f, g)
real(8), dimension(:), allocatable times
real(8), dimension(:,:), allocatable afieldt
real(8) function splint(n, x, f)