-
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.
* reflectivity * exner_levels
- Loading branch information
Showing
21 changed files
with
324 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
&CXControlNL | ||
! These STASH codes correspond to the following variables: | ||
! 4: theta | ||
! 10: q | ||
! 12: qcf | ||
! 33: orography | ||
! 254: qcl | ||
! 255: exnerA | ||
! 272: qrain | ||
! 407: p | ||
CxFields=4,10,12,33,254,255,272,407 | ||
/ |
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,11 @@ | ||
&VarobsControlNL | ||
! These indices correspond to the following variables: | ||
! 64: Beam tilt (elevation in OPS terminology) | ||
! 65: Gate range | ||
! 66: Gate azimuth | ||
! 69: Station identifier | ||
! 70: Reflectivity | ||
! 75: Station elevation (altitude above MSL in OPS terminology) | ||
! 104: Radar QC flag | ||
Varfields=64,65,66,69,70,75,104 | ||
/ |
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,41 @@ | ||
time window: | ||
begin: 2018-01-01T00:00:00Z | ||
end: 2018-01-01T01:00:00Z | ||
|
||
observations: | ||
- obs space: | ||
name: RadarZ | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: Data/dummy.nc4 | ||
simulated variables: [dummy] | ||
geovals: | ||
filename: Data/039_UpperAirCxField_Exner.nc4 | ||
obs filters: | ||
# Set the flag of observations with missing values to "pass": we want to check if these | ||
# values are encoded correctly in the Cx file. | ||
- filter: Reset Flags to Pass | ||
flags_to_reset: [10, 15] # missing, Hfailed | ||
# Reject observation 3: we want to check if it is omitted from the Cx file, as expected. | ||
- filter: Domain Check | ||
where: | ||
- variable: | ||
name: MetaData/latitude | ||
minvalue: 0.0 | ||
- filter: Cx Writer | ||
namelist_directory: testinput/CxWriterNamelists_039_UpperAirCxField_Exner | ||
reject_obs_with_any_variable_failing_qc: true | ||
general_mode: debug | ||
IC_PLevels: 5 | ||
- filter: Cx Checker | ||
expected_surface_variables: [] | ||
expected_upper_air_variables: ["39"] # IndexCxExner | ||
expected_main_table_columns: | ||
- # batch 1 | ||
- ["1.10", "1.20", "1.30"] # column 1 | ||
- ["2.10", "**********", "2.30"] # column 2 (the asterisks represent a missing float) | ||
- ["4.10", "4.20", "4.30"] # column 3 | ||
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 |
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,41 @@ | ||
time window: | ||
begin: 2018-01-01T00:00:00Z | ||
end: 2018-01-01T01:00:00Z | ||
|
||
observations: | ||
- obs space: | ||
name: RadarZ | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: Data/dummy.nc4 | ||
simulated variables: [dummy] | ||
geovals: | ||
filename: Data/040_UpperAirCxField_Qrain.nc4 | ||
obs filters: | ||
# Set the flag of observations with missing values to "pass": we want to check if these | ||
# values are encoded correctly in the Cx file. | ||
- filter: Reset Flags to Pass | ||
flags_to_reset: [10, 15] # missing, Hfailed | ||
# Reject observation 3: we want to check if it is omitted from the Cx file, as expected. | ||
- filter: Domain Check | ||
where: | ||
- variable: | ||
name: MetaData/latitude | ||
minvalue: 0.0 | ||
- filter: Cx Writer | ||
namelist_directory: testinput/CxWriterNamelists_040_UpperAirCxField_Qrain | ||
reject_obs_with_any_variable_failing_qc: true | ||
general_mode: debug | ||
IC_PLevels: 5 | ||
- filter: Cx Checker | ||
expected_surface_variables: [] | ||
expected_upper_air_variables: ["40"] # IndexCxQrain | ||
expected_main_table_columns: | ||
- # batch 1 | ||
- ["1.10", "1.20", "1.30"] # column 1 | ||
- ["2.10", "**********", "2.30"] # column 2 (the asterisks represent a missing float) | ||
- ["4.10", "4.20", "4.30"] # column 3 | ||
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 |
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.
Oops, something went wrong.