-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/NickE_sfcshp_prepbufr
- Loading branch information
Showing
57 changed files
with
1,742 additions
and
329 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
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,18 @@ | ||
obs space: | ||
name: satwind | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV satwind_obs_${CDATE}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV satwind_diag_${CDATE}.nc4 | ||
simulated variables: [windEastward, windNorthward] | ||
geovals: | ||
filename: !ENV satwind_geoval_${CDATE}.nc4 | ||
obs operator: | ||
name: VertInterp | ||
|
||
vector ref: GsiHofXBc | ||
tolerance: 1.e-5 |
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,21 @@ | ||
obs space: | ||
name: scatwind | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV scatwind_obs_${CDATE}.nc4 | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: !ENV scatwind_diag_${CDATE}.nc4 | ||
simulated variables: [windEastward, windNorthward] | ||
geovals: | ||
filename: !ENV scatwind_geoval_${CDATE}.nc4 | ||
vector ref: GsiHofXBc | ||
tolerance: 0.01 | ||
obs operator: | ||
name: VertInterp | ||
apply near surface wind scaling: true | ||
|
||
vector ref: GsiHofXBc | ||
tolerance: 1.e-5 |
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,19 @@ | ||
{ | ||
"data_format" : "bufr_d", | ||
"data_type" : "ascatw", | ||
"cycle_type" : "{{ RUN }}", | ||
"cycle_datetime" : "{{ current_cycle | to_YMDH }}", | ||
"dump_directory" : "{{ DMPDIR }}", | ||
"ioda_directory" : "{{ COM_OBS }}", | ||
"subsets" : [ "NC012122" ], | ||
"data_description" : "Level-2 ocean surface wind vector retrievals and derived wind components from ASCAT on MetOp satellites at 50-km sampling resolution", | ||
"data_provider" : "U.S. NOAA/NDESDIS", | ||
"sensor_info" : { "sensor_name": "ASCAT", "sensor_full_name": "Advanced Scatterometer", "sensor_id": 0 }, | ||
"satellite_info" : [ | ||
{ "satellite_name": "MetOp-A", "satellite_full_name": "Meteorological Operational Satellite - A", "satellite_id": 4 }, | ||
{ "satellite_name": "MetOp-B", "satellite_full_name": "Meteorological Operational Satellite - B", "satellite_id": 3 }, | ||
{ "satellite_name": "MEtOp-C", "satellite_full_name": "Meteorological Operational Satellite - C", "satellite_id": 5 } | ||
] | ||
} | ||
|
||
|
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,102 @@ | ||
obs space: | ||
name: snocvr_snow | ||
distribution: | ||
name: Halo | ||
halo size: 250e3 | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: '{{ DATA }}/obs/{{ OPREFIX }}snocvr_snow.nc4' | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: '{{ DATA }}/diags/diag_snocvr_snow.nc4' | ||
simulated variables: [totalSnowDepth] | ||
obs operator: | ||
name: Composite | ||
components: | ||
- name: Identity | ||
- name: BackgroundErrorIdentity | ||
obs error: | ||
covariance model: diagonal | ||
obs localizations: | ||
- localization method: Horizontal SOAR | ||
lengthscale: 250e3 | ||
soar horizontal decay: 0.000021 | ||
max nobs: 50 | ||
- localization method: Vertical Brasnett | ||
vertical lengthscale: 700 | ||
obs filters: | ||
- filter: Bounds Check | ||
filter variables: | ||
- name: totalSnowDepth | ||
minvalue: 0.0 | ||
maxvalue: 2000.0 | ||
action: | ||
name: reject | ||
- filter: Domain Check | ||
where: | ||
- variable: | ||
name: MetaData/height | ||
minvalue: -999.0 | ||
- filter: Domain Check # land only | ||
where: | ||
- variable: | ||
name: GeoVaLs/slmsk | ||
minvalue: 0.5 | ||
maxvalue: 1.5 | ||
- filter: RejectList # no land-ice | ||
where: | ||
- variable: | ||
name: GeoVaLs/vtype | ||
minvalue: 14.5 | ||
maxvalue: 15.5 | ||
- filter: Temporal Thinning | ||
min_spacing: '{{ LAND_WINDOW_LENGTH }}' | ||
seed_time: '{{ current_cycle | to_isotime }}' | ||
category_variable: | ||
name: MetaData/stationIdentification | ||
- filter: Background Check # gross error check | ||
filter variables: | ||
- name: totalSnowDepth | ||
threshold: 6.25 | ||
action: | ||
name: reject | ||
- filter: Met Office Buddy Check | ||
filter variables: | ||
- name: totalSnowDepth | ||
rejection_threshold: 0.5 | ||
traced_boxes: # trace all observations | ||
min_latitude: -90 | ||
max_latitude: 90 | ||
min_longitude: -180 | ||
max_longitude: 180 | ||
search_radius: 150 # km | ||
station_id_variable: | ||
name: MetaData/stationIdentification | ||
num_zonal_bands: 24 | ||
sort_by_pressure: false | ||
max_total_num_buddies: 15 | ||
max_num_buddies_from_single_band: 10 | ||
max_num_buddies_with_same_station_id: 5 | ||
use_legacy_buddy_collector: false | ||
horizontal_correlation_scale: { "-90": 150, "90": 150 } | ||
temporal_correlation_scale: PT6H | ||
damping_factor_1: 1.0 | ||
damping_factor_2: 1.0 | ||
background_error_group: BkgError | ||
- filter: Perform Action | ||
filter variables: | ||
- name: totalSnowDepth | ||
action: | ||
name: assign error | ||
error parameter: 40.0 | ||
- filter: Variable Assignment | ||
assignments: | ||
- name: GrossErrorProbability/totalSnowDepth | ||
type: float | ||
value: 0.02 | ||
- name: BkgError/totalSnowDepth_background_error | ||
type: float | ||
value: 30.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
observers: | ||
- !INC ${OBS_YAML_DIR}/adpsfc_snow.yaml | ||
- !INC ${OBS_YAML_DIR}/snocvr_snow.yaml |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
observers: | ||
- !INC ${OBS_YAML_DIR}/adpsfc_snow.yaml | ||
- !INC ${OBS_YAML_DIR}/snocvr_snow.yaml | ||
- !INC ${OBS_YAML_DIR}/ims_snow.yaml |
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
File renamed without changes.
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.