libsim  Versione 7.2.1

◆ griddim_delete()

subroutine grid_class::griddim_delete ( type(griddim_def), intent(inout)  this)
private

Destroy a griddim_def object.

Parametri
[in,out]thisobject to be destroyed

Definizione alla linea 552 del file grid_class.F90.

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
557 DOUBLE PRECISION,INTENT(inout) :: lon ! central longitude
558 DOUBLE PRECISION,INTENT(in),OPTIONAL :: lonref ! reference longitude
559 
560 INTEGER :: unit

Generated with Doxygen.