SOCA
HorizFiltFortran.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_HORIZFILT_HORIZFILTFORTRAN_H_
9 #define SOCA_TRANSFORMS_HORIZFILT_HORIZFILTFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 #include "oops/base/Variables.h"
14 
15 // Forward declarations
16 namespace eckit {
17  class Configuration;
18 }
19 
20 namespace soca {
21 
22  extern "C" {
24  const eckit::Configuration * const *,
25  const F90geom &,
26  const F90flds &,
27  const oops::Variables &);
30  const F90flds &,
31  F90flds &,
32  const F90geom &);
34  const F90flds &,
35  F90flds &,
36  const F90geom &);
37  }
38 } // namespace soca
39 
40 #endif // SOCA_TRANSFORMS_HORIZFILT_HORIZFILTFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_horizfilt_multad_f90(const F90balopmat &, const F90flds &, F90flds &, const F90geom &)
int F90balopmat
key type for the various Fortran Transform classes.
Definition: Fortran.h:39
void soca_horizfilt_delete_f90(F90balopmat &)
void soca_horizfilt_setup_f90(F90balopmat &, const eckit::Configuration *const *, const F90geom &, const F90flds &, const oops::Variables &)
void soca_horizfilt_mult_f90(const F90balopmat &, const F90flds &, F90flds &, const F90geom &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26