Changes between Version 7 and Version 8 of ticket/1148
- Timestamp:
- 2013-10-21T12:58:20+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1148
v7 v8 100 100 the forecast fields begin at T = 20C, 25C, 30C, ... 101 101 102 [[Image(class4_case_1.2.gif) }}102 [[Image(class4_case_1.2.gif)]] 103 103 104 104 '''Result''': PASS 105 105 106 ==== Case 7. ====106 ==== Case 7. Single SST observation ==== 107 107 108 '''Result''': 108 This unit test case merely checks the behaviour of a different observation type than previous tests. 109 The following ncdump snippet from the resulting class 4 file demonstrates the action for 110 a single SST observation in the domain at the correct time. 109 111 112 {{{ 113 data: 114 115 leadtime = 12 ; 116 117 longitude = -12.62207 ; 118 119 latitude = 50.54785 ; 120 121 depth = 122 0 ; 123 124 varname = 125 "SST " ; 126 127 unitname = 128 "Degree c" ; 129 130 observation = 131 15.99561 ; 132 133 forecast = 134 20 ; 135 136 ... 137 138 qc = 139 1 ; 140 141 juld = 23271.45 ; 142 143 modeljuld = _ ; 144 145 type = 146 "28 " ; 147 148 id = 149 " " ; 150 }}} 151 152 '''Result''': PASS 110 153 111 154