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 | |
Jun 14, 2014 | |
6 years 7 months | The Liston & Elder wind interpolation algorithm now works like in the paper. It has been renamed as "LISTON_WIND" and shows acceptable/encouraging preformances. |
Commit 1386, by Mathias Bavay | |
6 years 7 months | Working on wind spatial interpolation: both Ryan and Liston have been reviewed and improved. They can now both be used for VW and/or DW. |
Commit 1385, by Mathias Bavay | |
Jun 10, 2014 | |
6 years 7 months | A bug has been fixed when doing nearest neighbour 2D interpolation. The GRIB plugin can now handle non-square cells (by resampling the domain). The cellsize and geolocalization in NetCDF are now handled the same way as in GRIB: the error is minimized |
Commit 1384, by Mathias Bavay | |
Jun 5, 2014 | |
6 years 7 months | The support for non-square cells (through resampling to make them square) has been added to GRIBIO. Both for Gribio and Netcdfio, the cellsize is not a max(size_x, size_y) anymore but a min() (in order to be consistent with best practice in GIS) |
Commit 1383, by Mathias Bavay | |
Jun 3, 2014 | |
6 years 7 months | fixed an issue for compiling on Windows |
Commit 1382, by Mathias Bavay | |
6 years 7 months | A display bug has been fixed in the Date class, the exceptions code has been cleaned up a little bit and the call stack should now be even less intimidating! |
Commit 1381, by Mathias Bavay | |
Jun 2, 2014 | |
6 years 7 months | Trying a better set of pre-processor variables (those should be automaticaly defined by cmake) |
Commit 1380, by Mathias Bavay | |
6 years 7 months | Trying a better set of pre-processor variables (those should be automaticaly defined by cmake) |
Commit 1380, by Mathias Bavay | |
6 years 7 months | Trying a better set of pre-processor variables (those should be automaticaly defined by cmake) |
Commit 1380, by Mathias Bavay | |
6 years 7 months | turning off "long long" warnings (since we have no choice, we need "long long" and it seems that all modern compilers suport it anyway) |
Commit 1379, by Mathias Bavay | |
6 years 7 months | A new pre-processor variable has been defined: MSVC so the pragmas for VC++ are now properly enabled for msvc only. An improper include for MSWIN has been removed. |
Commit 1378, by Mathias Bavay | |
6 years 7 months | The WIN32 pre-processor variable has been renamed in MSWIN since this is more logical on Win64 (and to avoid potential conflicts). Some headers have been cleaned up in the process (in Timer.h/.cc). A new method has been moved from Config to FileUtils |
Commit 1377, by Mathias Bavay | |
May 29, 2014 | |
6 years 7 months | The Winstral spatial interpolation algorithm is getting into shape: all three modes of operation have been implemented and tested and it is now properly documented. A new data generator has been created that computes a relative humidity from either a |
Commit 1376, by Mathias Bavay | |
May 26, 2014 | |
6 years 7 months | small code cleanup and documentation fix (for how to use XX::COPY = YY) |
Commit 1375, by Mathias Bavay | |
May 23, 2014 | |
6 years 8 months | Fixing a bug preventing compiling the tests, added a new constructor to Array2D that takes a specific layer out of an Array3D and a new method in Array3D to insert a 2D layer at a specific depth |
Commit 1374, by Mathias Bavay | |
May 21, 2014 | |
6 years 8 months | One more optimization for IDW (when only one station is available) and the Winstral algorithm only changes cells with TA<=0 |
Commit 1373, by Mathias Bavay | |
6 years 8 months | My previous optimizations had introduced a bug in SimpleDEMWindInterpolate, this has been fixed. The optimizations are actually now done at another location. The (Ryan, 1977) wind direction interpolation has been properly checked, fixed and documente |
Commit 1372, by Mathias Bavay | |
May 19, 2014 | |
6 years 8 months | Yet another step for the MINGW date handling bug workaround... And an optimization: precipitation grids will be directly filled with zeroes if no station sees any precipitation (to avoid complicated algorithms in Winstral, etc) |
Commit 1371, by Mathias Bavay | |
6 years 8 months | Implementing a workaround for Mingw bug 2152 and better documentation for the Sun class |
Commit 1370, by Mathias Bavay | |
May 16, 2014 | |
6 years 8 months | Cleaning up some includes, extra documentation for NetCDF |
Commit 1369, by Mathias Bavay |