Canoe
Comprehensive Atmosphere N' Ocean Engine
jup_fletcher16_cirs.hpp
Go to the documentation of this file.
1 #ifndef SRC_ASTRO_JUPITER_JUP_FLETCHER16_CIRS_HPP_
2 #define SRC_ASTRO_JUPITER_JUP_FLETCHER16_CIRS_HPP_
3 
11 namespace Jupiter {
12 extern size_t const fletcher16_cirs_npres;
13 extern size_t const fletcher16_cirs_nglat;
14 extern double const fletcher16_cirs_glat[];
15 extern double const fletcher16_cirs_pres[];
16 extern double const fletcher16_cirs_temp[][120];
17 double get_temp_fletcher16_cirs(double glat, double pbar);
18 } // namespace Jupiter
19 
20 #endif // SRC_ASTRO_JUPITER_JUP_FLETCHER16_CIRS_HPP_
size_t const fletcher16_cirs_npres
double get_temp_fletcher16_cirs(double glat, double pbar)
double const fletcher16_cirs_pres[120]
double const fletcher16_cirs_glat[79]
double const fletcher16_cirs_temp[79][120]
size_t const fletcher16_cirs_nglat