UFO
LAMDomainCheck.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 NOAA NWS NCEP EMC
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 UFO_FILTERS_OBSFUNCTIONS_LAMDOMAINCHECK_LAMDOMAINCHECK_INTERFACE_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_LAMDOMAINCHECK_LAMDOMAINCHECK_INTERFACE_H_
10 
11 #include "oops/base/Variables.h"
12 #include "ufo/Fortran.h"
13 
14 namespace ufo {
15 
16 extern "C" {
17 
18 // call Fortran code to get ESG grid information
19 
20  void lam_domaincheck_esg_f90(const float &, const float &, const float &, const float &,
21  const float &, const int &, const int &,
22  const float &, const float &, const float &, const float &,
23  int &);
24 
25  void lam_domaincheck_circle_f90(const float &, const float &, const float &,
26  const float &, const float &, int &);
27 
28 } // extern C
29 
30 } // namespace ufo
31 #endif // UFO_FILTERS_OBSFUNCTIONS_LAMDOMAINCHECK_LAMDOMAINCHECK_INTERFACE_H_
Definition: RunCRTM.h:27
void lam_domaincheck_circle_f90(const float &, const float &, const float &, const float &, const float &, int &)
void lam_domaincheck_esg_f90(const float &, const float &, const float &, const float &, const float &, const int &, const int &, const float &, const float &, const float &, const float &, int &)