|
◆ 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] | this | object to display |
| namespace | grib_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)
829 CALL l4f_log(l4f_error, 'GribEditionNumber '//t2c(editionnumber)// ' not supported')
834 END SUBROUTINE level_export_gribapi
837 SUBROUTINE timerange_import_gribapi(this, gaid)
838 TYPE(vol7d_timerange), INTENT(out) :: this
839 INTEGER, INTENT(in) :: gaid
|