Go to the source code of this file.
◆ setgauges()
Definition at line 3 of file setgauges.f.
References gauges_module::igauge, gauges_module::mbestsrc, opendatafile(), and gauges_module::outgaugeunit.
7 implicit double precision (a-h,o-z)
13 inquire(file=fname,exist=foundfile)
14 if (.not. foundfile)
then 15 write(*,*)
'You must provide a file ', fname
23 write(6,*)
'+++ in setgauges: mgauges = ',mgauges
24 if (mgauges.gt.maxgauges)
then 25 write(*,*)
'ERROR in setgauges' 26 write(*,*)
'mgauges = ',mgauges,
' maxgauges = ',maxgauges
27 write(*,*)
'increase maxgauges in amr_module.f90' 32 read(iunit,*)
igauge(i),xgauge(i),ygauge(i),
33 & t1gauge(i),t2gauge(i)
43 open(unit=
outgaugeunit,file=
'fort.gauge',status=
'unknown',
integer, dimension(:), allocatable igauge
integer, parameter outgaugeunit
subroutine opendatafile(iunit, fname)
The module contains the definition of a "node descriptor" as well as other global variables used duri...
integer, dimension(:), allocatable mbestsrc