libsim Versione 7.1.11

◆ 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 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

Generated with Doxygen.