libsim Versione 7.1.11
|
◆ 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 549 del file stat_proc_engine.F90. 550 tmptime = tmptime + step
551 ENDDO
552
553! in next loop, we used initially steps instead of msteps (see comment
554! above), this gave much less combinations of time/timeranges with
555! possible empty output; we start from msteps instead of steps in
556! order to include partial initial intervals in case frac_valid<1;
557! however, as a gemeral rule, for aggregation of forecasts it's better
558! to use reference time
|