-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for integer
MetaData/stationIdentification
(#206)
* integer MetaData/stationIdentification * remove output * add new files
- Loading branch information
Showing
7 changed files
with
100 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
time window: | ||
begin: 2018-01-01T00:00:00Z | ||
end: 2018-01-01T02:00:00Z | ||
|
||
observations: | ||
- obs space: | ||
name: Surface | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: Data/001_VarField_pstar_stationID_integer.nc4 | ||
simulated variables: [surfacePressure] | ||
obs filters: | ||
# Set the flag of observations with missing values to "pass": we want to check if these | ||
# values are encoded correctly in the VarObsFile. | ||
- filter: Reset Flags to Pass | ||
flags_to_reset: [10, 15] # missing, Hfailed | ||
- filter: VarObs Writer | ||
# Convert integer station ID to string. | ||
station_ID_int_to_string: true | ||
general_mode: debug | ||
- filter: VarObs Checker | ||
expected_main_table_columns: | ||
Callsign: ["1", "2", "3", "4"] | ||
HofX: ObsValue # just a placeholder -- not used, but needed to force calls to postFilter. | ||
benchmarkFlag: 1000 # just to keep the ObsFilters test happy | ||
flaggedBenchmark: 0 |