|
◆ 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 843 del file gridinfo_class.F90.
843 CALL g2_interval_to_second(unit, p2g, p2) 846 CALL grib_get(gaid, 'typeOfTimeIncrement',ttimeincr) 847 IF (ttimeincr == 2) p1 = p1 + p2 857 CALL l4f_log(l4f_error, 'GribEditionNumber '// t2c(editionnumber)// ' not supported') Functions that return a trimmed CHARACTER representation of the input variable.
|