Skip to content

Commit

Permalink
add stat templates for obspaces for g-w stat analysis job
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Dec 12, 2024
1 parent d1db0ee commit c26907b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions algorithm/obstats/aero/viirs_n20_template.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
obsdatain:
engine:
type: H5File
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ window_YMDH }}.nc4
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ stat_current_cycle_YMDH }}.nc4
simulated variables: {{ aero_obsdatatin_simulated_variables }}
observed variables: {{ aero_obsdatain_observed_variables }}
variables: {{ aero_variables }}
groups to process: {{ aero_file_groups }}
qc groups: {{ aero_file_qc_groups }}
statistics to compute: ['mean', 'count', 'RMS']
output file: "{{ obspace }}_{{ window_YMDH }}_output_aod.nc"
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_aod.nc"
domains to process:
- domain:
name: "nowhere"
Expand Down
4 changes: 2 additions & 2 deletions algorithm/obstats/aero/viirs_npp_template.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
obsdatain:
engine:
type: H5File
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ window_YMDH }}.nc4
obsfile: {{ aero_obsdatain_path }}/diag_{{ obspace }}_{{ stat_current_cycle_YMDH }}.nc4
simulated variables: {{ aero_obsdatatin_simulated_variables }}
observed variables: {{ aero_obsdatain_observed_variables }}
variables: {{ aero_variables }}
groups to process: {{ aero_file_groups }}
qc groups: {{ aero_file_qc_groups }}
statistics to compute: ['mean', 'count', 'RMS']
output file: "{{ obspace }}_{{ window_YMDH }}_output_aod.nc"
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_aod.nc"
domains to process:
- domain:
name: "nowhere"
Expand Down

0 comments on commit c26907b

Please sign in to comment.