FV3-JEDI
VarChaModel2GeoVaLs.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 namespace fv3jedi {
11  typedef int F90vc_M2G;
12  extern "C" {
14  const eckit::Configuration * const *);
17  const F90state &);
18  } // extern "C"
19 } // namespace fv3jedi
fv3jedi::fv3jedi_vc_model2geovals_delete_f90
void fv3jedi_vc_model2geovals_delete_f90(F90vc_M2G &)
fv3jedi::fv3jedi_vc_model2geovals_changevar_f90
void fv3jedi_vc_model2geovals_changevar_f90(const F90vc_M2G &, const F90geom &, const F90state &, const F90state &)
fv3jedi::F90geom
int F90geom
Definition: interface.h:24
fv3jedi::F90state
int F90state
Definition: interface.h:42
fv3jedi
Configuration files should be formatted as e.g.
Definition: ErrorCovariance.cc:20
fv3jedi::fv3jedi_vc_model2geovals_create_f90
void fv3jedi_vc_model2geovals_create_f90(const F90vc_M2G &, const F90geom &, const eckit::Configuration *const *)
fv3jedi::F90vc_M2G
int F90vc_M2G
Definition: VarChaModel2GeoVaLs.interface.h:11