FV3 Bundle
ioda_locs_mod Module Reference

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)
 

Detailed Description

Fortran module handling observation locations.

Function/Subroutine Documentation

◆ ioda_locs_create()

subroutine, public ioda_locs_mod::ioda_locs_create ( type(ioda_locs), intent(inout)  self,
integer, intent(in)  nlocs,
real(kind_real), dimension(nlocs), intent(in)  lats,
real(kind_real), dimension(nlocs), intent(in)  lons,
integer, intent(in)  rdist 
)

Definition at line 34 of file ioda_locs_mod.F90.

Here is the caller graph for this function:

◆ ioda_locs_delete()

subroutine, public ioda_locs_mod::ioda_locs_delete ( type(ioda_locs), intent(inout)  self)

Definition at line 107 of file ioda_locs_mod.F90.

Here is the caller graph for this function:

◆ ioda_locs_setup()

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.

Here is the call graph for this function:
Here is the caller graph for this function: