Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename min ctl files, add conHist.ctl
  • Loading branch information
EdwardSafford-NOAA committed May 1, 2024
1 parent 04c07fb commit 4d97fbc
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions parm/cntrl/conHist.ctl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dset ^out_t120_00_ges.2024043000
options big_endian
undef -999.0
title t120_00 ges
xdef linear 1 1
ydef 1 linear 1 1
zdef 1 linear 1 1
tdef 1 linear 00z30apr2024 1hr
vars 4
rmark 0 0 the values of each interval
hist1 0 0 number of data for all data
hist2 0 0 number of data not including data rejected by OIQC
hist3 0 0 number of data rejected by OIQC
endvars

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion parm/gfs/minGnormFourCycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ datasets:
- name: gnorm
type: MonDataSpace
control_file:
- {{CONTROL}}/min_allgnorm.ctl
- {{CONTROL}}/minAllGnorm.ctl
filenames:
- {{DATA}}/min_data/{{ PDATE | to_YMDH }}.gnorms.ieee_d
- {{DATA}}/min_data/{{ PDATEm6 | to_YMDH }}.gnorms.ieee_d
Expand Down
2 changes: 1 addition & 1 deletion parm/gfs/minGnormOneCycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ datasets:
- name: gnorm
type: MonDataSpace
control_file:
- {{CONTROL}}/min_allgnorm.ctl
- {{CONTROL}}/minAllGnorm.ctl
filenames:
- {{DATA}}/min_data/{{ PDATE | to_YMDH }}.gnorms.ieee_d
- {{DATA}}/min_data/{{ PDATEm24 | to_YMDH }}.gnorms.ieee_d
Expand Down
2 changes: 1 addition & 1 deletion parm/gfs/oznHoriz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ datasets:

type: MonDataSpace
control_file:
- {{DATA}}/ozn_data/{{SENSOR}}.{{COMPONENT}}.ges.ctl
- {{DATA}}/ozn_data/horiz/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.ctl
filenames:
- {{DATA}}/ozn_data/horiz/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATE | to_YMDH }}.ieee_d
- {{DATA}}/ozn_data/horiz/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATEm6 | to_YMDH }}.ieee_d
Expand Down
2 changes: 1 addition & 1 deletion parm/gfs/oznSummary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ datasets:
sensor: {{SENSOR}}
type: MonDataSpace
control_file:
- {{DATA}}/ozn_data/time/{{SENSOR}}.{{COMPONENT}}.ges.ctl
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.ctl
filenames:
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATE | to_YMDH }}.ieee_d
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATEm6 | to_YMDH }}.ieee_d
Expand Down
2 changes: 1 addition & 1 deletion parm/gfs/oznTime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ datasets:
sensor: {{SENSOR}}
type: MonDataSpace
control_file:
- {{DATA}}/ozn_data/time/{{SENSOR}}.{{COMPONENT}}.ges.ctl
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.ctl
filenames:
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATE | to_YMDH }}.ieee_d
- {{DATA}}/ozn_data/time/{{SENSOR}}_{{SAT}}.{{COMPONENT}}.{{ PDATEm6 | to_YMDH }}.ieee_d
Expand Down

0 comments on commit 4d97fbc

Please sign in to comment.