libsim Versione 7.2.6

◆ display_volgrid6dv()

subroutine display_volgrid6dv ( type(volgrid6d), dimension(:), intent(in) this)
private

Display vector of object on screen.

Show brief content on screen.

Parametri
[in]thisvector of object to display

Definizione alla linea 3546 del file volgrid6d_class.F90.

3547 end if
3548 end if
3549
3550 if (c_e(vg6din%gaid(ilevel,itime,itimerange,ivar)).and. .not. c_e(vg6dout%gaid(indl,itime,indt,ivar)))then
3551 call copy (vg6din%gaid(ilevel,itime,itimerange,ivar), vg6dout%gaid(indl,itime,indt,ivar))
3552 end if
3553 end do
3554 end do
3555 end do
3556end do
3557
3558if ( ASSOCIATED(vg6din%voldati) .or. optio_log(merge)) then
3559 deallocate(vol2d)
3560end if
3561
3562end subroutine vg6d_reduce
3563
3564
3565end module volgrid6d_class
This module defines objects and methods for managing data volumes on rectangular georeferenced grids.

Generated with Doxygen.