libsim  Versione7.2.1

◆ gridinfov_display()

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

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 827 del file gridinfo_class.F90.

827 
828 else
829 
830  CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
831  CALL raise_error()
832 
833 end if
834 
835 END SUBROUTINE level_export_gribapi
836 
837 
838 SUBROUTINE timerange_import_gribapi(this, gaid)
839 TYPE(vol7d_timerange),INTENT(out) :: this ! vol7d_timerange object
840 INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to import
841 
842 INTEGER :: EditionNumber, tri, unit, p1g, p2g, p1, p2, statproc, &
843  ttimeincr, tprocdata, status
844 

Generated with Doxygen.