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 Next | |
Nov 26, 2018 | |
2 years 1 month | Some code cleanup... |
Commit 1711, by Mathias Bavay | |
Nov 23, 2018 | |
2 years 2 months | Toggling CaamlIO to be compiled by default (since it does not depend on any external library anymore). Fixed a warning. |
Commit 1710, by Mathias Bavay | |
2 years 2 months | Some cleanup in the documentation and associated pictures. The physical_processes and energy_balance pictures have been improved and snopviz replaced by niViz (with an up to date screenshot). |
Commit 1709, by Mathias Bavay | |
Nov 22, 2018 | |
2 years 2 months | DataClass.h and cc |
Commit 1708, by Mahdi Jafari | |
2 years 2 months | Commitment again for the vaporTransport.cc |
Commit 1707, by Mahdi Jafari | |
Nov 20, 2018 | |
2 years 2 months | CaamlIO: three small improvements -reading in the azimuth improved. now the azimuth can be read in as char (NW, S, ...) or as a number (0-360) -if the slope angle is not given in the caaml-file, the slope angle is set to 0° (no exception is throw… |
Commit 1706, by Thiemo Theile | |
Nov 16, 2018 | |
2 years 2 months | CaamlIO: check caaml-data for consistency -if a slope angle is given and >0 we also need the azimuth, otherwise an exception is thrown -set parameters (grain size, density, marker,...) for surface hoar ("SH") -if layer temperature > 0°C, set temp… |
Commit 1705, by Thiemo Theile | |
Nov 14, 2018 | |
2 years 2 months | CaamlIO: handling of encoding improved. encoding for writing: always UTF-8 encoding for reading: usually automatic. but if problems with automatic encoding occur (maybe because the encoding which is written to the XML document is wrong) following … |
Commit 1704, by Thiemo Theile | |
2 years 2 months | CaamlIO: bugfix: switched the order of the longitude and latitude values when writing out the station location to a caaml-file. It seems that the order has to be longitude before latitude in the caaml-file. At least this is the order in all caaml-… |
Commit 1703, by Thiemo Theile | |
2 years 2 months | CaamlIO: cleaned up the code. added some comments. removed some debugcode. -removed unnecessary functions: destructor, operator=, closeIn_CAAML -removed typedef char xmlChar |
Commit 1702, by Thiemo Theile | |
Nov 13, 2018 | |
2 years 2 months | CaamlIO: ignore warnings for pugixml-library (for GCC) and some warnings removed in pugixml.cpp |
Commit 1701, by Thiemo Theile | |
Nov 9, 2018 | |
2 years 2 months | Removing some debug code that got forgotten... |
Commit 1700, by Mathias Bavay | |
2 years 2 months | Small comment for safety... |
Commit 1699, by Mathias Bavay | |
2 years 2 months | A warning has been added when overwriting an Input::STATION key (when using the '-s' command line option). The runoff was not being written to the database (only '0'), this has been corrected (but the results are slightly different than the timeseri… |
Commit 1698, by Mathias Bavay | |
2 years 2 months | CaamlIO: changed from libxml-library to pugixml-library test for one example successfull. same result is written as with previous version (using libxml) to do: -eliminate warnings in pugixml-library -handle encoding with pugixml |
Commit 1697, by Thiemo Theile | |
Nov 6, 2018 | |
2 years 2 months | Correcting units and calculation of average and total brine and bulk salinities. |
Commit 1696, by Nander Wever | |
Nov 5, 2018 | |
2 years 2 months | CaamlIO: following improvements: -some reorganization of the code: separation of xml-code and separation of read- and write-code -some code reduction by creating and using a xmlReadValueFromNode-function (last commit before changing to pugixml-libr… |
Commit 1695, by Thiemo Theile | |
Nov 2, 2018 | |
2 years 2 months | CaamlIO: following improvements: -if available, read custom-snowpack-data (e.g. sphericity, dendricity,marker,CDot), otherwise estimate at least sphericity, dendricity, marker from grainshape -write dateTimeReport now with correct time zone. -deposi… |
Commit 1694, by Thiemo Theile | |
Nov 1, 2018 | |
2 years 2 months | Update CaamlIO from Version 5 to Version 6.0.3. Not downward compatible. DONE: -read and write caaml-files Version 6.0.3 works (Version 5 does not work anymore) -reading of grain shape codes was extended and improved -bugfix rotation of z-axis:… |
Commit 1693, by Thiemo Theile | |
Oct 27, 2018 | |
2 years 2 months | The new option was accidentally mandatory... |
Commit 1692, by Nander Wever |