FV3 Bundle
ioda_obs_example_mod Module Reference

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
 

Detailed Description

Fortran example module for observation space.

Function/Subroutine Documentation

◆ ioda_obs_example_delete()

subroutine, public ioda_obs_example_mod::ioda_obs_example_delete ( type(ioda_obs_example), intent(inout)  self)

Definition at line 52 of file ioda_obs_example_mod.F90.

Here is the caller graph for this function:

◆ ioda_obs_example_generate()

subroutine, public ioda_obs_example_mod::ioda_obs_example_generate ( type(ioda_obs_example), intent(inout)  self,
integer, intent(in)  nobs 
)

Definition at line 60 of file ioda_obs_example_mod.F90.

Here is the caller graph for this function:

◆ ioda_obs_example_getlocs()

subroutine, public ioda_obs_example_mod::ioda_obs_example_getlocs ( type(ioda_obs_example), intent(in)  self,
type(ioda_locs), intent(inout)  locs 
)

Definition at line 78 of file ioda_obs_example_mod.F90.

Here is the caller graph for this function:

◆ ioda_obs_example_read()

subroutine, public ioda_obs_example_mod::ioda_obs_example_read ( character(max_string), intent(in)  filename,
type(ioda_obs_example), intent(inout), target  self 
)

Definition at line 69 of file ioda_obs_example_mod.F90.

Here is the caller graph for this function:

◆ ioda_obs_example_setup()

subroutine, public ioda_obs_example_mod::ioda_obs_example_setup ( type(ioda_obs_example), intent(inout)  self,
integer, intent(in)  nobs 
)

Definition at line 39 of file ioda_obs_example_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ioda_obs_example_mod::max_string =800
private

Definition at line 18 of file ioda_obs_example_mod.F90.