libsim  Versione 7.2.1

◆ 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 553 del file stat_proc_engine.F90.

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
559  DO p1 = msteps, maxp1, msteps
560  CALL insert_unique(a_otimerange, vol7d_timerange_new(stat_proc, p1, steps))
561  ENDDO
562 

Generated with Doxygen.