|
◆ gridinfo_delete()
subroutine gridinfo_delete |
( |
type(gridinfo_def), intent(inout) |
this | ) |
|
Destructor, it releases every information associated with the object.
It releases memory and deletes the category for logging. - Parametri
-
[in,out] | this | object to be deleted |
Definizione alla linea 775 del file gridinfo_class.F90.
783 END SUBROUTINE level_import_gribapi
786 SUBROUTINE level_export_gribapi(this, gaid)
787 TYPE(vol7d_level), INTENT(in) :: this
788 INTEGER, INTENT(in) :: gaid
790 INTEGER :: EditionNumber, ltype1, scalef1, scalev1, ltype2, scalef2, scalev2
794 ltype1, scalef1, scalev1, ltype2, scalef2, scalev2)
|