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 | |
Feb 13, 2012 | |
9 years 2 months | Added the grid() operator to 2D and 3D grids (basically, calling the same operator on array2D and array3D). Fixed a parameter reading bug in PNGIO (reading the number of levels). |
Commit 800, by Mathias Bavay | |
9 years 2 months | IOManager: bugfix in procedure interpolate for 64 bit machines where size_t != unsigned int |
Commit 799, by Thomas Egger | |
Feb 11, 2012 | |
9 years 2 months | Bugfix for libsmet and thus release of the readSpecialPoints function in SMETIO.cc. It is now possible to read a vector of Coords objects through SMETIO, the format of the SMET file could be something like this: SMET 1.1 ASCII [HEADER] station_id = |
Commit 798, by Thomas Egger | |
9 years 2 months | 2d interpolations: changed verbosity for the point wise 2d interpolations (only one message will be printed for all points), moved the printing of the info_string from Meteo2DInterpolator to the IOmanager. |
Commit 797, by Thomas Egger | |
Feb 10, 2012 | |
9 years 2 months | IOManager: added another interpolate procedure that takes as arguments a Date, a DEMObject, the parameter to interpolate, a vector of Coords objects and a vector of doubles. The Coords represent different points in the DEM. The interpolation is only |
Commit 796, by Thomas Egger | |
Feb 9, 2012 | |
9 years 2 months | Fixed two small bugs, thanks to some warnings on my laptop: variables set, but not used and a hard coded value used instead (in obviously wrong ways) |
Commit 795, by Mathias Bavay | |
9 years 2 months | Two new methods have been implemented as static of Coords, to compute the ground length of one degree of latitude or longitude at any given latitude. A check for 0x0 sized grids has been added to PNGIO. The ability to specify the number of colors (i |
Commit 794, by Mathias Bavay | |
9 years 2 months | GeotopIO: added consistency checks for the meta data reading, there have to be the same amount of fields for the keywords representing lat,lon,x,y,alt |
Commit 793, by Thomas Egger | |
Feb 8, 2012 | |
9 years 2 months | GeotopIO.cc; bugfix regarding the number of stations read |
Commit 792, by Thomas Egger | |
9 years 2 months | IMISIO now has a new option: USE_SNOWPACK_HNW. If true, then the SWE calculated by SNOWPACK and written into the database is used (if available) to compute hnw=Delta(SWE). Data gaps greater than 3 hours on SWE lead to unchanged hnw, otherwise the com |
Commit 791, by Mathias Bavay | |
9 years 2 months | A correction method for the Hellmann shielded gauge has been implemented. This is not extracted from any broad WMO paper but from one paper and the mixed precipitation correction is actually even a fit on a graph present in this paper (which means: s |
Commit 790, by Mathias Bavay | |
9 years 2 months | GeotopIO: the sequence of meta data information in geotop.inpts was fixed, now it is flexible. |
Commit 789, by Thomas Egger | |
9 years 2 months | GeotopIO: Now the NumberOfMeteoStations key in geotop.inpts is considered. If set only a subset of stations are used. Eg. set the parameter to 10 and only the first 10 stations will be considered. Further enhancements when it comes to speed implement |
Commit 788, by Thomas Egger | |
Feb 7, 2012 | |
9 years 2 months | Geotop plugin adapted to new version of Geotop. No specific meta data file is necessary anymore, we are simply parsing geotop.inpts which can be specified in the [Input] section of the io.ini (key METAFILE). Furthermore cloudiness data (taucloud) is |
Commit 787, by Thomas Egger | |
9 years 2 months | Minor fixes in the documentation |
Commit 786, by Mathias Bavay | |
9 years 2 months | Another fix/enhancement for POPC: the libraries now ends with "popc" in the popc version, as the autotools build was doing. Windchill and heat index have been implemented in Atmosphere. Some cleanup in the filters, some code moved to ProcessingBloc |
Commit 785, by Mathias Bavay | |
Feb 3, 2012 | |
9 years 2 months | Better autodetection of popc |
Commit 784, by Mathias Bavay | |
9 years 2 months | Extra marshalling required by Alpine3D |
Commit 783, by Mathias Bavay | |
Feb 2, 2012 | |
9 years 2 months | Fixed some 'non-virtual destructor' warnings and switched some options in cmake for POPC |
Commit 782, by Mathias Bavay | |
9 years 2 months | A new file has been created to contain math optimizations (fast invSqrt, fast floor, etc). Please keep in mind that you must benchmark your code before committing something using these functions, since such optimizations can actually be slower than t |
Commit 781, by Mathias Bavay |