Skip to content

Commit

Permalink
These two j2 yamls are added to include the tropical mooring arrays a…
Browse files Browse the repository at this point in the history
…nd surface drifters for marine DA
  • Loading branch information
JohnSteffen-NOAA committed Feb 26, 2025
1 parent 10a744a commit 80a2fc7
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
41 changes: 41 additions & 0 deletions observations/marine/insitu_profile_tropical.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- obs space:
name: {{observation_from_jcb}}
obsdatain:
engine:
type: H5File
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}"
obsdataout:
engine:
type: H5File
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}"
simulated variables: [waterTemperature]
observed variables: [waterTemperature]
io pool:
max pool size: 1
obs operator:
name: Composite
components:
- name: InsituTemperature
variables:
- name: waterTemperature
obs error:
covariance model: diagonal
obs filters:
- filter: Perform Action
action:
name: assign error
error function:
name: ObsFunction/LinearCombination
options:
variables:
- ObsError/waterTemperature
coefs:
- 1000.0

obs localizations:
- localization method: Rossby
base value: 100.0e3
rossby mult: 1.0
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3
41 changes: 41 additions & 0 deletions observations/marine/insitu_surface_drifter.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- obs space:
name: {{observation_from_jcb}}
obsdatain:
engine:
type: H5File
obsfile: "{{marine_obsdatain_path}}/{{marine_obsdatain_prefix}}{{observation_from_jcb}}{{marine_obsdatain_suffix}}"
obsdataout:
engine:
type: H5File
obsfile: "{{marine_obsdataout_path}}/{{marine_obsdataout_prefix}}{{observation_from_jcb}}{{marine_obsdataout_suffix}}"
simulated variables: [waterTemperature]
observed variables: [waterTemperature]
io pool:
max pool size: 1
obs operator:
name: Composite
components:
- name: InsituTemperature
variables:
- name: waterTemperature
obs error:
covariance model: diagonal
obs filters:
- filter: Perform Action
action:
name: assign error
error function:
name: ObsFunction/LinearCombination
options:
variables:
- ObsError/waterTemperature
coefs:
- 1000.0

obs localizations:
- localization method: Rossby
base value: 100.0e3
rossby mult: 1.0
min grid mult: 2.0
min value: 200.0e3
max value: 900.0e3

0 comments on commit 80a2fc7

Please sign in to comment.