libsim  Versione6.3.0

◆ grid_id_get_gdal_options()

type(gdal_file_id_options) function grid_id_class::grid_id_get_gdal_options ( type(grid_id), intent(in)  this)

Returns an object with driver-specific options associated to the grid_id provided, available only for gdal.

Parametri
[in]thisobject to query

Definizione alla linea 952 del file grid_id_class.F90.

952 call grib_get(gaid,'jScansPositively',jScansPositively)
953 call grib_get(gaid,'jPointsAreConsecutive',jPointsAreConsecutive)
954 
955 ! queste sono gia` fatte in export_gridinfo, si potrebbero evitare?!
956 #ifdef DEBUG
957 CALL l4f_log(L4F_DEBUG, 'grib_api, Ni,Nj:'//t2c(SIZE(field,1))//','//t2c(SIZE(field,2)))
958 #endif
959 call grib_set(gaid,'Ni',SIZE(field,1))
960 call grib_set(gaid,'Nj',SIZE(field,2))
961 
962 ! Transfer data field changing scanning mode from 64

Generated with Doxygen.