-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
61 lines (48 loc) · 1.88 KB
/
changelog.txt
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
0.0.1.
-First implementation
0.0.2
-Added unit tests.
-Added a skeleton TLight class for calculation of light on each point p.
-Added Gaussian integration in unit Model_Integration.
0.0.3
-Gaussian integration over spherical transformation of ellipsoid.
0.0.4
-Intersection with gap walls calculated with gap as cylinder.
0.1.5
-All formulas implemented.
0.1.6
-All integration intervals are now variables and set in the create methods so
they can be changed at runtime.
0.1.7
-Integrations with f_omega now split over leaf angle classes.
0.2.0
-Major light absorption calculation change: now uses Kf.
-Error in TVegetation.pathlength corrected: beam through gap upward for
a point p below the vegetation with no vegetation intersection erronously
still yielded a path length instead of 0.
0.2.1
-Error handling when reading excel files (ReadExcelPlot.ReadData) improved.
-Error in photosynthesis calculations found (in analytical model and
program), will be corrected in next version.
0.3.0
-Photosynthesis calculations corrected.
-Class TEnvironment introduced, holding Assimilation and Absorption and the
Crown, Vegetation, Light and Photosynthesis details.
-Introduced an extra identifier 'id' for the Kf_table to distinguish between calls
out of I() and out of P(). Otherwise lookup is incorrect.
-Integration settings (interval/number of points) for I_L and P.
0.3.1
-Spelling error corrected in error message.
-Changed tab sheet titles.
0.4.x
-Moved to Delphi 2007?
0.5.x
-Initial work on an extension for cut lanes.
-Improved behaviour of progress bar and timer.
-Changed String type in UExcel to AnsiString.
1.0.0
-Ported to Lazarus/Freepascal.
-Removed incomplete lane-based code.
-Removed Windows/Delphi-specific multithreading code.
-Removed About and Exit buttons.
-Initial directories for Open and Save set to working directory.