FV3 Bundle
UtilitiesFV3JEDI.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2018 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 SRC_UTILITIES_UTILITIESFV3JEDI_H_
9 #define SRC_UTILITIES_UTILITIESFV3JEDI_H_
10 
11 #include "eckit/config/Configuration.h"
12 
13 namespace eckit {
14  class Configuration;
15 }
16 
17 namespace fv3jedi {
18 
19  void stageFv3Files(const eckit::Configuration &conf);
20  void stageFv3Input(const eckit::Configuration &conf);
21  void removeFv3Files();
22  void removeFv3Input();
23 
24 } // namespace fv3jedi
25 
26 #endif // SRC_UTILITIES_UTILITIESFV3JEDI_H_
27 
void removeFv3Files()
void stageFv3Files(const eckit::Configuration &conf)
void removeFv3Input()
Definition: conf.py:1
void stageFv3Input(const eckit::Configuration &conf)