libsim Versione 7.1.11

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

823 CALL grib_set(gaid,'scaleFactorOfSecondFixedSurface',scalef2)
824 CALL grib_set(gaid,'scaledValueOfSecondFixedSurface',scalev2)
825 ENDIF
826
827else
828
829 CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
830 CALL raise_error()
831
832end if
833
834END SUBROUTINE level_export_gribapi
835
836
837SUBROUTINE timerange_import_gribapi(this, gaid)
838TYPE(vol7d_timerange),INTENT(out) :: this ! vol7d_timerange object
839INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to import
840

Generated with Doxygen.