AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 Next | |
Jun 2, 2014 | |
6 years 9 months | The WIN32 pre-processor variable has been renamed in MSWIN since this is more logical on Win64 (and to avoid potential conflicts). Some headers have been cleaned up in the process (in Timer.h/.cc). A new method has been moved from Config to FileUtils |
Commit 1377, by Mathias Bavay | |
May 29, 2014 | |
6 years 9 months | The Winstral spatial interpolation algorithm is getting into shape: all three modes of operation have been implemented and tested and it is now properly documented. A new data generator has been created that computes a relative humidity from either a |
Commit 1376, by Mathias Bavay | |
May 26, 2014 | |
6 years 9 months | small code cleanup and documentation fix (for how to use XX::COPY = YY) |
Commit 1375, by Mathias Bavay | |
May 23, 2014 | |
6 years 9 months | Fixing a bug preventing compiling the tests, added a new constructor to Array2D that takes a specific layer out of an Array3D and a new method in Array3D to insert a 2D layer at a specific depth |
Commit 1374, by Mathias Bavay | |
May 21, 2014 | |
6 years 9 months | One more optimization for IDW (when only one station is available) and the Winstral algorithm only changes cells with TA<=0 |
Commit 1373, by Mathias Bavay | |
6 years 9 months | My previous optimizations had introduced a bug in SimpleDEMWindInterpolate, this has been fixed. The optimizations are actually now done at another location. The (Ryan, 1977) wind direction interpolation has been properly checked, fixed and documente |
Commit 1372, by Mathias Bavay | |
May 19, 2014 | |
6 years 9 months | Yet another step for the MINGW date handling bug workaround... And an optimization: precipitation grids will be directly filled with zeroes if no station sees any precipitation (to avoid complicated algorithms in Winstral, etc) |
Commit 1371, by Mathias Bavay | |
6 years 9 months | Implementing a workaround for Mingw bug 2152 and better documentation for the Sun class |
Commit 1370, by Mathias Bavay | |
May 16, 2014 | |
6 years 9 months | Cleaning up some includes, extra documentation for NetCDF |
Commit 1369, by Mathias Bavay | |
6 years 9 months | Small clean up for the specific/relative humidity conversions. Small code clean up (mostly indentation) for NetCDF. |
Commit 1368, by Mathias Bavay | |
May 12, 2014 | |
6 years 9 months | NetCDFIO: Now all the wrappers for libnetcdf have been put into a separate namespace called ncpp in separate files. |
Commit 1367, by Thomas Egger | |
6 years 9 months | NetCDFIO: Full implementation of the STRICTFORMAT config option. By default all parameters, also those not conforming with the format are read and written, the user though may force conformity by setting the STRICTFORMAT parameter to TRUE in the io.i |
Commit 1366, by Thomas Egger | |
6 years 9 months | NetCDFIO: Introducing the STRICTFORMAT config parameter for the io.ini when using the NetCDFIO plugin to read or write meteo data. This paramater is by default set to false meaning that meteo parameters that are not present in the CNRM standard for N |
Commit 1365, by Thomas Egger | |
6 years 9 months | Fixed a namespace change in the test implementation |
Commit 1364, by Mathias Bavay | |
May 11, 2014 | |
6 years 9 months | Made the library wrappers static and expanded the documentation |
Commit 1363, by Mathias Bavay | |
6 years 9 months | A few extra checks have been added for grid rescaling. Some indentation has been fixed and lots of variables made const. The documentation is now linked to the general plugins documentation. |
Commit 1362, by Mathias Bavay | |
May 9, 2014 | |
6 years 9 months | More refinements to the Winstral spatial interpolation: it is now possible to provide a reference station to take the wind direction from, or to provide a fixed wind direction. |
Commit 1361, by Mathias Bavay | |
6 years 9 months | Added a missing check on arguments and associated error message to the CST algorithm |
Commit 1360, by Mathias Bavay | |
May 8, 2014 | |
6 years 10 months | Well, when renaming I should rename everywhere... |
Commit 1359, by Mathias Bavay | |
6 years 10 months | renaming FilesUtils into FileUtils for consistency |
Commit 1358, by Mathias Bavay |