49 INTEGER,
INTENT(IN):: K
50 INTEGER,
INTENT(OUT):: KALL
51 REAL,
INTENT(OUT):: TTOT,TMIN,TMAX
53 INTEGER,
DIMENSION(:),
ALLOCATABLE,
SAVE:: KALLS
54 REAL,
DIMENSION(:),
ALLOCATABLE,
SAVE:: TTOTS,TMINS,TMAXS
55 INTEGER,
DIMENSION(8),
SAVE:: IDAT
56 INTEGER,
DIMENSION(8):: JDAT
57 REAL,
DIMENSION(5):: RINC
78 IF(kalls(k).EQ.1)
THEN
83 ttots(k)=ttots(k)+rinc(4)
84 tmins(k)=min(tmins(k),rinc(4))
85 tmaxs(k)=max(tmaxs(k),rinc(4))
100 IF(ka.GE.1.AND.ka.LE.kmax)
THEN
101 IF(kalls(ka).GT.0)
THEN
107 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...