|
◆ grid_id_display()
subroutine grid_id_display |
( |
type(grid_id), intent(in) |
this, |
|
|
character(len=*), optional |
namespace |
|
) |
| |
Display on standard output a description of the grid_id object provided.
Also the grib key names and values are printed; the set of keys returned can be controlled with the input variable namespace. Available namespaces are ls , to get the same default keys as the grib_ls command, and mars to get the keys used by mars.
- Parametri
-
[in] | this | object to be displayed |
| namespace | grib_api namespace of the keys to search for, all the keys if empty, default ls |
Definizione alla linea 866 del file grid_id_class.F90.
872 IF (numberofvalues == 0) vector = rmiss 876 t2c(minval(vector,mask= c_e(vector)))// ' '// t2c(maxval(vector,mask= c_e(vector 878 t2c(count(.NOT. c_e(vector)))) 881 IF (numberofvalues /= count( c_e(vector))) THEN 882 CALL l4f_log(l4f_warn, 'grid_id_decode_data_gribapi numberOfValues and valid data count different' 883 CALL l4f_log(l4f_warn, 'grid_id_decode_data_gribapi numberOfValues: ' 884 ', valid data: '// t2c(count( c_e(vector)))) 889 IF (iscansnegatively == 0) THEN 898 IF (jscanspositively == 0) THEN 908 IF ( jpointsareconsecutive == 0) THEN Functions that return a trimmed CHARACTER representation of the input variable.
|