libsim Versione 7.2.4

◆ arrayof_ttr_mapper_append()

integer function, private arrayof_ttr_mapper_append ( type(arrayof_ttr_mapper) this,
type(ttr_mapper), intent(in) content )
private

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parametri
thisarray object to extend
[in]contentobject of TYPE TYPE(ttr_mapper) to append

Definizione alla linea 543 del file stat_proc_engine.F90.

544 IF (time_definition == 0) THEN ! reference time
545 CALL insert(a_otime, itime) ! should I limit to elements itime >= lstart?
546
547! apply start shift to timerange, not to reftime
548! why did we use itime(SIZE(itime)) (last ref time)?
549! CALL getval(lstart-itime(SIZE(itime)), asec=dstart)
550 CALL getval(lstart-itime(1), asec=dstart)
551! allow starting before first reftime but restrict dtstart to -steps
552! dstart = MAX(0, dstart)

Generated with Doxygen.