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 Next | |
Aug 21, 2013 | |
7 years 8 months | Removing unused branch for Till (created by mistake a while ago) |
Commit 1140, by Mathias Bavay | |
7 years 8 months | Adding Branches |
Commit 1139, by Mathias Bavay | |
Aug 13, 2013 | |
7 years 8 months | A low pass Butterworth filter has been implemented as a tentative answer to issue 308. Unfortunately, this filter has a non-null phase (ie the signal is shifted in time), meaning that for our applications, it is mostly worthless... |
Commit 1138, by Mathias Bavay | |
Aug 9, 2013 | |
7 years 8 months | A stupid bug has been fixed in SMETIO: the OSWR was not renamed as RSWR anymore. Otherwise, small documentation fixes. |
Commit 1137, by Mathias Bavay | |
Aug 7, 2013 | |
7 years 8 months | Branching from trunk at revision 1135 |
Commit 1136, by Mathias Bavay | |
Aug 5, 2013 | |
7 years 8 months | The error message when the units_multiplier and/or units_offset count don't match with the number of fields was not right (wrong count given) and has been fixed. Some variables that could be const are now const in SmetIO |
Commit 1135, by Mathias Bavay | |
Jul 31, 2013 | |
7 years 8 months | The method to clear the buffers in BufferedIOHandler was not doing everything it should. Some methods in BufferedIOHandler and IOManager have been made const. The issues 117 and 272 have been adressed: the IOHandler now checks that timestamps are uni |
Commit 1134, by Mathias Bavay | |
Jul 26, 2013 | |
7 years 8 months | The Krigging is now working. The current limitations are: 1)there is no maximum range, so each available station would take part to the variogram fit. 2)the covariance is currently NOT computed on past time series, limiting the relevance of the vario |
Commit 1133, by Mathias Bavay | |
Jul 25, 2013 | |
7 years 8 months | Following the latest changes, this is a general code cleanup in all the classes involved in spatial interpolations. The LIDW method has been commented out since this works very poorly and would need to be properly redone. |
Commit 1132, by Mathias Bavay | |
Jul 24, 2013 | |
7 years 8 months | And now the code that uses the previously upgraded infrastructure in order to compute spatial interpolations using a trend/residuals approach. The tests work, all results should remain identical to what it was before. Lots of now unnecessary code wil |
Commit 1131, by Mathias Bavay | |
7 years 8 months | Moving forward with the trend/residuals approach for the spatial interpolations: here are the necessary changes in the supporting infrastructure: basically, better handling of forced lapse rates and fractional lapse rates, proper toString() methods f |
Commit 1130, by Mathias Bavay | |
7 years 8 months | A broken link has been fixed in GRIBIO, the use of inishell is now properly encouraged in the "how to set up your io.ini" section and some indenting in Array1D |
Commit 1129, by Mathias Bavay | |
7 years 8 months | Since the test input files had been modified for precip, the precip map had to be updated... |
Commit 1128, by Mathias Bavay | |
7 years 8 months | Big cleanup of the tests: now all ini files are based on io.ini in the root folder of the test (relying on IMPORT) and all use the same copy of forcing data and dem. When meteo_reading fails, it now properly write which fields failed (it was always w |
Commit 1127, by Mathias Bavay | |
Jul 23, 2013 | |
7 years 9 months | The section prefix is now properly removed for each key when printing a config file (see issue 313) |
Commit 1126, by Mathias Bavay | |
Jul 19, 2013 | |
7 years 9 months | Preparing the way for the new spatial interpolation architecture: the 1D regressions should now offer the necessary features (but this is a first shot at it, it will need to be redone in a more generic way later). |
Commit 1125, by Mathias Bavay | |
7 years 9 months | A warning has been removed from MathOptim and some comments improved |
Commit 1124, by Mathias Bavay | |
Jul 17, 2013 | |
7 years 9 months | Fixed the license file (issue 309), updated the documentation to include the SIN generator and fixed a wrong commit of the example io.ini |
Commit 1123, by Mathias Bavay | |
Jul 15, 2013 | |
7 years 9 months | CodeBlocks was not happy anymore with << for stringstream. Therefore we now use ostringstream. |
Commit 1122, by Mathias Bavay | |
Jul 5, 2013 | |
7 years 9 months | Oups, the TA grid needed to be regenerated too! |
Commit 1121, by Mathias Bavay |