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 | |
Sep 21, 2016 | |
4 years 3 months | The getPointsBetween() methods have been removed from DEMObject since they were not really used and not really reliable either... Instead the sky view factor has been implemented in getCellSkyViewFactor() |
Commit 1790, by Mathias Bavay | |
Sep 16, 2016 | |
4 years 3 months | requiring cmake>2.8.4 in order to prevent a (quite intrusive) warning under cygwin (this means that debian>=squeeze should have a proper version, ie distributions after 02.2011). |
Commit 1789, by Mathias Bavay | |
4 years 4 months | Small optimization when computing wind interpolations (optimized sqrt), updated 2D_interpolations reference tests and added an error message explaining that the RH algorithm has been renamed. |
Commit 1788, by Mathias Bavay | |
Sep 15, 2016 | |
4 years 4 months | Last large restructuring (for the moment): now the spatial interpolations have been put in their own subdirectory. The "RH" interpolation has been renamed as "LISTON_RH" for clarity. |
Commit 1787, by Mathias Bavay | |
Sep 14, 2016 | |
4 years 4 months | The resampling algorithms have also been moved to their own subdirectory for more clarity |
Commit 1786, by Mathias Bavay | |
4 years 4 months | Updated some of the documentation and converted output date/time to GMT |
Commit 1785, by Mathias Bavay | |
Sep 13, 2016 | |
4 years 4 months | Yesterday's commit was breaking some of the includes. This has been fixed, the documentation updated and the install/cleanup commands for cmake updated |
Commit 1784, by Mathias Bavay | |
Sep 12, 2016 | |
4 years 4 months | In order to make it easier and cleaner to develop new data generators, they have been restructured into a dataGenerators directory and an individual cc file for each data generator. A template has been created to help in creating new data generators. |
Commit 1783, by Mathias Bavay | |
4 years 4 months | Fixed a small issue in the Solar resampling (using the radiation threshold). Improvements to CNRMIO because the radiation was in the wrong field... |
Commit 1782, by Mathias Bavay | |
4 years 4 months | Small optimization into Sun: if setting the lat/lon to the same values as internally stored, nothing is changed (so it does not costs anything). The CNRMIO pluggin has been changed by removing the grids support (this should be performed by the gene |
Commit 1781, by Mathias Bavay | |
Sep 8, 2016 | |
4 years 4 months | Adding uref and zref as well as coding time as number of seconds since a reference time (start of the day of the first data point) in order to satisfy CNRM's requirements |
Commit 1780, by Mathias Bavay | |
4 years 4 months | A small optimization has been added for the + and * arrays operators (+0 or *1 does not have to be computed!). Code cleanup in CNRMIO. |
Commit 1779, by Mathias Bavay | |
Sep 7, 2016 | |
4 years 4 months | Code cleanup on PSQLIO: proper credits and removing the EXCLUDE that has been replaced by EXCLUDE statements in IOHandler |
Commit 1778, by Mathias Bavay | |
Sep 5, 2016 | |
4 years 4 months | The append mode of SMET files should now (finally) work properly... |
Commit 1777, by Mathias Bavay | |
Sep 2, 2016 | |
4 years 4 months | Fixed two bugs: one member of DEMObject was not properly serialized (for MPI) and the CNRM plugin was not properly declared. |
Commit 1776, by Mathias Bavay | |
Aug 31, 2016 | |
4 years 4 months | Minor code cleanup |
Commit 1775, by Mathias Bavay | |
Aug 26, 2016 | |
4 years 4 months | There was a problem when opening a new smet file in APPEND mode: only the last data line was written. This should now work as expected. |
Commit 1774, by Mathias Bavay | |
4 years 4 months | More robust memory allocation in data_converter (as well as simpler), better handling of larger header sections in smet_range and improved error messages in IOUtils and IOHandler |
Commit 1773, by Mathias Bavay | |
Aug 25, 2016 | |
4 years 4 months | When users copy a system doc/examples directory, they need the FindMeteoIO.cmake script in order to compile the examples... |
Commit 1772, by Mathias Bavay | |
Aug 24, 2016 | |
4 years 4 months | For convenience, the "size()" method has been defined. It returns the allocated number of element so it can be used when iterating over all the cells of an array/grid. |
Commit 1771, by Mathias Bavay |