SOCA
ErrorCovarianceFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019-2021 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef SOCA_COVARIANCE_ERRORCOVARIANCEFORTRAN_H_
9 #define SOCA_COVARIANCE_ERRORCOVARIANCEFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace soca {
19 
20  extern "C" {
21  void soca_b_setup_f90(F90bmat &, const eckit::Configuration * const *,
22  const F90geom &, const F90flds &,
23  const oops::Variables &);
25  void soca_b_mult_f90(const F90bmat &, const F90flds &,
26  const F90flds &);
27  void soca_b_invmult_f90(const F90bmat &, const F90flds &, const F90flds &);
28  void soca_b_randomize_f90(const F90bmat &, const F90flds &);
29  }
30 } // namespace soca
31 #endif // SOCA_COVARIANCE_ERRORCOVARIANCEFORTRAN_H_
int F90bmat
key type for soca_covariance_mod::soca_cov
Definition: Fortran.h:32
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_b_delete_f90(F90bmat &)
void soca_b_invmult_f90(const F90bmat &, const F90flds &, const F90flds &)
void soca_b_randomize_f90(const F90bmat &, const F90flds &)
void soca_b_mult_f90(const F90bmat &, const F90flds &, const F90flds &)
void soca_b_setup_f90(F90bmat &, const eckit::Configuration *const *, const F90geom &, const F90flds &, const oops::Variables &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26