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