Skip to content

Commit

Permalink
Add explicit linear vertical interpolation method (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle authored Apr 25, 2023
1 parent 2414f8a commit 4a4f92e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/hofx3d_odb_prof_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ observations:
vertical coordinate: depth
observation vertical coordinate: depthBelowWaterSurface
observation vertical coordinate group: ObsValue
interpolation method: linear
obs filters:
- filter: Variable Assignment
where:
Expand Down
1 change: 1 addition & 0 deletions examples/hofx3d_profile_gomsaver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ observations:
vertical coordinate: depth
observation vertical coordinate: depthBelowWaterSurface
observation vertical coordinate group: ObsValue
interpolation method: linear
obs filters:
- filter: Variable Assignment
where:
Expand Down
1 change: 1 addition & 0 deletions src/tests/testinput/hofx3d_nc_potm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ observations:
vertical coordinate: depth
observation vertical coordinate: depthBelowWaterSurface
observation vertical coordinate group: ObsValue
interpolation method: linear
observation alias file: testinput/test_name_map.yaml
obs filters:
- filter: Variable Assignment
Expand Down
1 change: 1 addition & 0 deletions src/tests/testinput/hofx3d_nc_prof_2vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ observations:
vertical coordinate: depth
observation vertical coordinate: depthBelowWaterSurface
observation vertical coordinate group: ObsValue
interpolation method: linear
observation alias file: testinput/test_name_map.yaml
obs filters:
- filter: Variable Assignment
Expand Down

0 comments on commit 4a4f92e

Please # to comment.