FV3-JEDI
ModelNUOPC.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_NUOPC_MODELNUOPC_INTERFACE_H_
9
#define FV3JEDI_MODEL_NUOPC_MODELNUOPC_INTERFACE_H_
10
11
#include "
fv3jedi/Utilities/interface.h
"
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_nuopc_create_f90
(
const
eckit::Configuration *
const
*,
28
const
F90geom
&,
29
F90model
&);
30
void
fv3jedi_nuopc_delete_f90
(
F90model
&);
31
32
33
void
fv3jedi_nuopc_initialize_f90
(
const
F90model
&,
34
const
F90state
&,
35
util::DateTime *
const
*);
36
37
void
fv3jedi_nuopc_step_f90
(
const
F90model
&,
38
const
F90state
&,
39
util::DateTime *
const
*,
40
util::DateTime *
const
*);
41
42
void
fv3jedi_nuopc_finalize_f90
(
const
F90model
&,
43
const
F90inc
&,
44
util::DateTime *
const
*);
45
46
}
// extern "C"
47
// -----------------------------------------------------------------------------
48
49
}
// namespace fv3jedi
50
#endif // FV3JEDI_MODEL_NUOPC_MODELNUOPC_INTERFACE_H_
fv3jedi::fv3jedi_nuopc_delete_f90
void fv3jedi_nuopc_delete_f90(F90model &)
fv3jedi::F90inc
int F90inc
Definition:
interface.h:44
fv3jedi::fv3jedi_nuopc_create_f90
void fv3jedi_nuopc_create_f90(const eckit::Configuration *const *, const F90geom &, F90model &)
fv3jedi::fv3jedi_nuopc_step_f90
void fv3jedi_nuopc_step_f90(const F90model &, const F90state &, util::DateTime *const *, util::DateTime *const *)
fv3jedi::F90model
int F90model
Definition:
interface.h:28
fv3jedi::fv3jedi_nuopc_finalize_f90
void fv3jedi_nuopc_finalize_f90(const F90model &, const F90inc &, util::DateTime *const *)
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_nuopc_initialize_f90
void fv3jedi_nuopc_initialize_f90(const F90model &, const F90state &, util::DateTime *const *)
fv3jedi
Configuration files should be formatted as e.g.
Definition:
ErrorCovariance.cc:20
util
Definition:
Geometry.interface.h:24
fv3-bundle
fv3-jedi
src
fv3jedi
Model
nuopc
ModelNUOPC.interface.h
Generated on Tue Jan 5 2021 15:37:41 for FV3-JEDI by
1.8.18