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 | |
May 10, 2011 | |
9 years 8 months | The popc structure has been reverted to what it was before. The new structure, without any parallel objects was not working. The gcc flags used by the autotools have been adapted to follow more closely what cmake generates. |
Commit 604, by Mathias Bavay | |
May 7, 2011 | |
9 years 8 months | Old SNOWPACK input files with only one swr component, i.e. either RSWR or ISWR, can now be read in by setting either ISWR_INP or RSWR_INP to false, respectively;-) A variable nr_meteoData, derived from SNIO::min_nr_meteoData, had to be introduced tho |
Commit 603, by Charles Fierz | |
May 4, 2011 | |
9 years 8 months | The POPC version has been heavily transformed. Since we would need IOManager has a popc object and this is quite hard (we need a backreference in Meteo2DInterpolator), all parclasses have been removed. Instead, the user will have the responsability t |
Commit 602, by Mathias Bavay | |
Apr 21, 2011 | |
9 years 8 months | Fixed a bug happening with more recent Ubuntu: colorgcc does not correctly compile c++. So, for the autotools colorgcc has been removed. |
Commit 601, by Mathias Bavay | |
Apr 20, 2011 | |
9 years 9 months | A bug has been found in the processing of the variance: we were using a naive formula that is ill-fitted to signals showing small variations around a large mean. This lead to catastrophic cancellation and negative values... This has been replaced by |
Commit 600, by Mathias Bavay | |
Apr 16, 2011 | |
9 years 9 months | updated io.ini to latest changes by Fierz in ImisIO and SNIO |
Commit 599, by Charles Fierz | |
Apr 15, 2011 | |
9 years 9 months | The CMakeLists should be a little bit cleaner. But the Windows installer still does not work (it does not find the dll files). |
Commit 598, by Mathias Bavay | |
Apr 13, 2011 | |
9 years 9 months | Another commit so that Visual C++ could compile without any tweaks... |
Commit 597, by Mathias Bavay | |
Mar 30, 2011 | |
9 years 9 months | changed stationname to stationID in readStationMetaData() |
Commit 596, by Charles Fierz | |
Mar 29, 2011 | |
9 years 9 months | The infamous 24:00 hour bug was not fully dead. Rounding errors (I experienced a 3.5/100 seconds rounding error) made hour=24 possible. Before computing values (day, hour, etc) the julian date is now rounded to the closest minute (but such rounding i |
Commit 595, by Mathias Bavay | |
Mar 25, 2011 | |
9 years 9 months | The emissivity models have been cleaned up: they now take RH, TA, etc but NOT the water vapor pressure (it is internally calculated). Please, update your code! A specific spatial interpolation algorithm has been introduced for ILWR that relies on em |
Commit 594, by Mathias Bavay | |
Mar 24, 2011 | |
9 years 9 months | The array getSum() was not the most appropriate method... It has been replaced by a getCount(), which means that to really get the sum, one has to do getMean()*getCount(). A new Coords::isNodata() method has been implemented as well as the possibili |
Commit 593, by Mathias Bavay | |
9 years 9 months | Commit SNIO version capable of reading and writing optional parameters found in *.inp files. The use of a METAFILE is optional. The varaibles stationID and stationname have been disentangled. Reading: NUMBER_MEAS_TEMPERATURES, NUMBER_OF_SOLUTES, VW_D |
Commit 592, by Charles Fierz | |
Mar 23, 2011 | |
9 years 9 months | The CMakeLists has been adapted so that it properly supports various Visual C++ options. Now, options are set per compiler and per plateform (depending on the scope of the said option). Therefore, choosing a target like "optimized" really produces co |
Commit 591, by Mathias Bavay | |
9 years 9 months | Fixed some bad naming in DynamicLibrary, silenced an unnecessary warning from Visual C++ (urging us to use non standard library calls), fixed some DLL exports for Visual C++. |
Commit 590, by Mathias Bavay | |
9 years 9 months | Some warnings found with Visual C++ 10 have been fixed (mostly about types) |
Commit 589, by Mathias Bavay | |
9 years 9 months | The Array::getAbs() and abs() methods were not offering nodata handling, this has been fixed. A new getSum() method has been implemented for arrays (with proper choice of nodata handling) |
Commit 588, by Mathias Bavay | |
Mar 22, 2011 | |
9 years 9 months | A small bug has been fixed for code::blocks (dll_import should not be set for code::blocks on Windows). All #ifdef WIN32 have been replaced by #ifdef _WIN32 (which should be more standard). Version numbers have been pushed to 2.0.1 in order to prep |
Commit 587, by Mathias Bavay | |
9 years 9 months | Next round of fixes for issue 68 (variable names starting with "_" under Visual C++). Hopefully, this issue should now be fully addressed. |
Commit 586, by Mathias Bavay | |
Mar 21, 2011 | |
9 years 9 months | First batch of fixes for issue 68 (variable names starting with "_" invalid for some versions of Visual C++) |
Commit 585, by Mathias Bavay |