SOCA
BkgErrFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-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_TRANSFORMS_BKGERR_BKGERRFORTRAN_H_
9 #define SOCA_TRANSFORMS_BKGERR_BKGERRFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 // -----------------------------------------------------------------------------
19 
20 namespace soca {
21 
22  extern "C" {
24  const eckit::Configuration * const *,
25  const F90flds &,
26  const F90geom &);
29  const F90flds &,
30  F90flds &);
32  F90flds &,
33  const F90flds &);
34  }
35 } // namespace soca
36 
37 #endif // SOCA_TRANSFORMS_BKGERR_BKGERRFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
int F90balopmat
key type for the various Fortran Transform classes.
Definition: Fortran.h:39
void soca_bkgerr_mult_f90(const F90balopmat &, const F90flds &, F90flds &)
void soca_bkgerr_setup_f90(F90balopmat &, const eckit::Configuration *const *, const F90flds &, const F90geom &)
void soca_bkgerr_delete_f90(F90balopmat &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26
void soca_bkgerr_multad_f90(const F90balopmat, F90flds &, const F90flds &)