Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add obspace templates for stat analysis job #53

Merged
merged 4 commits into from
Dec 13, 2024
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
50 changes: 50 additions & 0 deletions algorithm/obstats/aero/viirs_n20_template.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- obs space:
name: aod
obsdatain:
engine:
type: H5File
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 }}_{{ stat_current_cycle_YMDH }}_output_aod.nc"
domains to process:
- domain:
name: "nowhere"
first mask variable: latitude
first mask range: [-180,-100]
- domain:
name: "SH"
first mask variable: latitude
first mask range: [-90,0]
- domain:
name: "NH"
first mask variable: latitude
first mask range: [0,90]
- domain:
name: "CONUS"
first mask variable: latitude
first mask range: [25,49]
second mask variable: longitude
second mask range: [-125,-66]
- domain:
name: "Europe"
first mask variable: latitude
first mask range: [35,70]
second mask variable: longitude
second mask range: [-11,38]
- domain:
name: "Africa"
first mask variable: latitude
first mask range: [-35,37]
second mask variable: longitude
second mask range: [-17,52]
- domain:
name: "Asia"
first mask variable: latitude
first mask range: [0,70]
second mask variable: longitude
second mask range: [38, 180]
50 changes: 50 additions & 0 deletions algorithm/obstats/aero/viirs_npp_template.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- obs space:
name: aod
obsdatain:
engine:
type: H5File
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 }}_{{ stat_current_cycle_YMDH }}_output_aod.nc"
domains to process:
- domain:
name: "nowhere"
first mask variable: latitude
first mask range: [-180,-100]
- domain:
name: "SH"
first mask variable: latitude
first mask range: [-90,0]
- domain:
name: "NH"
first mask variable: latitude
first mask range: [0,90]
- domain:
name: "CONUS"
first mask variable: latitude
first mask range: [25,49]
second mask variable: longitude
second mask range: [-125,-66]
- domain:
name: "Europe"
first mask variable: latitude
first mask range: [35,70]
second mask variable: longitude
second mask range: [-11,38]
- domain:
name: "Africa"
first mask variable: latitude
first mask range: [-35,37]
second mask variable: longitude
second mask range: [-17,52]
- domain:
name: "Asia"
first mask variable: latitude
first mask range: [0,70]
second mask variable: longitude
second mask range: [38, 180]
Loading