libsim  Versione 7.2.4

◆ 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  DO p1 = steps + dstart, maxp1, steps
555  CALL insert_unique(a_otimerange, vol7d_timerange_new(stat_proc, p1, steps))
556  ENDDO
557 
558  ELSE ! verification time
559 
560 ! verification time in forecast mode is the ugliest case, because we
561 ! don't know a priori how many different (thus incompatible) reference
562 ! times we have, so some assumption of regularity has to be made. For

Generated with Doxygen.