FV3-JEDI
Traj.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 #pragma once
9 
11 
12 // Forward declarations
13 namespace eckit {
14  class Configuration;
15 }
16 
17 namespace util {
18  class DateTime;
19  class Duration;
20 }
21 
22 namespace fv3jedi {
23 
24 extern "C" {
25 
28 
29 } // extern "C"
30 // -----------------------------------------------------------------------------
31 
32 } // namespace fv3jedi
fv3jedi::fv3jedi_traj_set_f90
void fv3jedi_traj_set_f90(F90traj &, const F90state &)
eckit
Definition: FieldsMetadata.h:25
interface.h
fv3jedi::F90state
int F90state
Definition: interface.h:42
fv3jedi::fv3jedi_traj_wipe_f90
void fv3jedi_traj_wipe_f90(F90traj &)
fv3jedi
Configuration files should be formatted as e.g.
Definition: ErrorCovariance.cc:20
fv3jedi::F90traj
int F90traj
Definition: interface.h:36
util
Definition: Geometry.interface.h:24