OOPS
gletkfInterface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020-2020 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 OOPS_ASSIMILATION_GLETKFINTERFACE_H_
9 #define OOPS_ASSIMILATION_GLETKFINTERFACE_H_
10 
11 namespace oops {
12 
13  extern "C" {
14  void letkf_core_f90(const int &, const float *, const float *, const float *,
15  float *, float *,
16  const float *, const int &, const int &,
17  const int &, const int &, const int &);
18  }
19 
20 } // namespace oops
21 #endif // OOPS_ASSIMILATION_GLETKFINTERFACE_H_
The namespace for the main oops code.
void letkf_core_f90(const int &, const float *, const float *, const float *, float *, float *, const float *, const int &, const int &, const int &, const int &, const int &)