Skip to content

Commit

Permalink
replace fixed distribution name with templated variable (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Aug 16, 2024
1 parent a132852 commit 50a46a0
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 391 deletions.
2 changes: 1 addition & 1 deletion observations/atmosphere-lgetkf/aircraft.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obs space:
name: Aircraft
distribution:
name: Halo
name: "{{distribution_type}}"
halo size: 1250e3
obsdatain:
engine:
Expand Down
2 changes: 1 addition & 1 deletion observations/atmosphere-lgetkf/amsua_n19.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obs space:
name: AMSUA N19
distribution:
name: Halo
name: "{{distribution_type}}"
halo size: 1250e3
obsdatain:
engine:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obs space:
name: ascatw_ascat_metop-b
distribution:
name: Halo
name: "{{distribution_type}}"
halo size: 1250e3
obsdatain:
engine:
Expand Down
2 changes: 1 addition & 1 deletion observations/atmosphere-lgetkf/atms_n20.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obs space:
name: ATMS N20
distribution:
name: Halo
name: "{{distribution_type}}"
halo size: 1250e3
obsdatain:
engine:
Expand Down
2 changes: 1 addition & 1 deletion observations/atmosphere-lgetkf/atms_npp.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obs space:
name: ATMS NPP
distribution:
name: Halo
name: "{{distribution_type}}"
halo size: 1250e3
obsdatain:
engine:
Expand Down
Loading

0 comments on commit 50a46a0

Please sign in to comment.