|
FV3 Bundle
|
Fortran module handling observation locations. More...
Data Types | |
| type | ioda_locs |
| Fortran derived type to hold observation locations. More... | |
Functions/Subroutines | |
| subroutine, public | ioda_locs_create (self, nlocs, lats, lons, rdist) |
| subroutine, public | ioda_locs_setup (self, nlocs) |
| subroutine, public | ioda_locs_delete (self) |
Fortran module handling observation locations.
| subroutine, public ioda_locs_mod::ioda_locs_delete | ( | type(ioda_locs), intent(inout) | self | ) |
| subroutine, public ioda_locs_mod::ioda_locs_setup | ( | type(ioda_locs), intent(inout) | self, |
| integer, intent(in) | nlocs | ||
| ) |
Definition at line 89 of file ioda_locs_mod.F90.