Blame view

test/FitNesseRoot/ReleaseS/FirstPart/ReLease2/SprinT3/UserStory66/content.txt 1.65 KB
fbe3c2bb   Benjamin Renard   First commit
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
!1 User Story 66: Composed parameter with boxcar averaging processing function
http://yahscrum.akka.eu:8080/icescrum/p/AMDAKERNEL-66
!define path {../test/FitNesseRoot/ReleaseS/FirstPart/ReLease2/SprinT3/UserStory66/}
!define executable {amdaXMLRequestorTool}
!2 Description

Construct and output values of composed parameter obtained by application of boxcar averaging function to simple parameters.

!3 Note
Function has additional argument: time window.
No resampling and recasting applied in the function.
outParam = boxcar_averaging(param,time_window); param => array(N) outParam => array(N) N_ave = integer(time_window/sampling); outParam(0) == outParam(1) == ... == outParam(N_ave-1) = = (param(0) + param(1) ... param(N_ave-1))/N_ave 

!2 Tests

!3 ID-122 averaging scalar
'''Input: '''
paramID: density_boxcar
!-StartTime-!:2008000000000000
!-TimeInterval-!:0000000020000000

'''Output:''' ascii file

!4 Tests : 
!|script|TestAmdaCommandLine|
|reference|US 66: id 122|id test|
|set|${path}|path|
|execute|${executable}|command|${path}request_66_122.xml|args|
|check|result|0|
|check|diffOutputFile|test_66_122.txt|file1|output-density_boxcar_2008000000000000.txt|file2|0|epsilon|0|


!3 ID-123 averaging 1d table
'''Input:'''
paramID: imf_boxcar
!-StartTime-!:2008000000000000
!-TimeInterval-!:0000000020000000

'''Output:''' ascii file

!4 Tests : 
!|script|TestAmdaCommandLine|
|reference|US 66: id 122|id test|
|set|${path}|path|
|execute|${executable}|command|${path}request_66_123.xml|args|
|check|result|0|
|check|diffOutputFile|test_66_123.txt|file1|output-imf_boxcar_2008000000000000.txt|file2|0|epsilon|0|
!2 Suivit des modifications

-----
!contents -R2 -g -p -f -h