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