Fortran generic.
More...
|
subroutine | obs_count_time (self, req, t1, t2, kobs) |
|
subroutine | obs_count_all (self, req, kobs) |
|
subroutine | obs_count_indx (self, req, t1, t2, kobs) |
|
Fortran generic.
Definition at line 76 of file qg_obs_data.F90.
◆ obs_count_all()
subroutine qg_obs_data::obs_count::obs_count_all |
( |
type(obs_data), intent(in) |
self, |
|
|
character(len=*), intent(in) |
req, |
|
|
integer, intent(inout) |
kobs |
|
) |
| |
|
private |
◆ obs_count_indx()
subroutine qg_obs_data::obs_count::obs_count_indx |
( |
type(obs_data), intent(in) |
self, |
|
|
character(len=*), intent(in) |
req, |
|
|
type(datetime), intent(in) |
t1, |
|
|
type(datetime), intent(in) |
t2, |
|
|
integer, dimension(:), intent(inout) |
kobs |
|
) |
| |
|
private |
◆ obs_count_time()
subroutine qg_obs_data::obs_count::obs_count_time |
( |
type(obs_data), intent(in) |
self, |
|
|
character(len=*), intent(in) |
req, |
|
|
type(datetime), intent(in) |
t1, |
|
|
type(datetime), intent(in) |
t2, |
|
|
integer, intent(inout) |
kobs |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: