libsim  Versione6.3.0

◆ gridinfov_display()

subroutine gridinfo_class::gridinfov_display ( type(arrayof_gridinfo), intent(in)  this,
character (len=*), optional  namespace 
)
private

The same as gridinfo_display(), but it receives an array of gridinfo objects.

Parametri
[in]thisobject to display
namespacegrib_api namespace of the keys to search for, all the keys if empty, default "ls"

Definizione alla linea 843 del file gridinfo_class.F90.

843  CALL g2_interval_to_second(unit, p2g, p2)
844 
845 ! for forecast-like timeranges p1 has to be shifted to the end of interval
846  CALL grib_get(gaid,'typeOfTimeIncrement',ttimeincr)
847  IF (ttimeincr == 2) p1 = p1 + p2
848 
849  ELSE ! point in time
850  statproc = 254
851  p2 = 0
852 
853  ENDIF
854 
855 ELSE
856 
857  CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
858  CALL raise_error()
859 
860 ENDIF
Functions that return a trimmed CHARACTER representation of the input variable.

Generated with Doxygen.