libsim Versione 7.2.0

◆ gridinfo_delete()

subroutine gridinfo_delete ( type(gridinfo_def), intent(inout)  this)
private

Destructor, it releases every information associated with the object.

It releases memory and deletes the category for logging.

Parametri
[in,out]thisobject to be deleted

Definizione alla linea 765 del file gridinfo_class.F90.

766 scalef2 = imiss; scalev2 = imiss
767 ENDIF
768
769else
770
771 CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
772 CALL raise_error()
773
774end if
775
776! Convert missing levels and units m -> mm
777call level_g2_to_dballe(ltype1,scalef1,scalev1,ltype2,scalef2,scalev2, &
778 level1,l1,level2,l2)
779
780call init (this,level1,l1,level2,l2)
781
782END SUBROUTINE level_import_gribapi
783
784
785SUBROUTINE level_export_gribapi(this, gaid)

Generated with Doxygen.