libsim Versione 7.2.6

◆ gridinfo_display()

subroutine gridinfo_display ( type(gridinfo_def), intent(in) this,
character (len=*), optional namespace )
private

Display on standard output a description of the gridinfo object provided.

For objects imported from grib_api also the grib key names and values are printed; the set of keys returned can be controlled with the input variable namespace. Available namespaces are "ls", to get the same default keys as the grib_ls command, and "mars" to get the keys used by mars, default "ls".

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

Definizione alla linea 795 del file gridinfo_class.F90.

796
797call init (this,level1,l1,level2,l2)
798
799END SUBROUTINE level_import_gribapi
800
801
802SUBROUTINE level_export_gribapi(this, gaid)
803TYPE(vol7d_level),INTENT(in) :: this ! vol7d_level object
804INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to export
805
806INTEGER :: EditionNumber, ltype1, scalef1, scalev1, ltype2, scalef2, scalev2, &
807 ltype, l1, l2
808
809CALL level_dballe_to_g2(this%level1, this%l1, this%level2, this%l2, &
810 ltype1, scalef1, scalev1, ltype2, scalef2, scalev2)
811

Generated with Doxygen.