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 | |
Oct 5, 2016 | |
4 years 3 months | Commenting and improving the code restructuring for latent heat as top boundary condition. |
Commit 1197, by Nander Wever | |
4 years 3 months | Replaced calls to "waterSaturationPressure" by "vaporSaturationPressure" |
Commit 1196, by Mathias Bavay | |
4 years 3 months | Fixed a warning in Stability and replcaed calls to "waterSaturationPressure" by "vaporSaturationPressure". |
Commit 1195, by Mathias Bavay | |
Oct 4, 2016 | |
4 years 3 months | Correction and improvement of additionnal conditions in vapour transport diffusivity and so in case of underlying icy layer (theta_s equal to zero) plus various comment movements. |
Commit 1194, by Margaux Couttet | |
4 years 3 months | Add a condition in the calculation of thermal vapour conductivity in soil, in case there is no temperature difference, the conductivity is set to zero |
Commit 1193, by Margaux Couttet | |
4 years 3 months | Change calculation of pore space, i.e. theta_s. |
Commit 1192, by Nander Wever | |
4 years 3 months | Update pore space (i.e., theta_s) at beginning of layer to layer transport. |
Commit 1191, by Nander Wever | |
4 years 3 months | Set the pore space, i.e. theta_s, upon initialization of the SnowStation. |
Commit 1190, by Nander Wever | |
4 years 3 months | Commenting the code restructuring from yesterday. Furthermore, only apply deposition in compSurfaceSublimation in case surface hoar will form. |
Commit 1189, by Nander Wever | |
4 years 3 months | Some restructuring. Creating a function runSeaIceModule, which takes care of all the sea ice components. Then from Snowpack.cc, only runSeaIceModule needs to be called. This is more in line with the other modules from SNOWPACK. |
Commit 1188, by Nander Wever | |
4 years 3 months | Adding the possibility to select salinity profiles. |
Commit 1187, by Nander Wever | |
4 years 3 months | Including WATER_PREF in the various calculations. |
Commit 1186, by Nander Wever | |
Oct 3, 2016 | |
4 years 3 months | Start of big restructuring of latent heat / water transport / vapour transport. Water transport now only deals with evaporation / condensation. Then water is routed, after which vapour transport deals with sublimation / deposition. |
Commit 1185, by Nander Wever | |
4 years 3 months | Adding extra comment to clarify things. |
Commit 1184, by Nander Wever | |
4 years 3 months | Bug fix: reference level should default to 0 if the sea ice module is not used. Solves segmentation fault. |
Commit 1183, by Nander Wever | |
Oct 2, 2016 | |
4 years 3 months | Correction of memory reading out of array bounds for gradT and gradH (due to erroneous positions of their calculations). Moved them in the subconditions their are correspondingly used in. Comment of the previous "break" statement HACK (line 263) use |
Commit 1182, by Margaux Couttet | |
Sep 30, 2016 | |
4 years 3 months | Forgot to do special treatment of NULL pointers. |
Commit 1181, by Nander Wever | |
4 years 3 months | Finally a proper dealing of the sea ice pointer in the snow station class. Now, it can be deleted without segmentation fault. Turns out that push_back is in a fact a copy operation and thus an appropriate copy constructur needs to be in place! |
Commit 1180, by Nander Wever | |
4 years 3 months | Merging dev-branch up to and including rev. 1178 into the sea_ice-branch. |
Commit 1179, by Nander Wever | |
4 years 3 months | A bug was found in the handling of the virtual slopes: the fill constructor that was used to construct a vector of SnowStations was actually making multiple identical copies of a SnowStation object, thereby all copies had their pmat pointer pointing |
Commit 1178, by Mathias Bavay |