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 | |
Apr 22, 2014 | |
6 years 8 months | The ClearSky and AllSky generators have been renamed as ClearSky_LW and AllSky_LW for clarity. The debug outputs (.toString()) have been improved. The Config::findKey method is now able to do pattern matching anywhere in the string (if "anywhere=true |
Commit 1327, by Mathias Bavay | |
Apr 15, 2014 | |
6 years 9 months | NetCDFIO: almost finished, 2d grid reading and writing implemented, meta data reading implemented |
Commit 1326, by Thomas Egger | |
Apr 14, 2014 | |
6 years 9 months | Correcting a rather persistent (and irritating) typo. |
Commit 1325, by Nander Wever | |
Apr 12, 2014 | |
6 years 9 months | Several improvements to Winstral: the mass balance conservation is now properly enforced and this exposed a few bugs that have been fixed. This is not yet ready to use, though: the wind direction is still hard coded! |
Commit 1324, by Mathias Bavay | |
Apr 11, 2014 | |
6 years 9 months | The first algorithm implementing (Winstral, 2002) is now being tested. This seems to work but the mass balance still has to be validated. The IOManager can now be constructed directly with a io.ini file name. Some code clean up has been performed in |
Commit 1323, by Mathias Bavay | |
Apr 8, 2014 | |
6 years 9 months | The possibility to force the input file encoding has been added (for broken XML files) and several bugs fixed when reading all files in a directory |
Commit 1322, by Mathias Bavay | |
Apr 7, 2014 | |
6 years 9 months | In COSMOXMLIO, it is now possible to choose between using the station location or the model location with an argument in the ini file |
Commit 1321, by Mathias Bavay | |
6 years 9 months | Two extra clear sky parametrizations have been added, including one for desert conditions. They are available to the ClearSky generator. Small code and documentation cleanup. |
Commit 1320, by Mathias Bavay | |
Apr 1, 2014 | |
6 years 9 months | NetCDFIO: Dealing with already present files |
Commit 1319, by Thomas Egger | |
6 years 9 months | NetCDFIO: read2DGrid & write2DGrid fully implemented and tested. Next step, time series of grids. |
Commit 1318, by Thomas Egger | |
Mar 27, 2014 | |
6 years 9 months | Updating the examples to the latest features of MeteoIO |
Commit 1317, by Mathias Bavay | |
Mar 26, 2014 | |
6 years 9 months | Documentation fixes |
Commit 1316, by Mathias Bavay | |
Mar 20, 2014 | |
6 years 9 months | Documentation: adding missing images and better pngs |
Commit 1315, by Mathias Bavay | |
Mar 19, 2014 | |
6 years 9 months | First implementation of the Winstral Sx factor (not ready yet!) |
Commit 1314, by Mathias Bavay | |
Mar 18, 2014 | |
6 years 9 months | Finally, the AllSky data generator is in good shape. It properly caches the previous valid cloudiness value for each station, a bug in the cloudiness calculation has been found (for low sun angles)and the documentation is now in order. We just need t |
Commit 1313, by Mathias Bavay | |
6 years 9 months | More improvements to the AllSky data generator: it now computes the cloudiness if none is provided. Another improvement will have to be brought for working with multiple stations as well as adding the cloud fraction to the MeteoData parameters! (ie: |
Commit 1312, by Mathias Bavay | |
6 years 9 months | Fix for issue 366: DEMObject buffering, it was buffered in a map as Grid2DObject, now in a vector as DEMObject. |
Commit 1311, by Thomas Egger | |
Mar 17, 2014 | |
6 years 9 months | Added more flexibility for 2D resampling: it is now possible to resample an Array2D with different x and y factors. Improved the hillshade call in DEMObject. |
Commit 1310, by Mathias Bavay | |
6 years 9 months | Since the number of clear or all sky parametrizations seem to multiply, two generic generators have been implemented: clearsky and allsky that take as argument which parametrization to use. Therefore the old Brutsaert or Dilley have been removed. The |
Commit 1309, by Mathias Bavay | |
Mar 16, 2014 | |
6 years 9 months | NetCDFIO: Full implementation of the grid2D reading. The DEM calculations are a big speed thief. |
Commit 1308, by Thomas Egger |