11 use fckit_configuration_module,
only: fckit_configuration
12 use fckit_log_module,
only: fckit_log
32 integer(c_int),
intent(inout) :: c_key_self
33 type(c_ptr),
value,
intent(in) :: c_conf
34 integer(c_int),
intent(in) :: c_key_geom
37 type(fckit_configuration) :: f_conf
42 f_conf = fckit_configuration(c_conf)
59 integer(c_int),
intent(inout) :: c_key_self
81 integer(c_int),
intent(in) :: c_key_self
82 integer(c_int),
intent(in) :: c_key_in
83 integer(c_int),
intent(in) :: c_key_out
105 integer(c_int),
intent(in) :: c_key_self
106 integer(c_int),
intent(in) :: c_key_out
Fortran interface to Variables.
subroutine qg_error_covariance_mult_c(c_key_self, c_key_in, c_key_out)
Multiply by error covariance matrix.
subroutine qg_error_covariance_setup_c(c_key_self, c_conf, c_key_geom)
Setup error covariance matrix.
subroutine qg_error_covariance_randomize_c(c_key_self, c_key_out)
Randomize error covariance.
subroutine qg_error_covariance_delete_c(c_key_self)
Delete error covariance matrix.
type(registry_t), public qg_error_covariance_registry
Linked list interface - defines registry_t type.
subroutine, public qg_error_covariance_setup(self, f_conf, geom)
Linked list implementation.
subroutine, public qg_error_covariance_delete(self)
Delete error covariance matrix.
subroutine, public qg_error_covariance_randomize(self, fld_out)
Randomize error covariance.
subroutine, public qg_error_covariance_mult(self, fld_in, fld_out)
Multiply by error covariance matrix.
type(registry_t), public qg_fields_registry
Linked list interface - defines registry_t type.
type(registry_t), public qg_geom_registry
Linked list interface - defines registry_t type.