libsim  Versione 7.2.6

◆ arrayof_ttr_mapper_packarray()

subroutine, private stat_proc_engine::arrayof_ttr_mapper_packarray ( type(arrayof_ttr_mapper this)
private

Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents.

The value of this::overalloc remains unchanged. After the call to the method, the object can continue to be used, extended and shortened as before. If the object is empty the array is allocated to zero length.

Parametri
thisobject to be packed

Definizione alla linea 760 del file stat_proc_engine.F90.

761  CALL getval(nexthalf - half, amsec=dt)
762  weights(i) = dble(dt)/dble(tdt)
763  half = nexthalf
764  ENDDO
765  CALL getval(pend - half, amsec=dt)
766  weights(nt) = dble(dt)/dble(tdt)
767  ENDIF
768 ENDIF
769 
770 END SUBROUTINE compute_stat_proc_agg_sw
771 
772 ! get start of period, end of period and reference time from time,

Generated with Doxygen.