libsim  Versione 7.2.1

◆ grid_id_readonly()

logical function grid_id_class::grid_id_readonly ( type(grid_id), intent(in)  this)

Check whether the grid_id object is readonly (.TRUE.) or allows writing bands (.FALSE.)

Parametri
[in]thisobject to test

Definizione alla linea 701 del file grid_id_class.F90.

702 !! provided, i.e. the unit associated by grib_api to the file.
703 FUNCTION grid_file_id_get_gaid(this) RESULT(gaid)
704 TYPE(grid_file_id),INTENT(in) :: this
705 INTEGER :: gaid
706 gaid = this%gaid

Generated with Doxygen.