MPAS-JEDI
VarChaModel2GeoVars.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-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 #pragma once
9 
10 #include "mpasjedi/Fortran.h"
11 
12 namespace mpas {
13  typedef int F90vc_M2G;
14  extern "C" {
16  const eckit::Configuration &);
19  const F90state &);
20  } // extern "C"
21 } // namespace mpas
void mpasjedi_vc_model2geovars_delete_f90(F90vc_M2G &)
int F90state
Definition: Fortran.h:42
void mpasjedi_vc_model2geovars_changevar_f90(const F90vc_M2G &, const F90geom &, const F90state &, const F90state &)
void mpasjedi_vc_model2geovars_create_f90(const F90vc_M2G &, const F90geom &, const eckit::Configuration &)
int F90geom
Definition: Fortran.h:32