FV3-JEDI
ModelGEOS.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017 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 #ifndef FV3JEDI_MODEL_GEOS_MODELGEOS_INTERFACE_H_
9 #define FV3JEDI_MODEL_GEOS_MODELGEOS_INTERFACE_H_
10 
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace util {
19  class DateTime;
20  class Duration;
21 }
22 
23 namespace fv3jedi {
24 
25 extern "C" {
26 
27  void fv3jedi_geos_create_f90(const eckit::Configuration * const *,
28  const F90geom &,
29  F90model &);
31 
32 
34  const F90state &);
35 
37  const F90state &,
38  util::DateTime * const *);
39 
41  const F90inc &);
42 
43 } // extern "C"
44 // -----------------------------------------------------------------------------
45 
46 } // namespace fv3jedi
47 #endif // FV3JEDI_MODEL_GEOS_MODELGEOS_INTERFACE_H_
fv3jedi::F90inc
int F90inc
Definition: interface.h:44
fv3jedi::fv3jedi_geos_delete_f90
void fv3jedi_geos_delete_f90(F90model &)
fv3jedi::F90model
int F90model
Definition: interface.h:28
fv3jedi::fv3jedi_geos_finalize_f90
void fv3jedi_geos_finalize_f90(const F90model &, const F90inc &)
fv3jedi::F90geom
int F90geom
Definition: interface.h:24
eckit
Definition: FieldsMetadata.h:25
interface.h
fv3jedi::F90state
int F90state
Definition: interface.h:42
fv3jedi::fv3jedi_geos_create_f90
void fv3jedi_geos_create_f90(const eckit::Configuration *const *, const F90geom &, F90model &)
fv3jedi
Configuration files should be formatted as e.g.
Definition: ErrorCovariance.cc:20
fv3jedi::fv3jedi_geos_step_f90
void fv3jedi_geos_step_f90(const F90model &, const F90state &, util::DateTime *const *)
fv3jedi::fv3jedi_geos_initialize_f90
void fv3jedi_geos_initialize_f90(const F90model &, const F90state &)
util
Definition: Geometry.interface.h:24