Skip to content

Commit

Permalink
minor updates with name changes and new aero tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Feb 25, 2025
1 parent eb6cb96 commit 54c6946
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jobs/JGLOBAL_ANALYSIS_STATS
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "anlstat" -c "base anlstat"
YMD=${PDY} HH=${cyc} declare_from_tmpl -rx COMIN_OBS:COM_OBS_TMPL \
COMIN_ATMOS_ANALYSIS:COM_ATMOS_ANALYSIS_TMPL \
COMIN_OCEAN_ANALYSIS:COM_OCEAN_ANALYSIS_TMPL \
COMIN_CHEM_ANALYSIS:COM_CHEM_ANALYSIS_TMPL \
COMIN_AERO_ANALYSIS:COM_CHEM_ANALYSIS_TMPL \
COMIN_SNOW_ANALYSIS:COM_SNOW_ANALYSIS_TMPL \
COMOUT_CONF:COM_CONF_TMPL \
COMOUT_ATMOS_ANLMON:COM_ATMOS_ANLMON_TMPL \
COMOUT_OCEAN_ANLMON:COM_OCEAN_ANLMON_TMPL \
COMOUT_CHEM_ANLMON:COM_CHEM_ANLMON_TMPL \
COMOUT_AERO_ANLMON:COM_CHEM_ANLMON_TMPL \
COMOUT_SNOW_ANLMON:COM_SNOW_ANLMON_TMPL

###############################################################
Expand Down
4 changes: 2 additions & 2 deletions parm/config/gfs/yaml/stat_base_config.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aero:
ob spaces:
- name: viirs_npp
input file: "diag_viirs_npp_{{ current_cycle | to_YMDH }}.nc4"
input file: "diag_viirs_npp_aod_{{ current_cycle | to_YMDH }}.nc"
output file: "viirs_npp_{{ current_cycle | to_YMDH }}_output_aod.nc"
- name: viirs_n20
input file: "diag_viirs_n20_{{ current_cycle | to_YMDH }}.nc4"
input file: "diag_viirs_n20_aod_{{ current_cycle | to_YMDH }}.nc"
output file: "viirs_n20_{{ current_cycle | to_YMDH }}_output_aod.nc"

snow:
Expand Down
4 changes: 2 additions & 2 deletions parm/gdas/anlstat_jedi_config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ aero:
rundir: '{{ DATA }}'
exe_src: '{{ JEDIEXE }}'
mpi_cmd: '{{ APRUN_ANLSTAT }}'
stat_file_path: '{{ COMIN_CHEM_ANALYSIS }}'
stat_file_name: 'aerostat'
stat_file_path: '{{ COMIN_AERO_ANALYSIS }}'
stat_file_name: 'aerostat.tgz'
# jedi_args: None
jcb_base_yaml: '{{ PARMgfs }}/gdas/stat/aero/jcb-base.yaml.j2'
jcb_algo_yaml: '{{ JCB_ALGO_YAML }}'
Expand Down

0 comments on commit 54c6946

Please sign in to comment.