Go to the source code of this file.
◆ gtvarsearchinit()
subroutine gtvarsearchinit |
( |
character(len = *), intent(in) |
urlBase | ) |
|
Definition at line 54 of file gtvarsearch.f90.
References dc_trace::beginsub(), dc_trace::endsub(), and gtdata_internal_vartable::gdnc_search.
63 character(len = *),
intent(in):: urlbase
65 call beginsub(
'gtvarsearchinit',
'urlbase=<%c>', c1=trim(urlbase))
68 call endsub(
'gtvarsearchinit')
type(gd_nc_variable_search), save, public gdnc_search
subroutine, public beginsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)
◆ gtvarsearchnext()
subroutine gtvarsearchnext |
( |
character(len = *), intent(out) |
url, |
|
|
logical, intent(out) |
end |
|
) |
| |
Definition at line 15 of file gtvarsearch.f90.
References dc_trace::beginsub(), dc_trace::endsub(), and gtdata_internal_vartable::gdnc_search.
44 character(len = *),
intent(out):: url
45 logical,
intent(out):: end
50 call endsub(
'gtvarsearchnext',
'url=%c end=%y', c1=trim(url), l=(/end/))
type(gd_nc_variable_search), save, public gdnc_search
subroutine, public beginsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)