-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add obspace templates for stat analysis job (#53)
Add obspace templates for stat analysis jobs run in global-workflow. --------- Co-authored-by: Dan Holdaway <[email protected]>
- Loading branch information
1 parent
accd7a5
commit cd76015
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |