14 use fckit_log_module, 
only : fckit_log
 
   40 integer, 
intent(in) :: nobs
 
   61 integer, 
intent(in) :: nobs
 
   69 character(max_string), 
intent(in)   :: filename
 
Fortran example module for observation space.
 
subroutine, public ioda_obs_example_delete(self)
 
integer, parameter max_string
 
subroutine, public ioda_obs_example_setup(self, nobs)
 
subroutine, public ioda_obs_example_read(filename, self)
 
subroutine, public ioda_obs_example_generate(self, nobs)
 
Fortran derived type to hold observation space info.