Skip to content

Commit

Permalink
fix coding norm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhcliu committed Nov 15, 2023
1 parent 91918f5 commit 55fb1d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions parm/atm/obs/config/scatwind_metop-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ obs operator:
hofx scaling field: SurfaceWindScalingHeight
hofx scaling field group: DerivedVariables

linear obs operator:
name: VertInterp
vertical coordinate: geopotential_height
observation vertical coordinate group: DerivedVariables
observation vertical coordinate: adjustedHeight
interpolation method: linear

obs pre filters:
- filter: Gaussian Thinning
horizontal_mesh: 75
use_reduced_horizontal_grid: true
round_horizontal_bin_count_to_nearest: true
partition_longitude_bins_using_mesh: true

obs prior filters:
# Apply variable changes needed for rescaled height coordinate
- filter: Variable Transforms
Expand Down
2 changes: 1 addition & 1 deletion ush/ioda/bufr2ioda/bufr2ioda_satwind_scat.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def bufr_to_ioda(config, logger):
.write_attr('long_name', 'Height of Observation') \
.write_data(height2)

# Station Elevation
# Station Elevation
obsspace.create_var('MetaData/stationElevation', dtype=stnelv2.dtype, fillval=stnelv2.fill_value) \
.write_attr('units', 'm') \
.write_attr('long_name', 'Station Elevation') \
Expand Down

0 comments on commit 55fb1d3

Please sign in to comment.