Skip to content

Commit

Permalink
[production/AQM.v7] Merge the changes to address NCO's review comment…
Browse files Browse the repository at this point in the history
…s on AQMv7 delivery package partly (ufs-community#965)

* delete all unrelated scripts module and other fies to support AQMv7 implementation

* delete test_retrieve_data.py

* delete rename_model.sh
  • Loading branch information
JianpingHuang-NOAA authored Nov 6, 2023
1 parent 5884d00 commit 52016a4
Show file tree
Hide file tree
Showing 457 changed files with 149 additions and 16,699 deletions.
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_AQM_ICS → jobs/JAQM_AQM_ICS
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_aqm_ics.sh || \
$SCRIPTSdir/exaqm_aqm_ics.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_AQM_LBCS → jobs/JAQM_AQM_LBCS
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_aqm_lbcs.sh || \
$SCRIPTSdir/exaqm_aqm_lbcs.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export BC_STDAY=${BC_STDAY:-${TMP_STDAY}}
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_bias_correction_o3.sh || \
$SCRIPTSdir/exaqm_bias_correction_o3.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export BC_STDAY=${BC_STDAY:-${TMP_STDAY}}
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_bias_correction_pm25.sh || \
$SCRIPTSdir/exaqm_bias_correction_pm25.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JDATA_CLEANUP → jobs/JAQM_DATA_CLEANUP
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setpdy.sh
##############################################
# Set variables used in the script
##############################################
${HOMEaqm}/scripts/exdata_cleanup.sh
${HOMEaqm}/scripts/exaqm_data_cleanup.sh
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_FIRE_EMISSION → jobs/JAQM_FIRE_EMISSION
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mkdir -p ${FIRE_EMISSION_STAGING_DIR}
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_fire_emission.sh || \
$SCRIPTSdir/exaqm_fire_emission.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_MAKE_ICS → jobs/JAQM_MAKE_ICS
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_make_ics.sh || \
$SCRIPTSdir/exaqm_make_ics.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_MAKE_LBCS → jobs/JAQM_MAKE_LBCS
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_make_lbcs.sh || \
$SCRIPTSdir/exaqm_make_lbcs.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_NEXUS_EMISSION → jobs/JAQM_NEXUS_EMISSION
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_nexus_emission.sh || \
$SCRIPTSdir/exaqm_nexus_emission.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_nexus_post_split.sh || \
$SCRIPTSdir/exaqm_nexus_post_split.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_POINT_SOURCE → jobs/JAQM_POINT_SOURCE
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_point_source.sh || \
$SCRIPTSdir/exaqm_point_source.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_POST_STAT_O3 → jobs/JAQM_POST_STAT_O3
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export PARMaqm_utils="${PARMaqm_utils:-${HOMEaqm}/sorc/AQM-utils/parm}"
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_post_stat_o3.sh || \
$SCRIPTSdir/exaqm_post_stat_o3.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_POST_STAT_PM25 → jobs/JAQM_POST_STAT_PM25
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export PARMaqm_utils="${PARMaqm_utils:-${HOMEaqm}/sorc/AQM-utils/parm}"
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_post_stat_pm25.sh || \
$SCRIPTSdir/exaqm_post_stat_pm25.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_PRE_POST_STAT → jobs/JAQM_PRE_POST_STAT
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_pre_post_stat.sh || \
$SCRIPTSdir/exaqm_pre_post_stat.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_RUN_FCST → jobs/JAQM_RUN_FCST
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_run_fcst.sh || \
$SCRIPTSdir/exaqm_run_fcst.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion jobs/JREGIONAL_RUN_POST → jobs/JAQM_RUN_POST
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fi
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_run_post.sh || \
$SCRIPTSdir/exaqm_run_post.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
7 changes: 0 additions & 7 deletions manage_externals/test/.coveragerc

This file was deleted.

7 changes: 0 additions & 7 deletions manage_externals/test/.gitignore

This file was deleted.

Loading

0 comments on commit 52016a4

Please sign in to comment.