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 | |
Dec 8, 2016 | |
4 years 1 month | Small things that were making vc++ unhappy... |
Commit 1829, by Mathias Bavay | |
4 years 1 month | Adding some potentially missing includes (<algorithm>) and addressing Cmake's policy CMP0054 (changes in the strings comparisons) |
Commit 1828, by Mathias Bavay | |
4 years 1 month | The snowpack_psum versus imis_psum behavior was not in agreement with the documentation... This has been fixed and should behave in a more appropriate way |
Commit 1827, by Mathias Bavay | |
Dec 5, 2016 | |
4 years 1 month | Following an issue with an wrongly chosen coordinate system, a few improvements have been developed: the documentation has been improved, UTM zones can be provided as {num}{letter} or the opposite, and a bug has been fixed in NetCDFIO (in some cases, |
Commit 1826, by Mathias Bavay | |
Nov 30, 2016 | |
4 years 1 month | Code cleanup in NetCDFIO (as well as mapping for the Albedo grids), extra code comment in data_converter.cc |
Commit 1825, by Mathias Bavay | |
Nov 25, 2016 | |
4 years 1 month | Finally, we settled on the "0x" prefix for the hexadecimal colors |
Commit 1824, by Mathias Bavay | |
Nov 24, 2016 | |
4 years 1 month | code cleanup and micro-optimizations |
Commit 1823, by Mathias Bavay | |
Nov 17, 2016 | |
4 years 1 month | Minor code cleanup (for style) and CLang option to suppress a (stupid) warning |
Commit 1822, by Mathias Bavay | |
Nov 14, 2016 | |
4 years 2 months | When compiling with gcc>5 AND linking with OCCI, there is a special option to add otherwise the linking fails... |
Commit 1821, by Mathias Bavay | |
Nov 10, 2016 | |
4 years 2 months | minor code cleanup |
Commit 1820, by Mathias Bavay | |
Nov 9, 2016 | |
4 years 2 months | For better consistency, now using the grid's size() method instead of getNx()*getNy(). The debug messages in libinterpol2D have been removed after performing the checks (ie that our implementation of Winstral does conserve mass). |
Commit 1819, by Mathias Bavay | |
Nov 8, 2016 | |
4 years 2 months | the ListonRH algorithm has been tweaked: when only 1 station is available, no detrending is applied (instead of having the detrending returning an error if no default lapse rate has been provided). |
Commit 1818, by Mathias Bavay | |
4 years 2 months | The proper gracerc file (that has to be copied in $HOME/.grace) has been committed. In order for the direct import of smet files, the smet2agr.sh script must be in the PATH. Minor code cleanup in the filters. |
Commit 1817, by Mathias Bavay | |
Nov 4, 2016 | |
4 years 2 months | Unfortunatelly, the '#' char that was used to mark hexadecimal colors is also a comment marker in smet files... So it has been removed. The colors are now specified *without* the '#' char. |
Commit 1816, by Mathias Bavay | |
Nov 3, 2016 | |
4 years 2 months | Non-applicable units specs have been replaced by "-" in smet files. A toString() method has been implemented in SmetWriter for easier debugging and an error message improved for clarity. |
Commit 1815, by Mathias Bavay | |
Oct 31, 2016 | |
4 years 2 months | It now works when no colors are provided in the smet file. Instead of forcing bach, now dash or bach can be invoked (it relies on /bin/sh). |
Commit 1814, by Mathias Bavay | |
Oct 28, 2016 | |
4 years 2 months | Code cleanup in libsmet, better min/max for ILWR in PNGIO, support for color, description, units, min and max in smet files in SMETIO and smet2agr. The SMET specifications will still have to be updated to reflect these recent additions, though... |
Commit 1813, by Mathias Bavay | |
Oct 25, 2016 | |
4 years 2 months | Fixed a warning found by gcc6 |
Commit 1812, by Mathias Bavay | |
4 years 2 months | Download 260, Poster presented at the INARCH2016 workshop |
Addition of download 260, by Mathias Bavay | |
4 years 2 months | the key BUFF_CHUNK_SIZE has been renamed as BUFFER_SIZE for more clarity and its default value is now 370 (which makes more sense for most applications). Some documentation about it has been written. |
Commit 1811, by Mathias Bavay |