libsim  Versione7.1.6
subroutine grid_file_id_delete ( type(grid_file_id), intent(inout)  this)

Destructor for the grid_file_id class.

It closes the associated file(s) and releases the associated memory, but, in some drivers like grib_api, it may not release the memory associated to the grid_id objects read from that file, which continue their life in memory.

Parametri
[in,out]thisobject to be deleted

Definizione alla linea 522 del file grid_id_class.F90.


Generated with Doxygen.