libsim  Versione 7.1.9

◆ 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 
827 else
828 
829  CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
830  CALL raise_error()
831 
832 end if
833 
834 END SUBROUTINE level_export_gribapi
835 
836 
837 SUBROUTINE timerange_import_gribapi(this, gaid)
838 TYPE(vol7d_timerange),INTENT(out) :: this ! vol7d_timerange object
839 INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to import
840 

Generated with Doxygen.