20 use fckit_log_module,
only : fckit_log
32 #define LISTED_TYPE ioda_obs_example
35 #include "../../linkedList_i.f"
44 #include "../../linkedList_c.f"
50 integer(c_int),
intent(inout) :: c_key_self
51 type(c_ptr),
intent(in) :: c_conf
54 character(len=max_string) :: fin
55 character(len=max_string) :: MyObsType
56 character(len=255) :: record
58 if (config_element_exists(c_conf,
"obs space.obsdatain"))
then
59 fin = config_get_string(c_conf,
max_string,
"obs space.obsdatain.obsfile")
63 call fckit_log%info(record)
68 if (trim(fin) /=
"")
then
80 integer(c_int),
intent(inout) :: c_key_self
81 type(c_ptr),
intent(in) :: c_conf
82 type(c_ptr),
intent(in) :: c_t1, c_t2
85 type(datetime) :: t1, t2
89 call c_f_datetime(c_t1, t1)
90 call c_f_datetime(c_t2, t2)
92 nobs = config_get_int(c_conf,
"nobs")
104 integer(c_int),
intent(in) :: c_key_self
105 integer(c_int),
intent(inout) :: kobs
118 integer(c_int),
intent(inout) :: c_key_self
Fortran example module for for functions on the interface between C++ and Fortran.
type(registry_t), public ioda_obs_example_registry
Linked list interface - defines registry_t type.
subroutine ioda_obsdb_example_nobs_c(c_key_self, kobs)
subroutine ioda_obsdb_example_delete_c(c_key_self)
subroutine ioda_obsdb_example_setup_c(c_key_self, c_conf)
Linked list implementation.
subroutine ioda_obsdb_example_generate_c(c_key_self, c_conf, c_t1, c_t2)
Fortran example module for observation space.
subroutine, public ioda_obs_example_delete(self)
integer, parameter max_string
subroutine, public ioda_obs_example_read(filename, self)
subroutine, public ioda_obs_example_generate(self, nobs)
Fortran derived type to hold observation space info.