48 INTEGER,
INTENT(IN):: K
49 INTEGER,
INTENT(OUT):: KALL
50 REAL,
INTENT(OUT):: TTOT,TMIN,TMAX
52 INTEGER,
DIMENSION(:),
ALLOCATABLE,
SAVE:: KALLS
53 REAL,
DIMENSION(:),
ALLOCATABLE,
SAVE:: TTOTS,TMINS,TMAXS
54 INTEGER,
DIMENSION(8),
SAVE:: IDAT
55 INTEGER,
DIMENSION(8):: JDAT
56 REAL,
DIMENSION(5):: RINC
77 IF(kalls(k).EQ.1)
THEN
82 ttots(k)=ttots(k)+rinc(4)
83 tmins(k)=min(tmins(k),rinc(4))
84 tmaxs(k)=max(tmaxs(k),rinc(4))
99 IF(ka.GE.1.AND.ka.LE.kmax)
THEN
100 IF(kalls(ka).GT.0)
THEN
106 IF(kalls(ka).LE.0)
THEN
subroutine instrument(k, kall, ttot, tmin, tmax)
This subprogram is useful in instrumenting a code by monitoring the number of times each given sectio...
subroutine w3difdat(jdat, idat, it, rinc)
Returns the elapsed time interval from an NCEP absolute date and time given in the second argument un...
subroutine w3utcdat(idat)
This subprogram returns the utc (greenwich) date and time in the NCEP absolute date and time data str...