Skip to content
4 changes: 2 additions & 2 deletions observations/atmosphere/amsua_n19.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name: AMSUA N19
obsdatain:
engine:
type: H5File
obsfile: "{{atmosphere_obsdatain_path}}/{{atmosphere_obsdatain_prefix}}{{observation_from_jcb}}{{atmosphere_obsdatain_suffix}}"
{% set rendered_input = '{"1b": "' ~ atmosphere_obsdatain_prefix ~ '1bamua' ~ atmosphere_obsdatain_suffix_bufr ~ '"}' %}
{{ get_obs_engine(observation_from_jcb, 'atmosphere', script_input=rendered_input)}}
obsdataout:
engine:
type: H5File
Expand Down
2 changes: 2 additions & 0 deletions test/client_integration/gdas-atmosphere-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ crtm_coefficient_path: "DATA/crtm/"

# Naming conventions for observational files
atmosphere_obsdatain_path: DATA/obs
atmosphere_obsdatain_script_path: DATA/obs
atmosphere_obsdatain_prefix: OPREFIX
atmosphere_obsdatain_suffix: ".2024020100.nc"
atmosphere_obsdatain_suffix_bufr : ".2024020100.bufr_d"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These will need to be added to the jcb-base YAMLs in GDASApp


atmosphere_obsdataout_path: DATA/diags
atmosphere_obsdataout_prefix: diag
Expand Down