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 Next | |
May 12, 2014 | |
6 years 8 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 8 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 8 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 8 months | Fixed a namespace change in the test implementation |
Commit 1364, by Mathias Bavay | |
May 11, 2014 | |
6 years 8 months | Made the library wrappers static and expanded the documentation |
Commit 1363, by Mathias Bavay | |
6 years 8 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 8 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 8 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 8 months | Well, when renaming I should rename everywhere... |
Commit 1359, by Mathias Bavay | |
6 years 8 months | renaming FilesUtils into FileUtils for consistency |
Commit 1358, by Mathias Bavay | |
6 years 8 months | Fixed a stupid bug in my previous commit and added the possibility to provide a fallback constant when using the CST spatial interpolation: RH::algorithms = Cst RH::cst = 0.3 This would behave as before, except that if no data at all |
Commit 1357, by Mathias Bavay | |
6 years 8 months | Since IOUtils was getting bigger and bigger, all the methods dealing with low level file handling have been moved into a new file, FilesUtils. It remains in the IOUtils namespace. One method has been moved to Date. A few includes have been cleaned up |
Commit 1356, by Mathias Bavay | |
6 years 8 months | NetCDFIO: Further cleanup, small performance optimizations |
Commit 1355, by Thomas Egger | |
6 years 8 months | GRIBIO: Fixing memory leak |
Commit 1354, by Thomas Egger | |
6 years 8 months | Deleting trailing whitespaces in plugins |
Commit 1353, by Thomas Egger | |
May 7, 2014 | |
6 years 8 months | The example io.ini file was missing some new changes. The Winstral algorithm had a bug when operating on dems with holes (nodata). It now takes its wind direction as argument (the base algorithm also has to be provided). |
Commit 1352, by Mathias Bavay | |
6 years 8 months | some unecessary lines have been removed and a new target has been added: cxxflags. This only takes compiling options from the cxxflags env variable and is therefore suitable for packagers who need to force their own compiling flags. |
Commit 1351, by Mathias Bavay | |
6 years 8 months | NetCDFIO: Further cleanup for the reading and writing of meteo data |
Commit 1350, by Thomas Egger | |
6 years 8 months | NetCDFIO: Further cleanup, readStationData revamped, added a method to check dimensions of a variable |
Commit 1349, by Thomas Egger | |
May 6, 2014 | |
6 years 8 months | NetCDFIO: Cleanup and code reduction |
Commit 1348, by Thomas Egger |