libsim Versione 7.2.6
|
◆ arrayof_ttr_mapper_append()
Quick method to append an element to the array. The return value is the position at which the element has been appended.
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)
|