14 use fckit_log_module, 
only : fckit_log
    41 integer, 
intent(in) :: nobs
    62 integer, 
intent(in) :: nobs
    70 character(max_string), 
intent(in)   :: filename
 subroutine, public ioda_obs_example_read(filename, self)
 
Fortran derived type to hold observation locations. 
 
integer, parameter max_string
 
subroutine, public ioda_obs_example_setup(self, nobs)
 
subroutine, public ioda_obs_example_generate(self, nobs)
 
Fortran derived type to hold observation space info. 
 
Fortran example module for observation space. 
 
subroutine, public ioda_obs_example_getlocs(self, locs)
 
subroutine, public ioda_obs_example_delete(self)
 
Fortran module handling observation locations.