gtool5 Fortran 90/95 ライブラリ
1.0.0-rc5
English
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
gtdata
gtvarslicendims.f90
Go to the documentation of this file.
1
14
36
subroutine
gtvarslicendims
(var, ndims, shape, err)
37
use
gtdata_types
,
only
:
gt_variable
38
use
gtdata_generic
,
only
:
inquire
,
get_slice
39
implicit none
40
type
(
gt_variable
),
intent(inout)
:: var
41
integer
,
intent(in)
:: ndims
42
integer
,
intent(in)
,
optional
:: shape(:)
43
logical
,
intent(out)
,
optional
:: err
44
integer
:: nd
45
integer
,
allocatable
:: vcount(:)
46
if
(ndims < 0)
then
47
if
(
present
(shape))
continue
48
end if
49
call
inquire
(var, alldims=nd)
50
allocate
(vcount(nd))
51
call
get_slice
(var, count=vcount(:))
52
if
(
present
(err)) err = .true.
53
stop
'gtvarslicendims: not implemented'
54
end subroutine
gtvarslicendims
subroutine gtvarslicendims(var, ndims, shape, err)
Definition
gtvarslicendims.f90:37
gtdata_generic::get_slice
Definition
gtdata_generic.f90:535
gtdata_generic::inquire
Definition
gtdata_generic.f90:667
gtdata_generic
Definition
gtdata_generic.f90:187
gtdata_types
Definition
gtdata_types.f90:39
gtdata_types::gt_variable
Definition
gtdata_types.f90:46
Generated on Fri May 29 2026 05:34:32 for gtool5 Fortran 90/95 ライブラリ by
1.9.8