libsim Versione 7.2.1

◆ display_volgrid6dv()

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

Display vector of object on screen.

Show brief content on screen.

Parametri
[in]thisvector of object to display

Definizione alla linea 3498 del file volgrid6d_class.F90.

3499 end if
3500 end if
3501
3502 if (c_e(vg6din%gaid(ilevel,itime,itimerange,ivar)).and. .not. c_e(vg6dout%gaid(indl,itime,indt,ivar)))then
3503 call copy (vg6din%gaid(ilevel,itime,itimerange,ivar), vg6dout%gaid(indl,itime,indt,ivar))
3504 end if
3505 end do
3506 end do
3507 end do
3508end do
3509
3510if ( ASSOCIATED(vg6din%voldati) .or. optio_log(merge)) then
3511 deallocate(vol2d)
3512end if
3513
3514end subroutine vg6d_reduce
3515
3516
3517end module volgrid6d_class
This module defines objects and methods for managing data volumes on rectangular georeferenced grids.

Generated with Doxygen.