| 
    FV3 Bundle
    
   | 
 
Fortran example module for observation space. More...
Data Types | |
| type | ioda_obs_example | 
| Fortran derived type to hold observation space info.  More... | |
Functions/Subroutines | |
| subroutine, public | ioda_obs_example_setup (self, nobs) | 
| subroutine, public | ioda_obs_example_delete (self) | 
| subroutine, public | ioda_obs_example_generate (self, nobs) | 
| subroutine, public | ioda_obs_example_read (filename, self) | 
| subroutine, public | ioda_obs_example_getlocs (self, locs) | 
Variables | |
| integer, parameter | max_string =800 | 
Fortran example module for observation space.
| subroutine, public ioda_obs_example_mod::ioda_obs_example_delete | ( | type(ioda_obs_example), intent(inout) | self | ) | 
| subroutine, public ioda_obs_example_mod::ioda_obs_example_generate | ( | type(ioda_obs_example), intent(inout) | self, | 
| integer, intent(in) | nobs | ||
| ) | 
| subroutine, public ioda_obs_example_mod::ioda_obs_example_getlocs | ( | type(ioda_obs_example), intent(in) | self, | 
| type(ioda_locs), intent(inout) | locs | ||
| ) | 
| subroutine, public ioda_obs_example_mod::ioda_obs_example_read | ( | character(max_string), intent(in) | filename, | 
| type(ioda_obs_example), intent(inout), target | self | ||
| ) | 
| subroutine, public ioda_obs_example_mod::ioda_obs_example_setup | ( | type(ioda_obs_example), intent(inout) | self, | 
| integer, intent(in) | nobs | ||
| ) | 
      
  | 
  private | 
Definition at line 18 of file ioda_obs_example_mod.F90.