FV3 Bundle
constants.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 IODA_CONSTANTS_H_
9 #define IODA_CONSTANTS_H_
10 
11 namespace ioda {
12  const double missing_value = -9.9999e+299;
13 } // namespace ioda
14 
15 #endif // IODA_CONSTANTS_H_
const double missing_value
Definition: constants.h:12