FV3-JEDI
VarChaColdStartWinds.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_CSW;
12  extern "C" {
14  const eckit::Configuration * const *);
17  const F90state &);
18  } // extern "C"
19 } // namespace fv3jedi
fv3jedi::F90vc_CSW
int F90vc_CSW
Definition: VarChaColdStartWinds.interface.h:11
fv3jedi::fv3jedi_vc_coldstartwinds_create_f90
void fv3jedi_vc_coldstartwinds_create_f90(const F90vc_CSW &, 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_coldstartwinds_delete_f90
void fv3jedi_vc_coldstartwinds_delete_f90(F90vc_CSW &)
fv3jedi::fv3jedi_vc_coldstartwinds_changevar_f90
void fv3jedi_vc_coldstartwinds_changevar_f90(const F90vc_CSW &, const F90state &, const F90state &)
fv3jedi
Configuration files should be formatted as e.g.
Definition: ErrorCovariance.cc:20