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 algorithm/obstats/snow/ims_snow_template.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
variables: [totalSnowDepth]
groups to process: ['ombg', 'oman']
qc groups: ['EffectiveQC0', 'EffectiveQC1']
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_snow.nc"
output file: "{{ stat_current_cycle_YMDH }}.ioda_hofx_stats.{{ obspace }}.nc"
regular grid binning:
bin size in degrees: 2.0
use negative longitudes: false
use negative longitudes: false
domains to process:
- domain:
name: "SH"
Expand Down
6 changes: 3 additions & 3 deletions algorithm/obstats/snow/madis_snow_template.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- obs space:
name: madis_snow
name: madis_snow
obsdatain:
engine:
type: H5File
Expand All @@ -10,10 +10,10 @@
variables: [totalSnowDepth]
groups to process: ['ombg', 'oman']
qc groups: ['EffectiveQC0', 'EffectiveQC1']
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_snow.nc"
output file: "{{ stat_current_cycle_YMDH }}.ioda_hofx_stats.{{ obspace }}.nc"
regular grid binning:
bin size in degrees: 1.0
use negative longitudes: true
use negative longitudes: true
domains to process:
- domain:
name: "SH"
Expand Down
4 changes: 2 additions & 2 deletions algorithm/obstats/snow/sfcsno_template.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
variables: [totalSnowDepth]
groups to process: ['ombg', 'oman']
qc groups: ['EffectiveQC0', 'EffectiveQC1']
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_snow.nc"
output file: "{{ stat_current_cycle_YMDH }}.ioda_hofx_stats.{{ obspace }}.nc"
regular grid binning:
bin size in degrees: 1.0
use negative longitudes: true
use negative longitudes: true
domains to process:
- domain:
name: "SH"
Expand Down
4 changes: 2 additions & 2 deletions algorithm/obstats/snow/snocvr_template.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
variables: [totalSnowDepth]
groups to process: ['ombg', 'oman']
qc groups: ['EffectiveQC0', 'EffectiveQC1']
output file: "{{ obspace }}_{{ stat_current_cycle_YMDH }}_output_snow.nc"
output file: "{{ stat_current_cycle_YMDH }}.ioda_hofx_stats.{{ obspace }}.nc"
regular grid binning:
bin size in degrees: 1.0
use negative longitudes: true
use negative longitudes: true
domains to process:
- domain:
name: "SH"
Expand Down
Loading