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 Next | |
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 | 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 | |
Oct 24, 2016 | |
4 years 2 months | More (final?) headers cleaning, recursive path in Oshd. |
Commit 1810, by Mathias Bavay | |
Oct 21, 2016 | |
4 years 2 months | More includes cleanup and code cleanup in the plugins (getting rid of the "stationindex" thing that was pretty much deprecated in all plugins) |
Commit 1809, by Mathias Bavay | |
Oct 20, 2016 | |
4 years 2 months | code cleanup and improvements to some of the figures (for the INARCH workshop) |
Commit 1808, by Mathias Bavay | |
Oct 7, 2016 | |
4 years 3 months | cleaning up some of the includes |
Commit 1807, by Mathias Bavay | |
Oct 5, 2016 | |
4 years 3 months | The method "waterSaturationPressure" has been renamed as "vaporSaturationPressure" and a reference added. |
Commit 1806, by Mathias Bavay | |
Oct 4, 2016 | |
4 years 3 months | Trying to bring clarity to the data creator / data generator concept... The API has been slightly change (renaming both "generate" into a "generate" and a "create") and the documentation restructured and expanded. The raw data editing step is now vis |
Commit 1805, by Mathias Bavay | |
4 years 3 months | Now the dataCreators are defined in the [Input] section with a {parameter}::create = {algorithm} statement. They behave the same as the dataGenerators but are called *before* the filtering takes place and always work with the whole vector of data (ie |
Commit 1804, by Mathias Bavay | |
Oct 3, 2016 | |
4 years 3 months | Since the albedo is available, using it! |
Commit 1803, by Mathias Bavay | |
Sep 30, 2016 | |
4 years 3 months | The PotentialSW filter can now handle RSWR, most of the (useful) constants defined in the Shade and UnventillatedT filters are now in ProcessingBlock (for easy reuse), the Shade filter now has an easier structure (the Sun object can now do internal c |
Commit 1802, by Mathias Bavay |