libsim Versione 7.2.1
|
◆ count_distinct_ttr_mapper()
conta gli elementi distinti in vect Definizione alla linea 855 del file stat_proc_engine.F90. 856IF (time /= datetime_miss) THEN
857 CALL getval(p1, amsec=dmsec) ! end of period
858 timerange%p1 = int(dmsec/1000_int_ll)
859 CALL getval(p2, amsec=dmsec) ! length of period
860 timerange%p2 = int(dmsec/1000_int_ll)
861ELSE
862 timerange%p1 = imiss
863 timerange%p2 = imiss
864ENDIF
865
866END SUBROUTINE time_timerange_set_period
867
868
This module contains functions that are only for internal use of the library. Definition stat_proc_engine.F90:211 |