libsim  Versione 7.1.8

◆ volgrid6dv_delete()

subroutine volgrid6d_class::volgrid6dv_delete ( type(volgrid6d), dimension(:), pointer  this)
private

Array destructor for volgrid6d class.

Delete an array of volgrid6d objects and deallocate the array itself.

Parametri
thisvector of volgrid6d object

Definizione alla linea 1590 del file volgrid6d_class.F90.

1591 !! corresponding specifical transformation (\a grid_transform object)
1592 !! is created and destroyed internally. The output transformed object
1593 !! is created internally and it does not require preliminary
1594 !! initialisation.
1595 SUBROUTINE volgrid6d_transform(this, griddim, volgrid6d_in, volgrid6d_out, &
1596  lev_out, volgrid6d_coord_in, maskgrid, maskbounds, clone, decode, categoryappend)
1597 TYPE(transform_def),INTENT(in) :: this
1598 TYPE(griddim_def),INTENT(in),OPTIONAL :: griddim
1599 TYPE(volgrid6d),INTENT(inout) :: volgrid6d_in
1600 TYPE(volgrid6d),INTENT(out) :: volgrid6d_out
1601 TYPE(vol7d_level),INTENT(in),OPTIONAL,TARGET :: lev_out(:)
1602 TYPE(volgrid6d),INTENT(in),OPTIONAL :: volgrid6d_coord_in
1603 REAL,INTENT(in),OPTIONAL :: maskgrid(:,:)
1604 REAL,INTENT(in),OPTIONAL :: maskbounds(:)
1605 LOGICAL,INTENT(in),OPTIONAL :: clone

Generated with Doxygen.