Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions parm/jcb-rdas/observations/atmosphere/abi_g16.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: abi_g16
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,7 +39,7 @@
Absorbers: [H2O, O3]
obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

# Observation Bias Correction (VarBC)
# -----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions parm/jcb-rdas/observations/atmosphere/abi_g18.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: abi_g18
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,7 +39,7 @@
Absorbers: [H2O, O3]
obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

# Observation Bias Correction (VarBC)
# -----------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_airTemperature_181
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_airTemperature_183
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_airTemperature_187
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_specificHumidity_181
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_specificHumidity_183
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_specificHumidity_187
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_stationPressure_181
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -37,7 +37,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_stationPressure_187
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -37,7 +37,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_winds_281
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -42,7 +42,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_winds_284
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -42,7 +42,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpsfc_winds_287
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -42,7 +42,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_airTemperature_120
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_airTemperature_132
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_specificHumidity_120
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_specificHumidity_132
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_stationPressure_120
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -37,7 +37,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_winds_220
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -42,7 +42,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: adpupa_winds_232
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -42,7 +42,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: aircar_airTemperature_133
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: aircar_specificHumidity_133
distribution:
name: "{{distribution}}"
halo size: 500e3
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -41,7 +41,7 @@

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: 200e3 # orig
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
Expand Down
Loading