Loading...
Searching...
No Matches
gtdata_internal_map::dimrange Interface Reference

Public Member Functions

subroutine dimrange_by_dimno (var, dimno, dimlo, dimhi)

Detailed Description

Definition at line 76 of file gtdata_internal_map.f90.

Member Function/Subroutine Documentation

◆ dimrange_by_dimno()

subroutine gtdata_internal_map::dimrange::dimrange_by_dimno ( type(gt_variable), intent(in) var,
integer, intent(in) dimno,
integer, intent(out) dimlo,
integer, intent(out) dimhi )

Definition at line 82 of file gtdata_internal_map.f90.

83 ! 変数と次元番号を指定して、当該次元の内部的添字番号範囲を得る
84 use gtdata_types, only: gt_variable
85 use gtdata_generic, only: open, close
87 type(gt_variable), intent(in):: var
88 integer, intent(in):: dimno
89 integer, intent(out):: dimlo, dimhi
90 type(gt_variable):: dimvar
91 integer:: vid
92 call open(dimvar, var, dimno, count_compact=.true.)
93 call map_lookup(dimvar, vid=vid)
94 call dimrange(vid, dimlo, dimhi)
95 call close(dimvar)

References gtdata_internal_map::map_lookup().

Here is the call graph for this function:

The documentation for this interface was generated from the following file: