libsim  Versione 7.1.8

◆ griddim_delete()

subroutine griddim_delete ( type(griddim_def), intent(inout)  this)

Destroy a griddim_def object.

Parametri
[in,out]thisobject to be destroyed

Definizione alla linea 548 del file grid_class.F90.

549 CALL griddim_pistola_central_lon(this, lon, lonref)
550 
551 END SUBROUTINE griddim_set_central_lon
552 
553 
554 ! internal subroutine for performing tasks common to the prevous two
555 SUBROUTINE griddim_pistola_central_lon(this, lon, lonref)
556 TYPE(griddim_def),INTENT(inout) :: this ! grid descriptor

Generated with Doxygen.