libsim  Versione 7.1.6

◆ arrayof_ttr_mapper_append()

integer function, private stat_proc_engine::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 549 del file stat_proc_engine.F90.

550 
551 ! in next loop, we used initially steps instead of msteps (see comment
552 ! above), this gave much less combinations of time/timeranges with
553 ! possible empty output; we start from msteps instead of steps in
554 ! order to include partial initial intervals in case frac_valid<1;
555 ! however, as a gemeral rule, for aggregation of forecasts it's better
556 ! to use reference time
557  DO p1 = msteps, maxp1, msteps
558  CALL insert_unique(a_otimerange, vol7d_timerange_new(stat_proc, p1, steps))

Generated with Doxygen.