-
Notifications
You must be signed in to change notification settings - Fork 204
Revamp obs staging and analysis stats job #4306
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
base: develop
Are you sure you want to change the base?
Changes from all commits
78a0279
8fdd557
d5c4519
f32e97f
0b62b7e
a8fc75a
b061def
a771101
f623e6d
ce8a749
2524219
a690382
0185dc6
df6a972
9c83b2f
a425b44
619bb93
68f4390
cb40af6
b19b8d3
e62a3f9
39c4e46
f305ccc
37e8d0e
e46c347
f8486f9
cc8f48e
8f42352
6289e2b
35b2088
cd8e70e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,7 +83,7 @@ enkf: | |
| "correction_increment.yaml", | ||
| "ensemble_recenter.yaml"] %} | ||
| {% else %} | ||
| {% set da_stat_files = ["stat.atm.tar"]%} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. these are probably the old GSI files and not IODA, right? |
||
| {% set da_stat_files = ["atm_analysis.ioda_hofx.tar.gz"]%} | ||
| {% set da_conf_files = ["atmensanlletkf.yaml", | ||
| "atmensanlfv3inc.yaml", | ||
| "correction_increment.yaml", | ||
|
|
@@ -98,7 +98,7 @@ enkf: | |
| {% endfor %} | ||
|
|
||
| {% if DO_JEDISNOWDA %} | ||
| - "{{ COMIN_SNOW_ANALYSIS_ENSSTAT | relpath(ROTDIR) }}/{{ head }}snow_analysis.ioda_hofx.ensmean.tar" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I vaguely remember @aerorahul mentioning we should drop the gzipping |
||
| - "{{ COMIN_SNOW_ANALYSIS_ENSSTAT | relpath(ROTDIR) }}/{{ head }}snow_analysis.ioda_hofx.ensmean.tar.gz" | ||
| {% for itile in range(1,7) %} | ||
| # Snow analysis is 3dvar | ||
| - "{{ COMIN_SNOW_ANALYSIS_ENSSTAT | relpath(ROTDIR) }}/{{ cycle_YMD }}.{{ cycle_HH }}0000.snow_increment.sfc_data.tile{{ itile }}.nc" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,20 +38,20 @@ | |
| ARCDIR ~ "/pgbanl." ~ RUN ~ "." ~ cycle_YMDH ~ ".grib2"]) %} | ||
|
|
||
| {% if DO_JEDIATMVAR == True %} | ||
| {% do det_anl_files.append([COMIN_ATMOS_ANALYSIS ~ "/" ~ head ~ "stat.atm.tar", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as before, this might be GSI not JEDI/IODA |
||
| {% do det_anl_files.append([COMIN_ATMOS_ANALYSIS ~ "/" ~ head ~ "atm_analysis.ioda_hofx.tar.gz", | ||
| ARCDIR ~ "/atmstat." ~ RUN ~ "." ~ cycle_YMDH ]) %} | ||
| {% else %} | ||
| {% do det_anl_files.append([COMIN_ATMOS_ANALYSIS ~ "/" ~ head ~ "gsistat.txt", | ||
| ARCDIR ~ "/gsistat." ~ RUN ~ "." ~ cycle_YMDH ]) %} | ||
| {% endif %} | ||
|
|
||
| {% if DO_JEDISNOWDA == True %} | ||
| {% do det_anl_files.append([COMIN_SNOW_ANALYSIS ~ "/" ~ head ~ "snow_analysis.ioda_hofx.tar", | ||
| {% do det_anl_files.append([COMIN_SNOW_ANALYSIS ~ "/" ~ head ~ "snow_analysis.ioda_hofx.tar.gz", | ||
| ARCDIR ~ "/snowstat." ~ RUN ~ "." ~ cycle_YMDH ~ ".tar"]) %} | ||
| {% endif %} | ||
|
|
||
| {% if DO_AERO_ANL %} | ||
| {% do det_anl_files.append([COMIN_CHEM_ANALYSIS ~ "/" ~ head ~ "aerostat.tgz", | ||
| {% do det_anl_files.append([COMIN_CHEM_ANALYSIS ~ "/" ~ head ~ "aero_analysis.ioda_hofx.tar.gz", | ||
| ARCDIR ~ "/aerostat." ~ RUN ~ "." ~ cycle_YMDH ~ ".tgz"]) %} | ||
| {% endif %} | ||
|
|
||
|
|
@@ -135,7 +135,7 @@ | |
| # Ensemble analysis files | ||
| {% set enkf_files = [] %} | ||
| {% if DO_JEDIATMENS == True %} | ||
| {% do enkf_files.append([COMIN_ATMOS_ANALYSIS_ENSSTAT ~ "/" ~ head ~ "stat.atm.tar", | ||
| {% do enkf_files.append([COMIN_ATMOS_ANALYSIS_ENSSTAT ~ "/" ~ head ~ "atm_analysis.ioda_hofx.ens_mean.tar.gz", | ||
| ARCDIR ~ "/atmensstat." ~ RUN ~ "." ~ cycle_YMDH ]) %} | ||
| {% else %} | ||
| {% do enkf_files.append([COMIN_ATMOS_ANALYSIS_ENSSTAT ~ "/" ~ head ~ "enkfstat.txt", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should only mkdir these if these components are active in the experiment