File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/groovy/edu/ie3/simona/model/participant Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ class PVModelTest extends Specification {
317
317
where: " the following parameters are given"
318
318
latitudeInDeg | deltaIn | omegaIn || alphaSOut
319
319
43d | -14d | -37.5d || 23.4529893659531784299686037109330117049955654837550 // '2011-02-13T09:30:00'
320
- 43d | 23.1d | 97.5d || 10.3561513175064165807300181176479988436754378357928 // '2011-07-01T06:30:00'
320
+ 43d | 23.1d | 97.5d || 10.356151317506402829742934977890382350725031728508 // '2011-07-01T06:30:00'
321
321
}
322
322
323
323
def " Calculate Rb (cos(thetaG)/ cos(thetaZ))" () {
@@ -349,8 +349,8 @@ class PVModelTest extends Specification {
349
349
45 | -7.15 | -82.5 | 0 | 0 || 89.795654742951077439582101317248278436936658210074 // thetaZ
350
350
40 | -11.6 | -82.5 | 60 | 0 || 79.110119287443572813858647674599902596082559960114
351
351
40 | -11.6 | 82.5 | 60 | 0 || 79.110119287443572813858647674599902596082559960114
352
- 40 | -11.6 | -78.0 | 60 | 0 || 74.9207206518514467357682971033566198212518156744
353
- 40 | -11.6 | 78.0 | 60 | 0 || 74.9207206518514467357682971033566198212518156744
352
+ 40 | -11.6 | -78.0 | 60 | 0 || 74.920720651851429547034443178659599205063808040294
353
+ 40 | -11.6 | 78.0 | 60 | 0 || 74.920720651851429547034443178659599205063808040294
354
354
}
355
355
356
356
def " Calculate the estimate beam radiation eBeamS" () {
You can’t perform that action at this time.
0 commit comments