From bec1b83027e162e4c083464d2cdb3fbdbd5168e8 Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Tue, 22 Sep 2020 03:51:02 +0000 Subject: [PATCH 01/17] renamed: scripts/exglobal_fcst_nemsfv3gfs.sh -> scripts/exglobal_forecast.sh and modified jobs/JGLOBAL_FORECAST parm/config/config.fcst --- jobs/JGLOBAL_FORECAST | 2 +- parm/config/config.fcst | 2 +- scripts/{exglobal_fcst_nemsfv3gfs.sh => exglobal_forecast.sh} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename scripts/{exglobal_fcst_nemsfv3gfs.sh => exglobal_forecast.sh} (99%) diff --git a/jobs/JGLOBAL_FORECAST b/jobs/JGLOBAL_FORECAST index ef0107fc53b..f9f7f4d1d1f 100755 --- a/jobs/JGLOBAL_FORECAST +++ b/jobs/JGLOBAL_FORECAST @@ -106,7 +106,7 @@ postmsg "$jlogfile" "$msg" $LOGSCRIPT -${FORECASTSH:-$SCRgfs/exglobal_fcst_nemsfv3gfs.sh} +${FORECASTSH:-$SCRgfs/exglobal_forecast.sh} status=$? [[ $status -ne 0 ]] && exit $status diff --git a/parm/config/config.fcst b/parm/config/config.fcst index 2809f422f07..a6bb953c509 100755 --- a/parm/config/config.fcst +++ b/parm/config/config.fcst @@ -15,7 +15,7 @@ if [ $DONST = "YES" ]; then . $EXPDIR/config.nsst fi -export FORECASTSH="$HOMEgfs/scripts/exglobal_fcst_nemsfv3gfs.sh" +export FORECASTSH="$HOMEgfs/scripts/exglobal_forecast.sh" export FCSTEXECDIR="$HOMEgfs/exec" export FCSTEXEC="global_fv3gfs.x" export npe_fv3=$npe_fcst diff --git a/scripts/exglobal_fcst_nemsfv3gfs.sh b/scripts/exglobal_forecast.sh similarity index 99% rename from scripts/exglobal_fcst_nemsfv3gfs.sh rename to scripts/exglobal_forecast.sh index 6ed55331434..cbee0e46d01 100755 --- a/scripts/exglobal_fcst_nemsfv3gfs.sh +++ b/scripts/exglobal_forecast.sh @@ -1,7 +1,7 @@ #!/bin/ksh ################################################################################ # UNIX Script Documentation Block -# Script name: exglobal_fcst_nemsfv3gfs.sh +# Script name: exglobal_forecast.sh # Script description: Runs a global FV3GFS model forecast # # Author: Fanglin Yang Org: NCEP/EMC Date: 2016-11-15 From c58b93a61f77d65f042f8226445163029ebd9f8d Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Tue, 22 Sep 2020 04:06:06 +0000 Subject: [PATCH 02/17] renamed: jobs/JGFS_POSTSND -> jobs/JGFS_ATMOS_POSTSND renamed: scripts/exgfs_postsnd.sh -> scripts/exgfs_atmos_postsnd.sh modified: docs/archive/README_bufr driver/product/run_postsnd.sh driver/product/run_postsnd.sh.cray driver/product/run_postsnd.sh.dell driver/product/run_postsnd.sh.hera driver/product/run_postsnd.sh.jet parm/config/config.postsnd --- docs/archive/README_bufr | 8 ++++---- driver/product/run_postsnd.sh | 4 ++-- driver/product/run_postsnd.sh.cray | 4 ++-- driver/product/run_postsnd.sh.dell | 4 ++-- driver/product/run_postsnd.sh.hera | 4 ++-- driver/product/run_postsnd.sh.jet | 4 ++-- jobs/{JGFS_POSTSND => JGFS_ATMOS_POSTSND} | 2 +- parm/config/config.postsnd | 2 +- scripts/{exgfs_postsnd.sh => exgfs_atmos_postsnd.sh} | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) rename jobs/{JGFS_POSTSND => JGFS_ATMOS_POSTSND} (98%) rename scripts/{exgfs_postsnd.sh => exgfs_atmos_postsnd.sh} (99%) diff --git a/docs/archive/README_bufr b/docs/archive/README_bufr index 4967d63e105..17067531cc2 100644 --- a/docs/archive/README_bufr +++ b/docs/archive/README_bufr @@ -1,11 +1,11 @@ changes for 2017GFS upgrades Bufr soundings Bufr sounding subversion log: SURGE-slogin1 > svn status -M jobs/JGFS_POSTSND +M jobs/JGFS_ATMOS_POSTSND A parm/bufr_gfs_class1.tbl A parm/bufr_stalist.meteo.gfs D parm/bufr_stalist.meteo.gfs3.update -M scripts/exgfs_postsnd.sh +M scripts/exgfs_atmos_postsnd.sh M sorc/build_gfs_bufrsnd.sh M sorc/gfs_bufr.fd/buff.f M sorc/gfs_bufr.fd/gfsbufr.f @@ -16,7 +16,7 @@ M ush/gfs_bufr.sh M ush/gfs_sndp.sh ------------------------------------------------------------- -M jobs/JGFS_POSTSND +M jobs/JGFS_ATMOS_POSTSND change aprun parameters to speed up the wall time. ------------------------------------------------------------- A parm/bufr_gfs_class1.tbl @@ -29,7 +29,7 @@ D parm/bufr_stalist.meteo.gfs3.update parm/bufr_stalist.meteo.gfs3.update is deleted for it is no longer needed. The two files names have been changed by removing "3" in the file names. ------------------------------------------------------------- -M scripts/exgfs_postsnd.sh +M scripts/exgfs_atmos_postsnd.sh M sorc/gfs_bufr.fd/buff.f M sorc/gfs_bufr.fd/gfsbufr.f M sorc/gfs_bufr.fd/meteorg.f diff --git a/driver/product/run_postsnd.sh b/driver/product/run_postsnd.sh index 80d3d2dc281..a98092c357c 100755 --- a/driver/product/run_postsnd.sh +++ b/driver/product/run_postsnd.sh @@ -179,8 +179,8 @@ env ######################################################## # Execute the script. -#$SCRbufrsnd/exgfs_postsnd.sh -${HOMEbufrsnd}/jobs/JGFS_POSTSND +#$SCRbufrsnd/exgfs_atmos_postsnd.sh +${HOMEbufrsnd}/jobs/JGFS_ATMOS_POSTSND ######################################################## #cat $pgmout diff --git a/driver/product/run_postsnd.sh.cray b/driver/product/run_postsnd.sh.cray index f2ef044bb5e..19e86dc7310 100755 --- a/driver/product/run_postsnd.sh.cray +++ b/driver/product/run_postsnd.sh.cray @@ -149,8 +149,8 @@ env ######################################################## # Execute the script. -#$SCRbufrsnd/exgfs_postsnd.sh -${HOMEbufrsnd}/jobs/JGFS_POSTSND +#$SCRbufrsnd/exgfs_atmos_postsnd.sh +${HOMEbufrsnd}/jobs/JGFS_ATMOS_POSTSND ######################################################## #cat $pgmout diff --git a/driver/product/run_postsnd.sh.dell b/driver/product/run_postsnd.sh.dell index d01d7b763e4..c45ff92b1b1 100755 --- a/driver/product/run_postsnd.sh.dell +++ b/driver/product/run_postsnd.sh.dell @@ -180,8 +180,8 @@ env ######################################################## # Execute the script. -#$SCRbufrsnd/exgfs_postsnd.sh -${HOMEbufrsnd}/jobs/JGFS_POSTSND +#$SCRbufrsnd/exgfs_atmos_postsnd.sh +${HOMEbufrsnd}/jobs/JGFS_ATMOS_POSTSND ######################################################## #cat $pgmout diff --git a/driver/product/run_postsnd.sh.hera b/driver/product/run_postsnd.sh.hera index d8c82941dbc..e9efd7ad326 100644 --- a/driver/product/run_postsnd.sh.hera +++ b/driver/product/run_postsnd.sh.hera @@ -173,8 +173,8 @@ env export KEEPDATA=YES ######################################################## # Execute the script. -#$SCRbufrsnd/exgfs_postsnd.sh -${HOMEbufrsnd}/jobs/JGFS_POSTSND +#$SCRbufrsnd/exgfs_atmos_postsnd.sh +${HOMEbufrsnd}/jobs/JGFS_ATMOS_POSTSND ######################################################## #cat $pgmout diff --git a/driver/product/run_postsnd.sh.jet b/driver/product/run_postsnd.sh.jet index fc10cb0cdb6..23038d6d2b5 100755 --- a/driver/product/run_postsnd.sh.jet +++ b/driver/product/run_postsnd.sh.jet @@ -160,8 +160,8 @@ env export KEEPDATA=YES ######################################################## # Execute the script. -#$SCRbufrsnd/exgfs_postsnd.sh -${HOMEbufrsnd}/jobs/JGFS_POSTSND +#$SCRbufrsnd/exgfs_atmos_postsnd.sh +${HOMEbufrsnd}/jobs/JGFS_ATMOS_POSTSND ######################################################## #cat $pgmout diff --git a/jobs/JGFS_POSTSND b/jobs/JGFS_ATMOS_POSTSND similarity index 98% rename from jobs/JGFS_POSTSND rename to jobs/JGFS_ATMOS_POSTSND index e080a89c18d..98e95478b25 100755 --- a/jobs/JGFS_POSTSND +++ b/jobs/JGFS_ATMOS_POSTSND @@ -63,7 +63,7 @@ env ######################################################## # Execute the script. -$SCRbufrsnd/exgfs_postsnd.sh +$SCRbufrsnd/exgfs_atmos_postsnd.sh ######################################################## if [ -e "$pgmout" ] ; then diff --git a/parm/config/config.postsnd b/parm/config/config.postsnd index 9c68e5284e1..33e7ea55c9f 100755 --- a/parm/config/config.postsnd +++ b/parm/config/config.postsnd @@ -8,6 +8,6 @@ echo "BEGIN: config.postsnd" # Get task specific resources . $EXPDIR/config.resources postsnd -export POSTSNDSH=$HOMEgfs/jobs/JGFS_POSTSND +export POSTSNDSH=$HOMEgfs/jobs/JGFS_ATMOS_POSTSND echo "END: config.postsnd" diff --git a/scripts/exgfs_postsnd.sh b/scripts/exgfs_atmos_postsnd.sh similarity index 99% rename from scripts/exgfs_postsnd.sh rename to scripts/exgfs_atmos_postsnd.sh index 2fc8d91188f..c6e39998fc4 100755 --- a/scripts/exgfs_postsnd.sh +++ b/scripts/exgfs_atmos_postsnd.sh @@ -1,6 +1,6 @@ #!/bin/ksh ################################################################ -# Script Name: exgfs_postsnd.sh.sms +# Script Name: exgfs_atmos_postsnd.sh.sms # Script Description: Generate GFS BUFR sounding files # Script History Log: # 1) 2003-03-25 Hualu Pan First Implementation From 37ae040a0f21ec344228128e3e79910059c3b734 Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Tue, 22 Sep 2020 04:30:58 +0000 Subject: [PATCH 03/17] In anticipating changes from the GLDAS repo : renaming JGDAS_GLDAS to JGDAS_ATMOS_GLDAS, and exgdas_gldas.sh to exgdas_atmos_gldas.sh modified: driver/gdas/test_gdas_gldas.sh jobs/rocoto/gldas.sh parm/config/config.gldas sorc/link_fv3gfs.sh --- driver/gdas/test_gdas_gldas.sh | 4 ++-- jobs/rocoto/gldas.sh | 2 +- parm/config/config.gldas | 2 +- sorc/link_fv3gfs.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/driver/gdas/test_gdas_gldas.sh b/driver/gdas/test_gdas_gldas.sh index ec84dd88f8b..46b5391b54d 100755 --- a/driver/gdas/test_gdas_gldas.sh +++ b/driver/gdas/test_gdas_gldas.sh @@ -120,8 +120,8 @@ export JOBGLOBAL=$HOMEgldas/jobs ############################################################# # Execute job ############################################################# -echo $JOBGLOBAL/JGDAS_GLDAS -$JOBGLOBAL/JGDAS_GLDAS +echo $JOBGLOBAL/JGDAS_ATMOS_GLDAS +$JOBGLOBAL/JGDAS_ATMOS_GLDAS exit diff --git a/jobs/rocoto/gldas.sh b/jobs/rocoto/gldas.sh index 2619463b6ae..dbd2555180a 100755 --- a/jobs/rocoto/gldas.sh +++ b/jobs/rocoto/gldas.sh @@ -9,7 +9,7 @@ status=$? ############################################################### # Execute the JJOB. GLDAS only runs once per day. -$HOMEgfs/jobs/JGDAS_GLDAS +$HOMEgfs/jobs/JGDAS_ATMOS_GLDAS status=$? exit $status diff --git a/parm/config/config.gldas b/parm/config/config.gldas index 456d205c9b6..137c70d063c 100755 --- a/parm/config/config.gldas +++ b/parm/config/config.gldas @@ -8,7 +8,7 @@ echo "BEGIN: config.gldas" # Get task specific resources . $EXPDIR/config.resources gldas -export GLDASSH=$HOMEgfs/scripts/exgdas_gldas.sh +export GLDASSH=$HOMEgfs/scripts/exgdas_gtmos_ldas.sh export gldas_spinup_hours=72 export CPCGAUGE=$DMPDIR diff --git a/sorc/link_fv3gfs.sh b/sorc/link_fv3gfs.sh index c38c73ae0b5..b2a97b0001c 100755 --- a/sorc/link_fv3gfs.sh +++ b/sorc/link_fv3gfs.sh @@ -57,7 +57,7 @@ fi cd ${pwd}/../jobs ||exit 8 $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_POST_MANAGER . $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_NCEPPOST . - $LINK ../sorc/gldas.fd/jobs/JGDAS_GLDAS . + $LINK ../sorc/gldas.fd/jobs/JGDAS_ATMOS_GLDAS . cd ${pwd}/../parm ||exit 8 [[ -d post ]] && rm -rf post $LINK ../sorc/gfs_post.fd/parm post @@ -68,7 +68,7 @@ cd ${pwd}/../scripts ||exit 8 $LINK ../sorc/gfs_post.fd/scripts/exgfs_nceppost.sh . $LINK ../sorc/gfs_post.fd/scripts/exglobal_pmgr.sh . $LINK ../sorc/ufs_utils.fd/scripts/exemcsfc_global_sfc_prep.sh . - $LINK ../sorc/gldas.fd/scripts/exgdas_gldas.sh . + $LINK ../sorc/gldas.fd/scripts/exgdas_atmos_gldas.sh . cd ${pwd}/../ush ||exit 8 for file in fv3gfs_downstream_nems.sh fv3gfs_dwn_nems.sh gfs_nceppost.sh \ gfs_transfer.sh mod_icec.sh link_crtm_fix.sh trim_rh.sh fix_precip.sh; do From 92e69985706cf62cdd7b383fd45c4cd50f937053 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 22 Sep 2020 14:15:24 +0000 Subject: [PATCH 04/17] Rename scripts to match ecf script naming convention. Add SENDDBN and DBNROOT. Update GLDAS tag. --- Externals.cfg | 2 +- docs/Release_Notes.gfs_downstream.v16.0.0.txt | 32 +++++----- driver/product/change_gfs_downstream_date.sh | 28 ++++----- driver/product/change_gfs_downstream_envir.sh | 18 +++--- ...n_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00} | 2 +- ...n_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06} | 2 +- ...n_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12} | 2 +- ...n_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18} | 2 +- ...h_00 => run_JGDAS_ATMOS_GEMPAK_dell.sh_00} | 2 +- ...h_06 => run_JGDAS_ATMOS_GEMPAK_dell.sh_06} | 2 +- ...h_12 => run_JGDAS_ATMOS_GEMPAK_dell.sh_12} | 2 +- ...h_18 => run_JGDAS_ATMOS_GEMPAK_dell.sh_18} | 2 +- ... => run_JGFS_ATMOS_GEMPAK_META_dell.sh_00} | 2 +- ... => run_JGFS_ATMOS_GEMPAK_META_dell.sh_06} | 2 +- ... => run_JGFS_ATMOS_GEMPAK_META_dell.sh_12} | 2 +- ... => run_JGFS_ATMOS_GEMPAK_META_dell.sh_18} | 2 +- ...JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00} | 2 +- ...JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06} | 2 +- ...JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12} | 2 +- ...JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18} | 2 +- ...sh_00 => run_JGFS_ATMOS_GEMPAK_dell.sh_00} | 2 +- ...sh_06 => run_JGFS_ATMOS_GEMPAK_dell.sh_06} | 2 +- ...sh_12 => run_JGFS_ATMOS_GEMPAK_dell.sh_12} | 2 +- ...sh_18 => run_JGFS_ATMOS_GEMPAK_dell.sh_18} | 2 +- driver/product/run_gfs_downstream.sh | 18 +++--- .../scripts/gdas_FV3/gempak/jgdas_gempak.ecf | 2 +- .../gempak/jgdas_gempak_meta_ncdc.ecf | 2 +- .../gdas_FV3/gempak_20190514/jgdas_gempak.ecf | 2 +- .../jgdas_gempak_meta_ncdc.ecf | 2 +- .../scripts/gfs_FV3/gempak/jgfs_gempak.ecf | 2 +- .../gfs_FV3/gempak/jgfs_gempak_meta.ecf | 2 +- .../gempak/jgfs_gempak_ncdc_upapgif.ecf | 2 +- .../gfs_FV3/gempak_20190514/jgfs_gempak.ecf | 2 +- .../gempak_20190514/jgfs_gempak_meta.ecf | 2 +- .../jgfs_gempak_ncdc_upapgif.ecf | 2 +- jobs/{JGDAS_GEMPAK => JGDAS_ATMOS_GEMPAK} | 7 ++- ...META_NCDC => JGDAS_ATMOS_GEMPAK_META_NCDC} | 5 +- jobs/{JGFS_GEMPAK => JGFS_ATMOS_GEMPAK} | 59 ++++++++++--------- ...GFS_GEMPAK_META => JGFS_ATMOS_GEMPAK_META} | 5 +- ...UPAPGIF => JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF} | 5 +- jobs/JGFS_ATMOS_POSTSND | 3 + jobs/JGFS_AWIPS_20KM_1P0DEG | 3 + jobs/JGFS_AWIPS_G2 | 3 + jobs/JGFS_FBWIND | 3 + jobs/JGFS_PGRB2_SPEC_GEMPAK | 3 + jobs/JGFS_PGRB2_SPEC_NPOESS | 3 + jobs/JGLOBAL_EMCSFC_SFC_PREP | 2 + jobs/JGLOBAL_WAVE_GEMPAK | 1 + jobs/JGLOBAL_WAVE_PRDGEN_BULLS | 2 + jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED | 3 + parm/config/config.gempak | 2 +- ...cdc.sh => exgdas_atmos_gempak_gif_ncdc.sh} | 0 ...xgdas_nawips.sh => exgdas_atmos_nawips.sh} | 0 ... => exgfs_atmos_gempak_gif_ncdc_skew_t.sh} | 2 +- ...pak_meta.sh => exgfs_atmos_gempak_meta.sh} | 0 ...{exgfs_nawips.sh => exgfs_atmos_nawips.sh} | 0 sorc/checkout.sh | 2 +- 57 files changed, 156 insertions(+), 115 deletions(-) rename driver/product/{run_JGDAS_GEMPAK_META_NCDC_dell.sh_00 => run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00} (98%) rename driver/product/{run_JGDAS_GEMPAK_META_NCDC_dell.sh_06 => run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06} (98%) rename driver/product/{run_JGDAS_GEMPAK_META_NCDC_dell.sh_12 => run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12} (98%) rename driver/product/{run_JGDAS_GEMPAK_META_NCDC_dell.sh_18 => run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18} (98%) rename driver/product/{run_JGDAS_GEMPAK_dell.sh_00 => run_JGDAS_ATMOS_GEMPAK_dell.sh_00} (98%) rename driver/product/{run_JGDAS_GEMPAK_dell.sh_06 => run_JGDAS_ATMOS_GEMPAK_dell.sh_06} (98%) rename driver/product/{run_JGDAS_GEMPAK_dell.sh_12 => run_JGDAS_ATMOS_GEMPAK_dell.sh_12} (98%) rename driver/product/{run_JGDAS_GEMPAK_dell.sh_18 => run_JGDAS_ATMOS_GEMPAK_dell.sh_18} (98%) rename driver/product/{run_JGFS_GEMPAK_META_dell.sh_00 => run_JGFS_ATMOS_GEMPAK_META_dell.sh_00} (99%) rename driver/product/{run_JGFS_GEMPAK_META_dell.sh_06 => run_JGFS_ATMOS_GEMPAK_META_dell.sh_06} (99%) rename driver/product/{run_JGFS_GEMPAK_META_dell.sh_12 => run_JGFS_ATMOS_GEMPAK_META_dell.sh_12} (99%) rename driver/product/{run_JGFS_GEMPAK_META_dell.sh_18 => run_JGFS_ATMOS_GEMPAK_META_dell.sh_18} (99%) rename driver/product/{run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 => run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00} (98%) rename driver/product/{run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 => run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06} (98%) rename driver/product/{run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 => run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12} (98%) rename driver/product/{run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 => run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18} (98%) rename driver/product/{run_JGFS_GEMPAK_dell.sh_00 => run_JGFS_ATMOS_GEMPAK_dell.sh_00} (99%) rename driver/product/{run_JGFS_GEMPAK_dell.sh_06 => run_JGFS_ATMOS_GEMPAK_dell.sh_06} (99%) rename driver/product/{run_JGFS_GEMPAK_dell.sh_12 => run_JGFS_ATMOS_GEMPAK_dell.sh_12} (99%) rename driver/product/{run_JGFS_GEMPAK_dell.sh_18 => run_JGFS_ATMOS_GEMPAK_dell.sh_18} (99%) rename jobs/{JGDAS_GEMPAK => JGDAS_ATMOS_GEMPAK} (93%) rename jobs/{JGDAS_GEMPAK_META_NCDC => JGDAS_ATMOS_GEMPAK_META_NCDC} (96%) rename jobs/{JGFS_GEMPAK => JGFS_ATMOS_GEMPAK} (58%) rename jobs/{JGFS_GEMPAK_META => JGFS_ATMOS_GEMPAK_META} (96%) rename jobs/{JGFS_GEMPAK_NCDC_UPAPGIF => JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF} (96%) rename scripts/{exgempak_gdas_gif_ncdc.sh => exgdas_atmos_gempak_gif_ncdc.sh} (100%) rename scripts/{exgdas_nawips.sh => exgdas_atmos_nawips.sh} (100%) rename scripts/{exgempak_gfs_gif_ncdc_skew_t.sh => exgfs_atmos_gempak_gif_ncdc_skew_t.sh} (98%) rename scripts/{exgfs_gempak_meta.sh => exgfs_atmos_gempak_meta.sh} (100%) rename scripts/{exgfs_nawips.sh => exgfs_atmos_nawips.sh} (100%) diff --git a/Externals.cfg b/Externals.cfg index 11f0e7bf270..a617ed65385 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -15,7 +15,7 @@ protocol = git required = True [GLDAS] -tag = gldas_gfsv16_release.v1.7.0 +tag = gldas_gfsv16_release.v1.9.0 local_path = sorc/gldas.fd repo_url = https://github.com/NOAA-EMC/GLDAS.git protocol = git diff --git a/docs/Release_Notes.gfs_downstream.v16.0.0.txt b/docs/Release_Notes.gfs_downstream.v16.0.0.txt index 397eaa78973..d450fdc5822 100644 --- a/docs/Release_Notes.gfs_downstream.v16.0.0.txt +++ b/docs/Release_Notes.gfs_downstream.v16.0.0.txt @@ -15,15 +15,15 @@ JOB CHANGES - Removed JGDAS_TROPC - Rteired in GFS v15.2.0 The remain GFS downstream jobs are following: - - JGDAS_GEMPAK - - JGDAS_GEMPAK_META_NCDC + - JGDAS_ATMOS_GEMPAK + - JGDAS_ATMOS_GEMPAK_META_NCDC - JGFS_AWIPS_G2 - JGFS_FBWIND - - JGFS_GEMPAK - - JGFS_GEMPAK_META + - JGFS_ATMOS_GEMPAK + - JGFS_ATMOS_GEMPAK_META - JGFS_PGRB2_SPEC_GEMPAK - JGFS_AWIPS_20KM_1P0DEG - - JGFS_GEMPAK_NCDC_UPAPGIF + - JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF - JGFS_PGRB2_SPEC_NPOESS SCRIPTS CHANGES @@ -37,7 +37,7 @@ PARM/wmo -DRIVER All Job cards have same setting for testing on DELL with real-time GFS v15.2 data. - ( An example: JGFS_GEMPAK ) + ( An example: JGFS_ATMOS_GEMPAK ) # LSBATCH: User input #BSUB -J gfs_gempak_00 #BSUB -o /gpfs/dell2/ptmp/Boi.Vuong/output/gfs_gempak_00.o%J @@ -72,27 +72,27 @@ FV3 GFS DRIVER: The followig jobs, scripts, parm have been modified to meet NCO - EE2 implementation standards. JOB CHANGES (no changes) - JGDAS_GEMPAK - JGDAS_GEMPAK_META_NCDC + JGDAS_ATMOS_GEMPAK + JGDAS_ATMOS_GEMPAK_META_NCDC JGFS_AWIPS_20KM_1P0DEG JGFS_AWIPS_G2 JGFS_FBWIND - JGFS_GEMPAK - JGFS_GEMPAK_META - JGFS_GEMPAK_NCDC_UPAPGIF + JGFS_ATMOS_GEMPAK + JGFS_ATMOS_GEMPAK_META + JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF JGFS_PGRB2_SPEC_GEMPAK JGFS_PGRB2_SPEC_NPOESS SCRIPTS CHANGES - exgdas_nawips.sh - exgempak_gdas_gif_ncdc.sh - exgempak_gfs_gif_ncdc_skew_t.sh + exgdas_atmos_nawips.sh + exgdas_atmos_gempak_gif_ncdc.sh + exgfs_atmos_gempak_gif_ncdc_skew_t.sh exgfs_awips_20km_1p0deg.sh exgfs_fbwind.sh - exgfs_gempak_meta.sh + exgfs_atmos_gempak_meta.sh exgfs_grib_awips_g2.sh exgfs_grib_awips.sh - exgfs_nawips.sh + exgfs_atmos_nawips.sh exglobal_grib2_special_npoess.sh exgoes_nawips.sh -removed dependencies for gempak on phase 1 exnawips.sh -removed dependencies for gempak on phase 1 diff --git a/driver/product/change_gfs_downstream_date.sh b/driver/product/change_gfs_downstream_date.sh index 229ccdd845d..a9a299717d5 100755 --- a/driver/product/change_gfs_downstream_date.sh +++ b/driver/product/change_gfs_downstream_date.sh @@ -21,25 +21,25 @@ export gdastestmeta=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gdas.${PDY}/${cyc}/g for cyc in 00 06 12 18 # for cyc in 00 do -sed -i "s/${olddate}/${newdate}/g" run_JGDAS_GEMPAK_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGDAS_GEMPAK_META_NCDC_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_GEMPAK_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_G2_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_FBWIND_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_GEMPAK_META_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_G2_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_FBWIND_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} sed -i "s/${olddate}/${newdate}/g" run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGDAS_GEMPAK_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGDAS_GEMPAK_META_NCDC_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_GEMPAK_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_AWIPS_G2_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_FBWIND_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_GEMPAK_META_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} diff --git a/driver/product/change_gfs_downstream_envir.sh b/driver/product/change_gfs_downstream_envir.sh index 6006797b60b..5abe5f207b8 100755 --- a/driver/product/change_gfs_downstream_envir.sh +++ b/driver/product/change_gfs_downstream_envir.sh @@ -21,15 +21,15 @@ export gdastestmeta=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gdas.${PDY}/${cyc}/g # for cyc in 00 06 12 18 for cyc in 00 do - vi run_JGDAS_GEMPAK_dell.sh_${cyc} - vi run_JGDAS_GEMPAK_META_NCDC_dell.sh_${cyc} - vi run_JGFS_GEMPAK_dell.sh_${cyc} - vi run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} - vi run_JGFS_AWIPS_G2_dell.sh_${cyc} - vi run_JGFS_FBWIND_dell.sh_${cyc} - vi run_JGFS_GEMPAK_META_dell.sh_${cyc} - vi run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} + vi run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} + vi run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} + vi run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} + vi run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} + vi run_JGFS_AWIPS_G2_dell.sh_${cyc} + vi run_JGFS_FBWIND_dell.sh_${cyc} + vi run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} + vi run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} vi run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} - vi run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} + vi run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} done diff --git a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_00 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_00 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 index 22a3052977b..54a4382af72 100755 --- a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_00 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 @@ -126,4 +126,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK_META_NCDC +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC diff --git a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_06 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_06 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 index 3a84fb338b3..5ba3313baf2 100755 --- a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_06 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 @@ -126,4 +126,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK_META_NCDC +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC diff --git a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_12 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_12 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 index b19b9749c9a..6e675bce41f 100755 --- a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_12 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 @@ -129,4 +129,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK_META_NCDC +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC diff --git a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_18 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_18 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 index 683f68e6fa4..ef1b54cfa6e 100755 --- a/driver/product/run_JGDAS_GEMPAK_META_NCDC_dell.sh_18 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 @@ -127,4 +127,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK_META_NCDC +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC diff --git a/driver/product/run_JGDAS_GEMPAK_dell.sh_00 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_dell.sh_00 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 index c17d3cebbc2..60db127cbd7 100755 --- a/driver/product/run_JGDAS_GEMPAK_dell.sh_00 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 @@ -115,4 +115,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK diff --git a/driver/product/run_JGDAS_GEMPAK_dell.sh_06 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_dell.sh_06 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 index 847336e6d7d..49d54b85296 100755 --- a/driver/product/run_JGDAS_GEMPAK_dell.sh_06 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK diff --git a/driver/product/run_JGDAS_GEMPAK_dell.sh_12 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_dell.sh_12 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 index 60feb294c1d..7bca78a43a8 100755 --- a/driver/product/run_JGDAS_GEMPAK_dell.sh_12 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 @@ -115,4 +115,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK diff --git a/driver/product/run_JGDAS_GEMPAK_dell.sh_18 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 similarity index 98% rename from driver/product/run_JGDAS_GEMPAK_dell.sh_18 rename to driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 index 60799865860..36b25272787 100755 --- a/driver/product/run_JGDAS_GEMPAK_dell.sh_18 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGDAS_GEMPAK +sh $HOMEgfs/jobs/JGDAS_ATMOS_GEMPAK diff --git a/driver/product/run_JGFS_GEMPAK_META_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_META_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 index fbe710e4a87..b7937c68e56 100755 --- a/driver/product/run_JGFS_GEMPAK_META_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 @@ -128,4 +128,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_META +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_META diff --git a/driver/product/run_JGFS_GEMPAK_META_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_META_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 index 85b2ca0d70d..287dec7624d 100755 --- a/driver/product/run_JGFS_GEMPAK_META_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 @@ -128,4 +128,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_META +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_META diff --git a/driver/product/run_JGFS_GEMPAK_META_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_META_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 index 194d8e42080..86076357146 100755 --- a/driver/product/run_JGFS_GEMPAK_META_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 @@ -130,4 +130,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_META +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_META diff --git a/driver/product/run_JGFS_GEMPAK_META_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_META_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 index 1d2d7f86051..d8a3dc77bfb 100755 --- a/driver/product/run_JGFS_GEMPAK_META_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 @@ -128,4 +128,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_META +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_META diff --git a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 similarity index 98% rename from driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 index 4db2ae3e792..af69a7e7298 100755 --- a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 @@ -120,4 +120,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF diff --git a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 similarity index 98% rename from driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 index f2c8a628a58..ecb5523ba54 100755 --- a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 @@ -120,4 +120,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF diff --git a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 similarity index 98% rename from driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 index a5dc8ac0d6e..924347a9f90 100755 --- a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 @@ -122,4 +122,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF diff --git a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 similarity index 98% rename from driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 index d43f250f5b5..cfd5433a0ec 100755 --- a/driver/product/run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 @@ -120,4 +120,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF diff --git a/driver/product/run_JGFS_GEMPAK_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 index 34a66c4f0e1..2a77438d905 100755 --- a/driver/product/run_JGFS_GEMPAK_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK diff --git a/driver/product/run_JGFS_GEMPAK_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 index e96647b4aeb..3eeee58bf56 100755 --- a/driver/product/run_JGFS_GEMPAK_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK diff --git a/driver/product/run_JGFS_GEMPAK_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 index 80b510d321c..81e59d89b0f 100755 --- a/driver/product/run_JGFS_GEMPAK_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK diff --git a/driver/product/run_JGFS_GEMPAK_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 similarity index 99% rename from driver/product/run_JGFS_GEMPAK_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 index 56b8f124984..fbd10e6e475 100755 --- a/driver/product/run_JGFS_GEMPAK_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 @@ -116,4 +116,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK diff --git a/driver/product/run_gfs_downstream.sh b/driver/product/run_gfs_downstream.sh index a99b0acb8ef..c183d13e2e7 100755 --- a/driver/product/run_gfs_downstream.sh +++ b/driver/product/run_gfs_downstream.sh @@ -17,14 +17,14 @@ export gdastestmeta=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gdas.${PDY}/${cyc}/g for cyc in 00 do -bsub < run_JGDAS_GEMPAK_dell.sh_${cyc} -bsub < run_JGDAS_GEMPAK_META_NCDC_dell.sh_${cyc} -bsub < run_JGFS_GEMPAK_dell.sh_${cyc} -bsub < run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} -bsub < run_JGFS_AWIPS_G2_dell.sh_${cyc} -bsub < run_JGFS_FBWIND_dell.sh_${cyc} -bsub < run_JGFS_GEMPAK_META_dell.sh_${cyc} -bsub < run_JGFS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} +bsub < run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} +bsub < run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} +bsub < run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} +bsub < run_JGFS_AWIPS_G2_dell.sh_${cyc} +bsub < run_JGFS_FBWIND_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} bsub < run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} -bsub < run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} +bsub < run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} done diff --git a/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak.ecf b/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak.ecf index f39728d23d4..6f8fb4b5fdc 100755 --- a/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak.ecf @@ -44,7 +44,7 @@ export cycle=t%CYC%z # CALL executable job script here ############################################################ export model=gdas -${HOMEgfs}/jobs/JGDAS_GEMPAK +${HOMEgfs}/jobs/JGDAS_ATMOS_GEMPAK if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak_meta_ncdc.ecf b/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak_meta_ncdc.ecf index 128eeb6dcc8..cb8e2e814a4 100755 --- a/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak_meta_ncdc.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/gempak/jgdas_gempak_meta_ncdc.ecf @@ -44,7 +44,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGDAS_GEMPAK_META_NCDC +${HOMEgfs}/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak.ecf b/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak.ecf index e9ccfec1e90..2b1f775273d 100755 --- a/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak.ecf @@ -45,7 +45,7 @@ export cycle=t%CYC%z # CALL executable job script here ############################################################ export model=gdas -${HOMEgfs}/jobs/JGDAS_GEMPAK +${HOMEgfs}/jobs/JGDAS_ATMOS_GEMPAK if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak_meta_ncdc.ecf b/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak_meta_ncdc.ecf index cd0bebeb500..a5a830b2428 100755 --- a/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak_meta_ncdc.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/gempak_20190514/jgdas_gempak_meta_ncdc.ecf @@ -45,7 +45,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGDAS_GEMPAK_META_NCDC +${HOMEgfs}/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak.ecf index 81a18c7bd12..49805a6471f 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak.ecf @@ -42,7 +42,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_meta.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_meta.ecf index 8128434530e..b5772d4d501 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_meta.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_meta.ecf @@ -45,7 +45,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK_META +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK_META if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_ncdc_upapgif.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_ncdc_upapgif.ecf index 6662d271c9d..a18a8da20cb 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_ncdc_upapgif.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak/jgfs_gempak_ncdc_upapgif.ecf @@ -44,7 +44,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak.ecf index 9774a0aa529..9586ea7618c 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak.ecf @@ -43,7 +43,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_meta.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_meta.ecf index 43fe76b77bb..4fcbb9a00f3 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_meta.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_meta.ecf @@ -46,7 +46,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK_META +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK_META if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_ncdc_upapgif.ecf b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_ncdc_upapgif.ecf index 4049a752cec..c8a4480b40e 100755 --- a/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_ncdc_upapgif.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/gempak_20190514/jgfs_gempak_ncdc_upapgif.ecf @@ -45,7 +45,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +${HOMEgfs}/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/jobs/JGDAS_GEMPAK b/jobs/JGDAS_ATMOS_GEMPAK similarity index 93% rename from jobs/JGDAS_GEMPAK rename to jobs/JGDAS_ATMOS_GEMPAK index c5de5f1b567..e2d3d89da77 100755 --- a/jobs/JGDAS_GEMPAK +++ b/jobs/JGDAS_ATMOS_GEMPAK @@ -50,6 +50,9 @@ export GRIB=pgrb2f export EXT="" export DBN_ALERT_TYPE=GDAS_GEMPAK +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + ################################### # Specify NET and RUN Name and model #################################### @@ -78,12 +81,12 @@ fi ######################################################## # Execute the script. -echo "$SRCgfs/exgdas_nawips.sh gdas 009 GDAS_GEMPAK " >> poescript +echo "$SRCgfs/exgdas_atmos_nawips.sh gdas 009 GDAS_GEMPAK " >> poescript ######################################################## ######################################################## # Execute the script for quater-degree grib -echo "$SRCgfs/exgdas_nawips.sh gdas_0p25 009 GDAS_GEMPAK " >>poescript +echo "$SRCgfs/exgdas_atmos_nawips.sh gdas_0p25 009 GDAS_GEMPAK " >>poescript ######################################################## cat poescript diff --git a/jobs/JGDAS_GEMPAK_META_NCDC b/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC similarity index 96% rename from jobs/JGDAS_GEMPAK_META_NCDC rename to jobs/JGDAS_ATMOS_GEMPAK_META_NCDC index 5bd7dbbbc63..12951c2c53a 100755 --- a/jobs/JGDAS_GEMPAK_META_NCDC +++ b/jobs/JGDAS_ATMOS_GEMPAK_META_NCDC @@ -63,6 +63,9 @@ export fstart=00 export DBN_ALERT_TYPE=GDAS_METAFILE +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + ############################################## # Define COM directories ############################################## @@ -100,7 +103,7 @@ export err=$?; err_chk ######################################################## # Execute the script. -$SRCgfs/exgempak_gdas_gif_ncdc.sh +$SRCgfs/exgdas_atmos_gempak_gif_ncdc.sh export err=$?; err_chk ######################################################## diff --git a/jobs/JGFS_GEMPAK b/jobs/JGFS_ATMOS_GEMPAK similarity index 58% rename from jobs/JGFS_GEMPAK rename to jobs/JGFS_ATMOS_GEMPAK index af5e295dc49..173fad7d512 100755 --- a/jobs/JGFS_GEMPAK +++ b/jobs/JGFS_ATMOS_GEMPAK @@ -64,6 +64,9 @@ export COMPONENT=${COMPONENT:-atmos} export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$COMPONENT} export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT/gempak} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT fi @@ -77,54 +80,54 @@ rm -f poescript ################################################################# # Execute the script for the 384 hour 1 degree grib ################################################################## -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.1 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.2 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.3 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.4 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.5 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.6 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.1 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.2 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.3 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.4 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.5 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs 384 GFS_GEMPAK &> $DATA/gfs_1p0.$$.6 " >>poescript ################################################################# # Execute the script for the half-degree grib ################################################################## -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.1 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.2 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.3 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.4 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.5 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.6 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.1 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.2 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.3 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.4 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.5 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p50 384 GFS_GEMPAK &> $DATA/gfs_0p5.$$.6 " >>poescript ################################################################# # Execute the script for the quater-degree grib #################################################################### -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.1 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.2 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.3 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.4 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.5 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.6 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.7 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.8 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.9 " >> poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.10 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.1 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.2 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.3 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.4 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.5 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.6 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.7 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.8 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.9 " >> poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs_0p25 384 GFS_GEMPAK &> $DATA/gfs_0p25.$$.10 " >> poescript #################################################################### # Execute the script to create the 35km Pacific grids for OPC ##################################################################### -echo "time $SRCgfs/exgfs_nawips.sh gfs35_pac 180 GFS_GEMPAK_WWB &> $DATA/gfs35_pac.$$.1 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs35_pac 180 GFS_GEMPAK_WWB &> $DATA/gfs35_pac.$$.2 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs35_pac 180 GFS_GEMPAK_WWB &> $DATA/gfs35_pac.$$.1 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs35_pac 180 GFS_GEMPAK_WWB &> $DATA/gfs35_pac.$$.2 " >>poescript #################################################################### # Execute the script to create the 35km Atlantic grids for OPC ##################################################################### -echo "time $SRCgfs/exgfs_nawips.sh gfs35_atl 180 GFS_GEMPAK_WWB &> $DATA/gfs35_atl.$$.1 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs35_atl 180 GFS_GEMPAK_WWB &> $DATA/gfs35_atl.$$.2 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs35_atl 180 GFS_GEMPAK_WWB &> $DATA/gfs35_atl.$$.1 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs35_atl 180 GFS_GEMPAK_WWB &> $DATA/gfs35_atl.$$.2 " >>poescript ##################################################################### # Execute the script to create the 40km grids for HPC ###################################################################### -echo "time $SRCgfs/exgfs_nawips.sh gfs40 180 GFS_GEMPAK_WWB &> $DATA/gfs40.$$.1 " >>poescript -echo "time $SRCgfs/exgfs_nawips.sh gfs40 180 GFS_GEMPAK_WWB &> $DATA/gfs40.$$.2 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs40 180 GFS_GEMPAK_WWB &> $DATA/gfs40.$$.1 " >>poescript +echo "time $SRCgfs/exgfs_atmos_nawips.sh gfs40 180 GFS_GEMPAK_WWB &> $DATA/gfs40.$$.2 " >>poescript cat poescript diff --git a/jobs/JGFS_GEMPAK_META b/jobs/JGFS_ATMOS_GEMPAK_META similarity index 96% rename from jobs/JGFS_GEMPAK_META rename to jobs/JGFS_ATMOS_GEMPAK_META index 9c935ab7a87..d3590b88bfb 100755 --- a/jobs/JGFS_GEMPAK_META +++ b/jobs/JGFS_ATMOS_GEMPAK_META @@ -80,6 +80,9 @@ export COMINukmet=${COMINukmet:-$(compath.py nawips/prod/ukmet)} export COMINecmwf=${COMINecmwf:-$(compath.py ecmwf/prod/ecmwf)} export COMINnam=${COMINnam:-$(compath.py nam/prod/nam)} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + msg="Begin job for $job" postmsg "$jlogfile" "$msg" @@ -93,7 +96,7 @@ env ######################################################## # Execute the script. -$SRCgfs/exgfs_gempak_meta.sh +$SRCgfs/exgfs_atmos_gempak_meta.sh export err=$?; err_chk ######################################################## diff --git a/jobs/JGFS_GEMPAK_NCDC_UPAPGIF b/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF similarity index 96% rename from jobs/JGFS_GEMPAK_NCDC_UPAPGIF rename to jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF index 2f4284f40a7..cc245568925 100755 --- a/jobs/JGFS_GEMPAK_NCDC_UPAPGIF +++ b/jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF @@ -75,6 +75,9 @@ export COMINgfs=${COMINgfs:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$ export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT} export COMOUTwmo=${COMOUTwmo:-${COMOUT}/wmo} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT $COMOUTwmo fi @@ -88,7 +91,7 @@ postmsg "$jlogfile" "$msg" ######################################################## # Execute the script. -$SRCgfs/exgempak_gfs_gif_ncdc_skew_t.sh +$SRCgfs/exgfs_atmos_gempak_gif_ncdc_skew_t.sh export err=$?; err_chk ######################################################## diff --git a/jobs/JGFS_ATMOS_POSTSND b/jobs/JGFS_ATMOS_POSTSND index 98e95478b25..d86ed4ee433 100755 --- a/jobs/JGFS_ATMOS_POSTSND +++ b/jobs/JGFS_ATMOS_POSTSND @@ -36,6 +36,9 @@ export RUN=${RUN:-gfs} export model=${model:-gfs} export COMPONENT=${COMPONENT:-atmos} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + ################################### # Set up the UTILITIES ################################### diff --git a/jobs/JGFS_AWIPS_20KM_1P0DEG b/jobs/JGFS_AWIPS_20KM_1P0DEG index 5794db9c7ca..8b2fe9ac435 100755 --- a/jobs/JGFS_AWIPS_20KM_1P0DEG +++ b/jobs/JGFS_AWIPS_20KM_1P0DEG @@ -53,6 +53,9 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$COMPON export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT} export COMOUTwmo=${COMOUTwmo:-${COMOUT}/wmo} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT $COMOUTwmo fi diff --git a/jobs/JGFS_AWIPS_G2 b/jobs/JGFS_AWIPS_G2 index c8c9dbdb81d..53fd6642232 100755 --- a/jobs/JGFS_AWIPS_G2 +++ b/jobs/JGFS_AWIPS_G2 @@ -54,6 +54,9 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$COMPON export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT} export COMOUTwmo=${COMOUTwmo:-${COMOUT}/wmo} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT $COMOUTwmo fi diff --git a/jobs/JGFS_FBWIND b/jobs/JGFS_FBWIND index 408827d4c61..5328f6c0855 100755 --- a/jobs/JGFS_FBWIND +++ b/jobs/JGFS_FBWIND @@ -53,6 +53,9 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$COMPON export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT} export COMOUTwmo=${COMOUTwmo:-${COMOUT}/wmo} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT $COMOUTwmo fi diff --git a/jobs/JGFS_PGRB2_SPEC_GEMPAK b/jobs/JGFS_PGRB2_SPEC_GEMPAK index 79365eb2ead..845b0dff725 100755 --- a/jobs/JGFS_PGRB2_SPEC_GEMPAK +++ b/jobs/JGFS_PGRB2_SPEC_GEMPAK @@ -56,6 +56,9 @@ export EXT="" export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${NET}.${PDY})/${cyc}/$COMPONENT} export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${NET}.${PDY}/${cyc}/$COMPONENT/gempak} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT fi diff --git a/jobs/JGFS_PGRB2_SPEC_NPOESS b/jobs/JGFS_PGRB2_SPEC_NPOESS index 49e05cf146c..99d73535fdf 100755 --- a/jobs/JGFS_PGRB2_SPEC_NPOESS +++ b/jobs/JGFS_PGRB2_SPEC_NPOESS @@ -56,6 +56,9 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/$COMPON export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT} export COMOUTwmo=${COMOUTwmo:-${COMOUT}/wmo} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ] ; then mkdir -m 775 -p $COMOUT $COMOUTwmo fi diff --git a/jobs/JGLOBAL_EMCSFC_SFC_PREP b/jobs/JGLOBAL_EMCSFC_SFC_PREP index cffd73c6ffa..4895d3c9d18 100755 --- a/jobs/JGLOBAL_EMCSFC_SFC_PREP +++ b/jobs/JGLOBAL_EMCSFC_SFC_PREP @@ -29,6 +29,8 @@ setpdy.sh export pgmout="OUTPUT.${pid}" export pgmerr=errfile +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} ############################################## # Set CDATE diff --git a/jobs/JGLOBAL_WAVE_GEMPAK b/jobs/JGLOBAL_WAVE_GEMPAK index 646d076e6aa..77387c0636b 100755 --- a/jobs/JGLOBAL_WAVE_GEMPAK +++ b/jobs/JGLOBAL_WAVE_GEMPAK @@ -21,6 +21,7 @@ export pgmout="OUTPUT.$$" export DBN_ALERT_TYPE=NFC_WAVEENS_GEMPAK export SENDCOM=${SENDCOM:-YES} export SENDDBN=${SENDDBN:-YES} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} export DATA=${DATA:-${DATAROOT}/${jobid:?}} mkdir -p $DATA diff --git a/jobs/JGLOBAL_WAVE_PRDGEN_BULLS b/jobs/JGLOBAL_WAVE_PRDGEN_BULLS index e6df49563df..1001333620c 100755 --- a/jobs/JGLOBAL_WAVE_PRDGEN_BULLS +++ b/jobs/JGLOBAL_WAVE_PRDGEN_BULLS @@ -16,6 +16,8 @@ export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONE export PCOM=${PCOM:-${COMOUT}/wmo} export SENDCOM=${SENDCOM:-YES} export SENDDBN_NTC=${SENDDBN_NTC:-YES} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} if [ $SENDCOM = YES ]; then mkdir -p $COMOUT $PCOM diff --git a/jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED b/jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED index 465f10b315e..688dd226436 100755 --- a/jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED +++ b/jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED @@ -18,6 +18,9 @@ export COMOUT=${COMOUT:-${COMROOT}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONE export PCOM=${PCOM:-${COMOUT}/wmo} export SENDCOM=${SENDCOM:-YES} export SENDDBN_NTC=${SENDDBN_NTC:-YES} +export SENDDBN=${SENDDBN:-NO} +export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} + if [ $SENDCOM = YES ]; then mkdir -p $COMOUT $PCOM fi diff --git a/parm/config/config.gempak b/parm/config/config.gempak index 647f474e905..2bc49dcf175 100755 --- a/parm/config/config.gempak +++ b/parm/config/config.gempak @@ -8,6 +8,6 @@ echo "BEGIN: config.gempak" # Get task specific resources . $EXPDIR/config.resources gempak -export GEMPAKSH=$HOMEgfs/jobs/JGFS_GEMPAK +export GEMPAKSH=$HOMEgfs/jobs/JGFS_ATMOS_GEMPAK echo "END: config.gempak" diff --git a/scripts/exgempak_gdas_gif_ncdc.sh b/scripts/exgdas_atmos_gempak_gif_ncdc.sh similarity index 100% rename from scripts/exgempak_gdas_gif_ncdc.sh rename to scripts/exgdas_atmos_gempak_gif_ncdc.sh diff --git a/scripts/exgdas_nawips.sh b/scripts/exgdas_atmos_nawips.sh similarity index 100% rename from scripts/exgdas_nawips.sh rename to scripts/exgdas_atmos_nawips.sh diff --git a/scripts/exgempak_gfs_gif_ncdc_skew_t.sh b/scripts/exgfs_atmos_gempak_gif_ncdc_skew_t.sh similarity index 98% rename from scripts/exgempak_gfs_gif_ncdc_skew_t.sh rename to scripts/exgfs_atmos_gempak_gif_ncdc_skew_t.sh index b6ad4d062d4..0137bce4079 100755 --- a/scripts/exgempak_gfs_gif_ncdc_skew_t.sh +++ b/scripts/exgfs_atmos_gempak_gif_ncdc_skew_t.sh @@ -114,7 +114,7 @@ fi ############################################################ # GOOD RUN set +x -echo "********** JGFS_GEMPAK_NCDC_UPAPGIF COMPLETED" +echo "********** JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF COMPLETED" set -x ############################################################ if [ -e "$pgmout" ] ; then diff --git a/scripts/exgfs_gempak_meta.sh b/scripts/exgfs_atmos_gempak_meta.sh similarity index 100% rename from scripts/exgfs_gempak_meta.sh rename to scripts/exgfs_atmos_gempak_meta.sh diff --git a/scripts/exgfs_nawips.sh b/scripts/exgfs_atmos_nawips.sh similarity index 100% rename from scripts/exgfs_nawips.sh rename to scripts/exgfs_atmos_nawips.sh diff --git a/sorc/checkout.sh b/sorc/checkout.sh index df24b205f88..2fb5a39dfc5 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -50,7 +50,7 @@ if [[ ! -d gldas.fd ]] ; then rm -f ${topdir}/checkout-gldas.log git clone https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1 cd gldas.fd - git checkout gldas_gfsv16_release.v1.7.0 + git checkout gldas_gfsv16_release.v1.9.0 cd ${topdir} else echo 'Skip. Directory gldas.fd already exists.' From ea13d0c9146457aadd65d567fda794beeeef6c7d Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 22 Sep 2020 14:27:47 +0000 Subject: [PATCH 05/17] Update EMC_verif-global tag to verif_global_v1.11.0 --- Externals.cfg | 2 +- sorc/checkout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index a617ed65385..aea5f917622 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -36,7 +36,7 @@ protocol = git required = True [EMC_verif-global] -tag = verif_global_v1.10.1 +tag = verif_global_v1.11.0 local_path = sorc/verif-global.fd repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git protocol = git diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 2fb5a39dfc5..9989a9ad218 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -106,7 +106,7 @@ if [[ ! -d verif-global.fd ]] ; then rm -f ${topdir}/checkout-verif-global.log git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1 cd verif-global.fd - git checkout verif_global_v1.10.1 + git checkout verif_global_v1.11.0 cd ${topdir} else echo 'Skip. Directory verif-global.fd already exist.' From c071ac0159cce98ea98ce5fa8dc5337b284ad136 Mon Sep 17 00:00:00 2001 From: BoiVuong-NOAA Date: Tue, 22 Sep 2020 14:48:45 +0000 Subject: [PATCH 06/17] Updated jobs name --- jobs/{JGFS_AWIPS_20KM_1P0DEG => JGFS_ATMOS_AWIPS_20KM_1P0DEG} | 0 jobs/{JGFS_AWIPS_G2 => JGFS_ATMOS_AWIPS_G2} | 0 jobs/{JGFS_FBWIND => JGFS_ATMOS_FBWIND} | 0 jobs/{JGFS_PGRB2_SPEC_GEMPAK => JGFS_ATMOS_GEMPAK_PGRB2_SPEC} | 0 jobs/{JGFS_PGRB2_SPEC_NPOESS => JGFS_ATMOS_PGRB2_SPEC_NPOESS} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename jobs/{JGFS_AWIPS_20KM_1P0DEG => JGFS_ATMOS_AWIPS_20KM_1P0DEG} (100%) rename jobs/{JGFS_AWIPS_G2 => JGFS_ATMOS_AWIPS_G2} (100%) rename jobs/{JGFS_FBWIND => JGFS_ATMOS_FBWIND} (100%) rename jobs/{JGFS_PGRB2_SPEC_GEMPAK => JGFS_ATMOS_GEMPAK_PGRB2_SPEC} (100%) rename jobs/{JGFS_PGRB2_SPEC_NPOESS => JGFS_ATMOS_PGRB2_SPEC_NPOESS} (100%) diff --git a/jobs/JGFS_AWIPS_20KM_1P0DEG b/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG similarity index 100% rename from jobs/JGFS_AWIPS_20KM_1P0DEG rename to jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG diff --git a/jobs/JGFS_AWIPS_G2 b/jobs/JGFS_ATMOS_AWIPS_G2 similarity index 100% rename from jobs/JGFS_AWIPS_G2 rename to jobs/JGFS_ATMOS_AWIPS_G2 diff --git a/jobs/JGFS_FBWIND b/jobs/JGFS_ATMOS_FBWIND similarity index 100% rename from jobs/JGFS_FBWIND rename to jobs/JGFS_ATMOS_FBWIND diff --git a/jobs/JGFS_PGRB2_SPEC_GEMPAK b/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC similarity index 100% rename from jobs/JGFS_PGRB2_SPEC_GEMPAK rename to jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC diff --git a/jobs/JGFS_PGRB2_SPEC_NPOESS b/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS similarity index 100% rename from jobs/JGFS_PGRB2_SPEC_NPOESS rename to jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS From 4b4069b715c9ebcc5122b79a1508f70ad7c78b46 Mon Sep 17 00:00:00 2001 From: Wen Meng Date: Tue, 22 Sep 2020 14:59:24 +0000 Subject: [PATCH 07/17] 1)Update sorc/checkout.sh with new UPP tag upp_gfsv16_release.v1.0.16. 2)Update sorc/link_fv3gfs.sh with new file name convention for jjob and ex-script of post processing part. --- sorc/checkout.sh | 2 +- sorc/link_fv3gfs.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 9989a9ad218..a57690eec18 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -72,7 +72,7 @@ if [[ ! -d gfs_post.fd ]] ; then rm -f ${topdir}/checkout-gfs_post.log git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1 cd gfs_post.fd - git checkout upp_gfsv16_release.v1.0.15 + git checkout upp_gfsv16_release.v1.0.16 ################################################################################ # checkout_gtg ## yes: The gtg code at NCAR private repository is available for ops. GFS only. diff --git a/sorc/link_fv3gfs.sh b/sorc/link_fv3gfs.sh index b2a97b0001c..c6f40a40957 100755 --- a/sorc/link_fv3gfs.sh +++ b/sorc/link_fv3gfs.sh @@ -55,8 +55,8 @@ fi #--add files from external repositories #--------------------------------------- cd ${pwd}/../jobs ||exit 8 - $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_POST_MANAGER . - $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_NCEPPOST . + $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_ATMOS_POST_MANAGER . + $LINK ../sorc/gfs_post.fd/jobs/JGLOBAL_ATMOS_NCEPPOST . $LINK ../sorc/gldas.fd/jobs/JGDAS_ATMOS_GLDAS . cd ${pwd}/../parm ||exit 8 [[ -d post ]] && rm -rf post @@ -64,9 +64,9 @@ cd ${pwd}/../parm ||exit 8 [[ -d gldas ]] && rm -rf gldas $LINK ../sorc/gldas.fd/parm gldas cd ${pwd}/../scripts ||exit 8 - $LINK ../sorc/gfs_post.fd/scripts/exgdas_nceppost.sh . - $LINK ../sorc/gfs_post.fd/scripts/exgfs_nceppost.sh . - $LINK ../sorc/gfs_post.fd/scripts/exglobal_pmgr.sh . + $LINK ../sorc/gfs_post.fd/scripts/exgdas_atmos_nceppost.sh . + $LINK ../sorc/gfs_post.fd/scripts/exgfs_atmos_nceppost.sh . + $LINK ../sorc/gfs_post.fd/scripts/exglobal_atmos_pmgr.sh . $LINK ../sorc/ufs_utils.fd/scripts/exemcsfc_global_sfc_prep.sh . $LINK ../sorc/gldas.fd/scripts/exgdas_atmos_gldas.sh . cd ${pwd}/../ush ||exit 8 From 6d171bc82f2c63f146fe1cf760c350b2effc20e6 Mon Sep 17 00:00:00 2001 From: Wen Meng Date: Tue, 22 Sep 2020 15:26:37 +0000 Subject: [PATCH 08/17] Update Externals.cfg with new UPP tag upp_gfsv16_release.v1.0.16. --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index aea5f917622..4aadf4faaf3 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -22,7 +22,7 @@ protocol = git required = True [EMC_post] -tag = upp_gfsv16_release.v1.0.15 +tag = upp_gfsv16_release.v1.0.16 local_path = sorc/gfs_post.fd repo_url = https://github.com/NOAA-EMC/EMC_post.git protocol = git From 2ed155ccee58d3cc72d7fdf6577806c7a14e58e9 Mon Sep 17 00:00:00 2001 From: BoiVuong-NOAA Date: Tue, 22 Sep 2020 15:55:01 +0000 Subject: [PATCH 09/17] Updated scripts --- jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG | 2 +- jobs/JGFS_ATMOS_AWIPS_G2 | 2 +- jobs/JGFS_ATMOS_FBWIND | 2 +- jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC | 4 ++-- jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS | 2 +- ..._awips_20km_1p0deg.sh => exgfs_atmos_awips_20km_1p0deg.sh} | 0 scripts/{exgfs_fbwind.sh => exgfs_atmos_fbwind.sh} | 0 scripts/{exgoes_nawips.sh => exgfs_atmos_goes_nawips.sh} | 0 ..._special_npoess.sh => exgfs_atmos_grib2_special_npoess.sh} | 0 scripts/{exgfs_grib_awips.sh => exgfs_atmos_grib_awips.sh} | 0 10 files changed, 6 insertions(+), 6 deletions(-) rename scripts/{exgfs_awips_20km_1p0deg.sh => exgfs_atmos_awips_20km_1p0deg.sh} (100%) rename scripts/{exgfs_fbwind.sh => exgfs_atmos_fbwind.sh} (100%) rename scripts/{exgoes_nawips.sh => exgfs_atmos_goes_nawips.sh} (100%) rename scripts/{exglobal_grib2_special_npoess.sh => exgfs_atmos_grib2_special_npoess.sh} (100%) rename scripts/{exgfs_grib_awips.sh => exgfs_atmos_grib_awips.sh} (100%) diff --git a/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG b/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG index 8b2fe9ac435..ea70ae7b148 100755 --- a/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG +++ b/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG @@ -72,7 +72,7 @@ env ######################################################## # Execute the script. -$HOMEgfs/scripts/exgfs_awips_20km_1p0deg.sh $fcsthrs +$HOMEgfs/scripts/exgfs_atmos_awips_20km_1p0deg.sh $fcsthrs export err=$?; err_chk ######################################################## diff --git a/jobs/JGFS_ATMOS_AWIPS_G2 b/jobs/JGFS_ATMOS_AWIPS_G2 index 53fd6642232..634cf07cdd8 100755 --- a/jobs/JGFS_ATMOS_AWIPS_G2 +++ b/jobs/JGFS_ATMOS_AWIPS_G2 @@ -70,7 +70,7 @@ env ######################################################### mkdir -m 775 awips_g1 cd $DATA/awips_g1 -$HOMEgfs/scripts/exgfs_grib_awips.sh $fcsthrs +$HOMEgfs/scripts/exgfs_atmos_grib_awips.sh $fcsthrs export err=$?; err_chk msg="JOB $job HAS COMPLETED NORMALLY!" diff --git a/jobs/JGFS_ATMOS_FBWIND b/jobs/JGFS_ATMOS_FBWIND index 5328f6c0855..0c43bf26434 100755 --- a/jobs/JGFS_ATMOS_FBWIND +++ b/jobs/JGFS_ATMOS_FBWIND @@ -66,7 +66,7 @@ env ######################################################## # Execute the script. -$HOMEgfs/scripts/exgfs_fbwind.sh +$HOMEgfs/scripts/exgfs_atmos_fbwind.sh export err=$?;err_chk ######################################################## diff --git a/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC b/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC index 845b0dff725..0f57c6adb28 100755 --- a/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC +++ b/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC @@ -89,7 +89,7 @@ set -xa ######################################################## # Execute the script. -$SRCgfs/exgoes_nawips.sh +$SRCgfs/exgfs_atmos_goes_nawips.sh ################################################################# # Execute the script for the 221 grib @@ -111,7 +111,7 @@ set -xa ######################################################## # Execute the script. -$SRCgfs/exgoes_nawips.sh +$SRCgfs/exgfs_atmos_goes_nawips.sh export err=$?; err_chk ######################################################## diff --git a/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS b/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS index 99d73535fdf..704950ead60 100755 --- a/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS +++ b/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS @@ -120,7 +120,7 @@ fi ############################################################# # Execute the script -$HOMEgfs/scripts/exglobal_grib2_special_npoess.sh +$HOMEgfs/scripts/exgfs_atmos_grib2_special_npoess.sh export err=$?;err_chk ############################################################# diff --git a/scripts/exgfs_awips_20km_1p0deg.sh b/scripts/exgfs_atmos_awips_20km_1p0deg.sh similarity index 100% rename from scripts/exgfs_awips_20km_1p0deg.sh rename to scripts/exgfs_atmos_awips_20km_1p0deg.sh diff --git a/scripts/exgfs_fbwind.sh b/scripts/exgfs_atmos_fbwind.sh similarity index 100% rename from scripts/exgfs_fbwind.sh rename to scripts/exgfs_atmos_fbwind.sh diff --git a/scripts/exgoes_nawips.sh b/scripts/exgfs_atmos_goes_nawips.sh similarity index 100% rename from scripts/exgoes_nawips.sh rename to scripts/exgfs_atmos_goes_nawips.sh diff --git a/scripts/exglobal_grib2_special_npoess.sh b/scripts/exgfs_atmos_grib2_special_npoess.sh similarity index 100% rename from scripts/exglobal_grib2_special_npoess.sh rename to scripts/exgfs_atmos_grib2_special_npoess.sh diff --git a/scripts/exgfs_grib_awips.sh b/scripts/exgfs_atmos_grib_awips.sh similarity index 100% rename from scripts/exgfs_grib_awips.sh rename to scripts/exgfs_atmos_grib_awips.sh From 4b1affe520e0610c14168ccba4ef3439a3b7a966 Mon Sep 17 00:00:00 2001 From: BoiVuong-NOAA Date: Tue, 22 Sep 2020 16:39:39 +0000 Subject: [PATCH 10/17] Updated drivers and release notes --- docs/Release_Notes.gfs_downstream.v16.0.0.txt | 57 +++++++++---------- driver/product/change_gfs_downstream_date.sh | 24 ++++---- driver/product/change_gfs_downstream_envir.sh | 10 ++-- ...un_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 | 6 +- ...un_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 | 6 +- ...un_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 | 8 +-- ...un_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 | 6 +- .../product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 | 4 +- .../product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 | 4 +- .../product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 | 4 +- .../product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 | 4 +- ...n_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_00} | 6 +- ...n_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_06} | 6 +- ...n_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_12} | 6 +- ...n_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_18} | 6 +- ..._00 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_00} | 6 +- ..._06 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_06} | 6 +- ..._12 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_12} | 6 +- ..._18 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_18} | 6 +- ...sh_00 => run_JGFS_ATMOS_FBWIND_dell.sh_00} | 6 +- ...sh_06 => run_JGFS_ATMOS_FBWIND_dell.sh_06} | 6 +- ...sh_12 => run_JGFS_ATMOS_FBWIND_dell.sh_12} | 6 +- ...sh_18 => run_JGFS_ATMOS_FBWIND_dell.sh_18} | 6 +- .../run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 | 4 +- .../run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 | 6 +- .../run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 | 8 +-- .../run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 | 6 +- ..._JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 | 4 +- ..._JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 | 6 +- ..._JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 | 10 ++-- ..._JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 | 6 +- ...n_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_00} | 8 +-- ...n_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_06} | 6 +- ...n_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_12} | 10 ++-- ...n_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_18} | 6 +- .../product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 | 4 +- .../product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 | 4 +- .../product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 | 4 +- .../product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 | 4 +- ...n_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_00} | 6 +- ...n_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_06} | 6 +- ...n_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_12} | 8 +-- ...n_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_18} | 6 +- driver/product/run_gfs_downstream.sh | 10 ++-- 44 files changed, 168 insertions(+), 169 deletions(-) rename driver/product/{run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_00 => run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_00} (94%) rename driver/product/{run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_06 => run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_06} (94%) rename driver/product/{run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_12 => run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_12} (94%) rename driver/product/{run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_18 => run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_18} (94%) rename driver/product/{run_JGFS_AWIPS_G2_dell.sh_00 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_00} (95%) rename driver/product/{run_JGFS_AWIPS_G2_dell.sh_06 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_06} (95%) rename driver/product/{run_JGFS_AWIPS_G2_dell.sh_12 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_12} (95%) rename driver/product/{run_JGFS_AWIPS_G2_dell.sh_18 => run_JGFS_ATMOS_AWIPS_G2_dell.sh_18} (95%) rename driver/product/{run_JGFS_FBWIND_dell.sh_00 => run_JGFS_ATMOS_FBWIND_dell.sh_00} (94%) rename driver/product/{run_JGFS_FBWIND_dell.sh_06 => run_JGFS_ATMOS_FBWIND_dell.sh_06} (94%) rename driver/product/{run_JGFS_FBWIND_dell.sh_12 => run_JGFS_ATMOS_FBWIND_dell.sh_12} (94%) rename driver/product/{run_JGFS_FBWIND_dell.sh_18 => run_JGFS_ATMOS_FBWIND_dell.sh_18} (94%) rename driver/product/{run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_00 => run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_00} (95%) rename driver/product/{run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_06 => run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_06} (95%) rename driver/product/{run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_12 => run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_12} (94%) rename driver/product/{run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_18 => run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_18} (95%) rename driver/product/{run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_00 => run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_00} (94%) rename driver/product/{run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_06 => run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_06} (94%) rename driver/product/{run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_12 => run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_12} (94%) rename driver/product/{run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_18 => run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_18} (94%) diff --git a/docs/Release_Notes.gfs_downstream.v16.0.0.txt b/docs/Release_Notes.gfs_downstream.v16.0.0.txt index d450fdc5822..37e11b62e3d 100644 --- a/docs/Release_Notes.gfs_downstream.v16.0.0.txt +++ b/docs/Release_Notes.gfs_downstream.v16.0.0.txt @@ -17,20 +17,20 @@ JOB CHANGES The remain GFS downstream jobs are following: - JGDAS_ATMOS_GEMPAK - JGDAS_ATMOS_GEMPAK_META_NCDC - - JGFS_AWIPS_G2 - - JGFS_FBWIND + - JGFS_ATMOS_AWIPS_G2 + - JGFS_ATMOS_FBWIND - JGFS_ATMOS_GEMPAK - JGFS_ATMOS_GEMPAK_META - - JGFS_PGRB2_SPEC_GEMPAK - - JGFS_AWIPS_20KM_1P0DEG + - JGFS_ATMOS_GEMPAK_PGRB2_SPEC + - JGFS_ATMOS_AWIPS_20KM_1P0DEG - JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF - - JGFS_PGRB2_SPEC_NPOESS + - JGFS_ATMOS_PGRB2_SPEC_NPOESS SCRIPTS CHANGES The following script have been removed from GFS v16.0.0 - exgfs_grib_awips_g2.sh.ecf (retired in June 12, 2019) - exgdas_bulls_navy.sh.ecf (Plan to retire in GFSS v16.0.0) GDAS and NAVY bulletins - - Removed WINTEMV bulltin in script exgfs_fbwind.sh (WINTEMV bulletin plan to retire in GFS v16.0.0) + - Removed WINTEMV bulltin in script exgfs_atmos_fbwind.sh (WINTEMV bulletin plan to retire in GFS v16.0.0) PARM/wmo - Removed parm in grid 160,161,213,254,225 -----> Retired in GFS v15.2.7 @@ -72,34 +72,33 @@ FV3 GFS DRIVER: The followig jobs, scripts, parm have been modified to meet NCO - EE2 implementation standards. JOB CHANGES (no changes) - JGDAS_ATMOS_GEMPAK - JGDAS_ATMOS_GEMPAK_META_NCDC - JGFS_AWIPS_20KM_1P0DEG - JGFS_AWIPS_G2 - JGFS_FBWIND - JGFS_ATMOS_GEMPAK - JGFS_ATMOS_GEMPAK_META - JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF - JGFS_PGRB2_SPEC_GEMPAK - JGFS_PGRB2_SPEC_NPOESS + JGDAS_ATMOS_GEMPAK + JGDAS_ATMOS_GEMPAK_META_NCDC + JGFS_ATMOS_AWIPS_G2 + JGFS_ATMOS_FBWIND + JGFS_ATMOS_GEMPAK + JGFS_ATMOS_GEMPAK_META + JGFS_ATMOS_GEMPAK_PGRB2_SPEC + JGFS_ATMOS_AWIPS_20KM_1P0DEG + JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF + JGFS_ATMOS_PGRB2_SPEC_NPOESS SCRIPTS CHANGES - exgdas_atmos_nawips.sh - exgdas_atmos_gempak_gif_ncdc.sh - exgfs_atmos_gempak_gif_ncdc_skew_t.sh - exgfs_awips_20km_1p0deg.sh - exgfs_fbwind.sh - exgfs_atmos_gempak_meta.sh - exgfs_grib_awips_g2.sh - exgfs_grib_awips.sh - exgfs_atmos_nawips.sh - exglobal_grib2_special_npoess.sh - exgoes_nawips.sh -removed dependencies for gempak on phase 1 - exnawips.sh -removed dependencies for gempak on phase 1 + exgdas_atmos_nawips.sh + exgdas_atmos_gempak_gif_ncdc.sh + exgfs_atmos_gempak_gif_ncdc_skew_t.sh + exgfs_atmos_awips_20km_1p0deg.sh + exgfs_atmos_fbwind.sh + exgfs_atmos_gempak_meta.sh + exgfs_atmos_grib_awips.sh + exgfs_atmos_nawips.sh + exgFS_atmos_grib2_special_npoess.sh + exgfs_atmos_goes_nawips.sh -removed dependencies for gempak on phase 1 + exgfs_atmos_nawips.sh -removed dependencies for gempak on phase 1 PARM CHANGES Removed 5WAVH in parm cards for AWIPS products in GFS v16.0.0 - (NCEP POST stopped producing 5WAVH (plan to retire) in GFS v16.0.0 + (NCEP POST stopped producing 5WAVH (plan to retire "5WAVH") in GFS v16.0.0 USH CHANGES No changes diff --git a/driver/product/change_gfs_downstream_date.sh b/driver/product/change_gfs_downstream_date.sh index a9a299717d5..70f01324d2c 100755 --- a/driver/product/change_gfs_downstream_date.sh +++ b/driver/product/change_gfs_downstream_date.sh @@ -7,8 +7,8 @@ export dir=` pwd ` export PDY=`date -u +%Y%m%d` export PDY1=`expr $PDY - 1` -export olddate=20200106 -export newdate=20200712 +export olddate=20200712 +export newdate=20200922 export gdas=/gpfs/dell1/nco/ops/com/gfs/prod/gdas.${PDY}/${cyc} export gdasgp=/gpfs/dell1/nco/ops/com/gfs/prod/gdas.${PDY}/${cyc}/gempak @@ -24,23 +24,23 @@ do sed -i "s/${olddate}/${newdate}/g" run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} sed -i "s/${olddate}/${newdate}/g" run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_AWIPS_G2_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_FBWIND_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_AWIPS_G2_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_FBWIND_dell.sh_${cyc} sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} -sed -i "s/${olddate}/${newdate}/g" run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} +sed -i "s/${olddate}/${newdate}/g" run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_AWIPS_G2_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_FBWIND_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_AWIPS_G2_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_FBWIND_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} -sed -i s/envir=prod/envir=para/g run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} +sed -i s/envir=prod/envir=para/g run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_${cyc} done diff --git a/driver/product/change_gfs_downstream_envir.sh b/driver/product/change_gfs_downstream_envir.sh index 5abe5f207b8..11fa6bddac6 100755 --- a/driver/product/change_gfs_downstream_envir.sh +++ b/driver/product/change_gfs_downstream_envir.sh @@ -24,12 +24,12 @@ do vi run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} vi run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} vi run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} - vi run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} - vi run_JGFS_AWIPS_G2_dell.sh_${cyc} - vi run_JGFS_FBWIND_dell.sh_${cyc} + vi run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} + vi run_JGFS_ATMOS_AWIPS_G2_dell.sh_${cyc} + vi run_JGFS_ATMOS_FBWIND_dell.sh_${cyc} vi run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} vi run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} - vi run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} - vi run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} + vi run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} + vi run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_${cyc} done diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 index 54a4382af72..ae0d506db78 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -104,8 +104,8 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgdas=${COMINgdas:-$(compath.py ${NET}/${envir}/${RUN})} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN} ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN} ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 index 5ba3313baf2..d5d9067fee6 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -104,8 +104,8 @@ export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgdas=${COMINgdas:-$(compath.py ${NET}/${envir}/${RUN})} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN} ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN} ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 index 6e675bce41f..9c123219419 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -105,9 +105,9 @@ export COMINgdas=${COMINgdas:-$(compath.py ${NET}/${envir}/${RUN})} else -# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime -# export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN} ### EMC PARA Realtime - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gdas.20200712/12/atmos/gempak ### Boi PARA Realtime +# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime +# export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN} ### EMC PARA Realtime + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gdas.20200922/12/atmos/gempak ### Boi PARA Realtime export COMINgdas=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gdas ### Boi PARA Realtime fi diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 index ef1b54cfa6e..3ad8f2dcf32 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -105,8 +105,8 @@ export COMINgdas=${COMINgdas:-$(compath.py ${NET}/${envir}/${RUN})} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN} ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgdas=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN} ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 index 60db127cbd7..706ed0e510b 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 index 49d54b85296..0a6b7fcf71d 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 index 7bca78a43a8..b100f67599a 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak diff --git a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 index 36b25272787..089588926c1 100755 --- a/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 +++ b/driver/product/run_JGDAS_ATMOS_GEMPAK_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi diff --git a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_00 b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_00 similarity index 94% rename from driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_00 index 57a42fa4168..f796569dd69 100755 --- a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -120,4 +120,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG diff --git a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_06 b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_06 similarity index 94% rename from driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_06 index 686ab66dbf9..7ee93467bdb 100755 --- a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -120,4 +120,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG diff --git a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_12 b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_12 similarity index 94% rename from driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_12 index 74291e29a72..b115bee0a13 100755 --- a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -120,4 +120,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG diff --git a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_18 b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_18 similarity index 94% rename from driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_18 index 8b5f55a379a..69124df7f4a 100755 --- a/driver/product/run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -120,4 +120,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG diff --git a/driver/product/run_JGFS_AWIPS_G2_dell.sh_00 b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_00 similarity index 95% rename from driver/product/run_JGFS_AWIPS_G2_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_00 index ed5abce2180..cea1667c3b1 100755 --- a/driver/product/run_JGFS_AWIPS_G2_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -118,4 +118,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_G2 +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_G2 diff --git a/driver/product/run_JGFS_AWIPS_G2_dell.sh_06 b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_06 similarity index 95% rename from driver/product/run_JGFS_AWIPS_G2_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_06 index 8dd50da89ff..ac96fa6cebc 100755 --- a/driver/product/run_JGFS_AWIPS_G2_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -118,4 +118,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_G2 +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_G2 diff --git a/driver/product/run_JGFS_AWIPS_G2_dell.sh_12 b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_12 similarity index 95% rename from driver/product/run_JGFS_AWIPS_G2_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_12 index 86936c121a4..59175f1b05a 100755 --- a/driver/product/run_JGFS_AWIPS_G2_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -118,4 +118,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_G2 +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_G2 diff --git a/driver/product/run_JGFS_AWIPS_G2_dell.sh_18 b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_18 similarity index 95% rename from driver/product/run_JGFS_AWIPS_G2_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_18 index 95cd46d3063..7826e2c5d7f 100755 --- a/driver/product/run_JGFS_AWIPS_G2_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_AWIPS_G2_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -97,7 +97,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -118,4 +118,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_AWIPS_G2 +sh $HOMEgfs/jobs/JGFS_ATMOS_AWIPS_G2 diff --git a/driver/product/run_JGFS_FBWIND_dell.sh_00 b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_00 similarity index 94% rename from driver/product/run_JGFS_FBWIND_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_00 index ea1c655ca37..38686454bd6 100755 --- a/driver/product/run_JGFS_FBWIND_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -89,7 +89,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -110,4 +110,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_FBWIND +sh $HOMEgfs/jobs/JGFS_ATMOS_FBWIND diff --git a/driver/product/run_JGFS_FBWIND_dell.sh_06 b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_06 similarity index 94% rename from driver/product/run_JGFS_FBWIND_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_06 index 0697172eac3..bea42a7e22a 100755 --- a/driver/product/run_JGFS_FBWIND_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -89,7 +89,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -110,4 +110,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_FBWIND +sh $HOMEgfs/jobs/JGFS_ATMOS_FBWIND diff --git a/driver/product/run_JGFS_FBWIND_dell.sh_12 b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_12 similarity index 94% rename from driver/product/run_JGFS_FBWIND_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_12 index 3c0ef2aea59..bab3ba06121 100755 --- a/driver/product/run_JGFS_FBWIND_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -89,7 +89,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -110,4 +110,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_FBWIND +sh $HOMEgfs/jobs/JGFS_ATMOS_FBWIND diff --git a/driver/product/run_JGFS_FBWIND_dell.sh_18 b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_18 similarity index 94% rename from driver/product/run_JGFS_FBWIND_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_18 index 9779c94841a..de6b7fae14d 100755 --- a/driver/product/run_JGFS_FBWIND_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_FBWIND_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -89,7 +89,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -110,4 +110,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_FBWIND +sh $HOMEgfs/jobs/JGFS_ATMOS_FBWIND diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 index b7937c68e56..767299269ed 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_00 @@ -111,8 +111,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgempak=${COMINgempak:-${COMROOT}/${NET}/${envir}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 index 287dec7624d..1f2e30c1ae9 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_06 @@ -14,7 +14,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -111,8 +111,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgempak=${COMINgempak:-${COMROOT}/${NET}/${envir}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 index 86076357146..8083305d798 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_12 @@ -14,7 +14,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -111,9 +111,9 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgempak=${COMINgempak:-${COMROOT}/${NET}/${envir}} else -# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime -# export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para ### EMC PARA Realtime - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200712/12/atmos/gempak +# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime +# export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para ### EMC PARA Realtime + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200922/12/atmos/gempak export COMINgempak=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para fi diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 index d8a3dc77bfb..177df0793ba 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_META_dell.sh_18 @@ -14,7 +14,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -111,8 +111,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgempak=${COMINgempak:-${COMROOT}/${NET}/${envir}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgempak=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para ### EMC PARA Realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos/gempak/meta diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 index af69a7e7298..b714e094681 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_00 @@ -105,8 +105,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgfs=${COMINgfs:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 index ecb5523ba54..be642a28fd5 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -105,8 +105,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgfs=${COMINgfs:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 index 924347a9f90..c36819f4eb7 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -105,11 +105,11 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgfs=${COMINgfs:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} else -# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime -# export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime +# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime +# export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200712/12/atmos/gempak *** Boi PARA realtime - export COMINgfs=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200712/12/atmos *** Boi PARA realtime + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200922/12/atmos/gempak *** Boi PARA realtime + export COMINgfs=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200922/12/atmos *** Boi PARA realtime fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/atmos diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 index cfd5433a0ec..90a04839f23 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -105,8 +105,8 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}/gempak} export COMINgfs=${COMINgfs:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime - export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos/gempak ### EMC PARA Realtime + export COMINgfs=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi diff --git a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_00 similarity index 95% rename from driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_00 index c4e350541d1..6635ec8ac82 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` export cyc=00 @@ -113,9 +113,9 @@ export NET=gfs if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${NET}.${PDY})/${cyc}} - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gfs.20200712/00 + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gfs.20200922/00 else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -136,4 +136,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC diff --git a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_06 similarity index 95% rename from driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_06 index ab9c5878bc8..4e696a6ea9b 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` export cyc=06 @@ -114,7 +114,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${NET}.${PDY})/${cyc}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -135,4 +135,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC diff --git a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_12 similarity index 94% rename from driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_12 index 7d6ee6e7c66..09345902731 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` export cyc=12 @@ -113,10 +113,10 @@ export NET=gfs if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${NET}.${PDY})/${cyc}} - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gfs.20200712/12 + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/prod/gfs.20200922/12 else -# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime - export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200712/12/atmos %%%% Boi PARA Realtime +# export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell2/ptmp/Boi.Vuong/com/gfs/para/gfs.20200922/12/atmos %%%% Boi PARA Realtime fi @@ -137,4 +137,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC diff --git a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_18 similarity index 95% rename from driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_18 index 9948436f4ab..f8ca8daa0da 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` export cyc=18 @@ -114,7 +114,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${NET}.${PDY})/${cyc}} else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -135,4 +135,4 @@ cd $DATA ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_GEMPAK +sh $HOMEgfs/jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 index 2a77438d905..800f7392251 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -104,7 +104,7 @@ if [ $envir = "prod" ] ; then else # export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/${RUN}.${PDY}/${cyc} ### Boi PARA # export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/prfv3rt3b/gfs.${PDY}/${cyc} ### EMC PARA Realtime - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs.20200712/00 + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs.20200922/00 fi export COMOUT=${COMROOT2}/${NET}/${envir}/${RUN}.${PDY}/${cyc}/gempak diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 index 3eeee58bf56..c9883c56673 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else # export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/${RUN}.${PDY}/${cyc} ### Boi PARA - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime export ILPOST=3 fi diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 index 81e59d89b0f..937bacd2e2d 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else # export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/${RUN}.${PDY}/${cyc} ### Boi PARA - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime export ILPOST=3 fi diff --git a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 index fbd10e6e475..24f7c2f99a9 100755 --- a/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_GEMPAK_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -103,7 +103,7 @@ if [ $envir = "prod" ] ; then export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else # export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/${RUN}.${PDY}/${cyc} ### Boi PARA - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/gfs.${PDY}/${cyc}/atmos ### EMC PARA Realtime export ILPOST=3 fi diff --git a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_00 b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_00 similarity index 94% rename from driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_00 rename to driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_00 index 5721194ca28..e288c4d488f 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_00 +++ b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_00 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -99,7 +99,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -113,4 +113,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_NPOESS +sh $HOMEgfs/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS diff --git a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_06 b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_06 similarity index 94% rename from driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_06 rename to driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_06 index c6b5b6f846c..ca1da8d8fa1 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_06 +++ b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_06 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -99,7 +99,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -113,4 +113,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_NPOESS +sh $HOMEgfs/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS diff --git a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_12 b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_12 similarity index 94% rename from driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_12 rename to driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_12 index e01df1722cc..304fa2ede96 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_12 +++ b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_12 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -98,9 +98,9 @@ export model=${model:-gfs} if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD - export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/gfs.20200712/12 + export COMIN=/gpfs/dell2/emc/modeling/noscrub/Boi.Vuong/git/gfs.20200922/12 else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -114,4 +114,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_NPOESS +sh $HOMEgfs/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS diff --git a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_18 b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_18 similarity index 94% rename from driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_18 rename to driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_18 index 79f8c6c6d38..e1e00858265 100755 --- a/driver/product/run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_18 +++ b/driver/product/run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_18 @@ -13,7 +13,7 @@ export KMP_AFFINITY=disabled export PDY=`date -u +%Y%m%d` -export PDY=20200712 +export PDY=20200922 export PDY1=`expr $PDY - 1` @@ -99,7 +99,7 @@ if [ $envir = "prod" ] ; then # This setting is for testing with GFS (production) export COMIN=${COMIN:-$(compath.py ${NET}/${envir}/${RUN}.${PDY})/${cyc}} ### NCO PROD else - export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2c/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime + export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/gfs/para/${RUN}.${PDY}/${cyc}/atmos ### EMC PARA Realtime fi @@ -113,4 +113,4 @@ fi ############################################# # run the GFS job ############################################# -sh $HOMEgfs/jobs/JGFS_PGRB2_SPEC_NPOESS +sh $HOMEgfs/jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS diff --git a/driver/product/run_gfs_downstream.sh b/driver/product/run_gfs_downstream.sh index c183d13e2e7..fa7c407cc2f 100755 --- a/driver/product/run_gfs_downstream.sh +++ b/driver/product/run_gfs_downstream.sh @@ -20,11 +20,11 @@ do bsub < run_JGDAS_ATMOS_GEMPAK_dell.sh_${cyc} bsub < run_JGDAS_ATMOS_GEMPAK_META_NCDC_dell.sh_${cyc} bsub < run_JGFS_ATMOS_GEMPAK_dell.sh_${cyc} -bsub < run_JGFS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} -bsub < run_JGFS_AWIPS_G2_dell.sh_${cyc} -bsub < run_JGFS_FBWIND_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_AWIPS_20KM_1P0DEG_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_AWIPS_G2_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_FBWIND_dell.sh_${cyc} bsub < run_JGFS_ATMOS_GEMPAK_META_dell.sh_${cyc} bsub < run_JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF_dell.sh_${cyc} -bsub < run_JGFS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} -bsub < run_JGFS_PGRB2_SPEC_GEMPAK_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_PGRB2_SPEC_NPOESS_dell.sh_${cyc} +bsub < run_JGFS_ATMOS_GEMPAK_PGRB2_SPEC_dell.sh_${cyc} done From 0ef9e49d9752643fa3ebdc8fc0ef9768968836d2 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 22 Sep 2020 17:50:35 +0000 Subject: [PATCH 11/17] Fixing spelling mistake in config.gldas --- parm/config/config.gldas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/config/config.gldas b/parm/config/config.gldas index 137c70d063c..7456f9728cd 100755 --- a/parm/config/config.gldas +++ b/parm/config/config.gldas @@ -8,7 +8,7 @@ echo "BEGIN: config.gldas" # Get task specific resources . $EXPDIR/config.resources gldas -export GLDASSH=$HOMEgfs/scripts/exgdas_gtmos_ldas.sh +export GLDASSH=$HOMEgfs/scripts/exgdas_atmos_gldas.sh export gldas_spinup_hours=72 export CPCGAUGE=$DMPDIR From 4346c03a1aaf1cf1429a59b6a5682065c2c6e51b Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 23 Sep 2020 13:51:44 +0000 Subject: [PATCH 12/17] Name change for tropcy scripts and update WAFS tag --- Externals.cfg | 2 +- driver/gdas/test_jgdas_tropcy_qc_reloc.ecf | 6 +++--- driver/gdas/test_jgdas_tropcy_qc_reloc_cray.sh | 6 +++--- driver/gfs/test_jgfs_cyclone_tracker_cray.sh | 6 +++--- driver/gfs/test_jgfs_tropcy_qc_reloc.ecf | 6 +++--- driver/gfs/test_jgfs_tropcy_qc_reloc_cray.sh | 6 +++--- ecflow/ecf/scripts/gdas_FV3/dump/jgdas_tropcy_qc_reloc.ecf | 2 +- ecflow/ecf/scripts/gfs_FV3/dump/jgfs_tropcy_qc_reloc.ecf | 2 +- ...GLOBAL_TROPCY_QC_RELOC => JGLOBAL_ATMOS_TROPCY_QC_RELOC} | 2 +- jobs/rocoto/prep.sh | 2 +- parm/config/config.prep | 2 +- ...tropcy_qc_reloc.sh => exglobal_atmos_tropcy_qc_reloc.sh} | 2 +- sorc/checkout.sh | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) rename jobs/{JGLOBAL_TROPCY_QC_RELOC => JGLOBAL_ATMOS_TROPCY_QC_RELOC} (98%) rename scripts/{extropcy_qc_reloc.sh => exglobal_atmos_tropcy_qc_reloc.sh} (98%) diff --git a/Externals.cfg b/Externals.cfg index 4aadf4faaf3..18da53cf6ee 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -43,7 +43,7 @@ protocol = git required = True [EMC_gfs_wafs] -tag = gfs_wafs.v6.0.6 +tag = gfs_wafs.v6.0.7 local_path = sorc/gfs_wafs.fd repo_url = https://github.com/NOAA-EMC/EMC_gfs_wafs.git protocol = git diff --git a/driver/gdas/test_jgdas_tropcy_qc_reloc.ecf b/driver/gdas/test_jgdas_tropcy_qc_reloc.ecf index 015a429e9a7..c413513dcf1 100755 --- a/driver/gdas/test_jgdas_tropcy_qc_reloc.ecf +++ b/driver/gdas/test_jgdas_tropcy_qc_reloc.ecf @@ -85,7 +85,7 @@ export HOMERELO=$shared_global_home #export HOMERELO=${NWROOT}/tropcy_qc_reloc.${tropcy_qc_reloc_ver}_r62774_phase2 export HOMESYND=${HOMERELO} #export envir_getges=prod -$gdas_global_home/jobs/JGDAS_TROPCY_QC_RELOC +$gdas_global_home/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then # ecflow_client --abort @@ -95,12 +95,12 @@ fi #%include #%manual ###################################################################### -#PURPOSE: Executes the job JGDAS_TROPCY_QC_RELOC +#PURPOSE: Executes the job JGLOBAL_ATMOS_TROPCY_QC_RELOC ###################################################################### ############################################################# # Function been tested: TCvital quality control and archive, hurricane relocation # -# Calling sequence: JGFS_TROPCY_QC_RELOC, extropcy_qc_reloc.sh, +# Calling sequence: JGLOBAL_ATMOS_TROPCY_QC_RELOC, exglobal_atmos_tropcy_qc_reloc.sh, # # syndat_qctropcy.sh, tropcy_relocate.sh,syndat_getjtbul.sh, # # tropcy_relocate_extrkr.sh,parse-storm-type.pl # diff --git a/driver/gdas/test_jgdas_tropcy_qc_reloc_cray.sh b/driver/gdas/test_jgdas_tropcy_qc_reloc_cray.sh index 3ef214856e8..15ef49ea23d 100755 --- a/driver/gdas/test_jgdas_tropcy_qc_reloc_cray.sh +++ b/driver/gdas/test_jgdas_tropcy_qc_reloc_cray.sh @@ -112,7 +112,7 @@ export HOMERELO=$shared_global_home #export HOMERELO=${NWROOT}/tropcy_qc_reloc.${tropcy_qc_reloc_ver}_r62774_phase2 export HOMESYND=${HOMERELO} #export envir_getges=prod -$gdas_global_home/jobs/JGDAS_TROPCY_QC_RELOC +$gdas_global_home/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then # ecflow_client --abort @@ -122,12 +122,12 @@ fi #%include #%manual ###################################################################### -#PURPOSE: Executes the job JGDAS_TROPCY_QC_RELOC +#PURPOSE: Executes the job JGLOBAL_ATMOS_TROPCY_QC_RELOC ###################################################################### ############################################################# # Function been tested: TCvital quality control and archive, hurricane relocation # -# Calling sequence: JGFS_TROPCY_QC_RELOC, extropcy_qc_reloc.sh, +# Calling sequence: JGLOBAL_ATMOS_TROPCY_QC_RELOC, exglobal_atmos_tropcy_qc_reloc.sh, # # syndat_qctropcy.sh, tropcy_relocate.sh,syndat_getjtbul.sh, # # tropcy_relocate_extrkr.sh,parse-storm-type.pl # diff --git a/driver/gfs/test_jgfs_cyclone_tracker_cray.sh b/driver/gfs/test_jgfs_cyclone_tracker_cray.sh index 3bd8a98c673..ece85d163f5 100755 --- a/driver/gfs/test_jgfs_cyclone_tracker_cray.sh +++ b/driver/gfs/test_jgfs_cyclone_tracker_cray.sh @@ -126,7 +126,7 @@ export HOMERELO=$shared_global_home #export HOMERELO=${NWROOT}/tropcy_qc_reloc.${tropcy_qc_reloc_ver}_r62774_phase2 export HOMESYND=${HOMERELO} #export envir_getges=prod -$gfs_global_home/jobs/JGFS_CYCLONE_TRACKER_test +$gfs_global_home/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then # ecflow_client --abort @@ -136,12 +136,12 @@ fi #%include #%manual ###################################################################### -#PURPOSE: Executes the job JGDAS_TROPCY_QC_RELOC +#PURPOSE: Executes the job JGLOBAL_ATMOS_TROPCY_QC_RELOC ###################################################################### ############################################################# # Function been tested: TCvital quality control and archive, hurricane relocation # -# Calling sequence: JGFS_TROPCY_QC_RELOC, extropcy_qc_reloc.sh, +# Calling sequence: JGLOBAL_ATMOS_TROPCY_QC_RELOC, exglobal_atmos_tropcy_qc_reloc.sh, # # syndat_qctropcy.sh, tropcy_relocate.sh,syndat_getjtbul.sh, # # tropcy_relocate_extrkr.sh,parse-storm-type.pl # diff --git a/driver/gfs/test_jgfs_tropcy_qc_reloc.ecf b/driver/gfs/test_jgfs_tropcy_qc_reloc.ecf index 3c0378074df..07c85f36b98 100755 --- a/driver/gfs/test_jgfs_tropcy_qc_reloc.ecf +++ b/driver/gfs/test_jgfs_tropcy_qc_reloc.ecf @@ -83,7 +83,7 @@ export HOMERELO=$shared_global_home #export HOMERELO=${NWROOT}/tropcy_qc_reloc.${tropcy_qc_reloc_ver}_r62774_phase2 export HOMESYND=${HOMERELO} #export envir_getges=prod -$gfs_global_home/jobs/JGFS_TROPCY_QC_RELOC +$gfs_global_home/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then # ecflow_client --abort @@ -93,12 +93,12 @@ fi #%include #%manual ###################################################################### -##PURPOSE: Executes the job JGFS_TROPCY_QC_RELOC +##PURPOSE: Executes the job JGLOBAL_ATMOS_TROPCY_QC_RELOC ####################################################################### ############################################################## # Function been tested: TCvital quality control and archive, hurricane relocation # -# Calling sequence: JGFS_TROPCY_QC_RELOC, extropcy_qc_reloc.sh, +# Calling sequence: JGLOBAL_ATMOS_TROPCY_QC_RELOC, exglobal_atmos_tropcy_qc_reloc.sh, # syndat_qctropcy.sh, tropcy_relocate.sh,syndat_getjtbul.sh, # tropcy_relocate_extrkr.sh,parse-storm-type.pl # diff --git a/driver/gfs/test_jgfs_tropcy_qc_reloc_cray.sh b/driver/gfs/test_jgfs_tropcy_qc_reloc_cray.sh index 441fbdf41a2..e6f4060f195 100755 --- a/driver/gfs/test_jgfs_tropcy_qc_reloc_cray.sh +++ b/driver/gfs/test_jgfs_tropcy_qc_reloc_cray.sh @@ -112,7 +112,7 @@ export HOMERELO=$shared_global_home #export HOMERELO=${NWROOT}/tropcy_qc_reloc.${tropcy_qc_reloc_ver}_r62774_phase2 export HOMESYND=${HOMERELO} #export envir_getges=prod -$gfs_global_home/jobs/JGFS_TROPCY_QC_RELOC +$gfs_global_home/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then @@ -123,12 +123,12 @@ fi #%include #%manual ###################################################################### -#PURPOSE: Executes the job JGFS_TROPCY_QC_RELOC +#PURPOSE: Executes the job JGLOBAL_ATMOS_TROPCY_QC_RELOC ###################################################################### ############################################################# # Function been tested: TCvital quality control and archive, hurricane relocation # -# Calling sequence: JGFS_TROPCY_QC_RELOC, extropcy_qc_reloc.sh, +# Calling sequence: JGLOBAL_ATMOS_TROPCY_QC_RELOC, exglobal_atmos_tropcy_qc_reloc.sh, # # syndat_qctropcy.sh, tropcy_relocate.sh,syndat_getjtbul.sh, # # tropcy_relocate_extrkr.sh,parse-storm-type.pl # diff --git a/ecflow/ecf/scripts/gdas_FV3/dump/jgdas_tropcy_qc_reloc.ecf b/ecflow/ecf/scripts/gdas_FV3/dump/jgdas_tropcy_qc_reloc.ecf index 412c69f511c..a6c50cfa1c7 100755 --- a/ecflow/ecf/scripts/gdas_FV3/dump/jgdas_tropcy_qc_reloc.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/dump/jgdas_tropcy_qc_reloc.ecf @@ -44,7 +44,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGLOBAL_TROPCY_QC_RELOC +${HOMEgfs}/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/dump/jgfs_tropcy_qc_reloc.ecf b/ecflow/ecf/scripts/gfs_FV3/dump/jgfs_tropcy_qc_reloc.ecf index 352428dff0c..3a71a547c92 100755 --- a/ecflow/ecf/scripts/gfs_FV3/dump/jgfs_tropcy_qc_reloc.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/dump/jgfs_tropcy_qc_reloc.ecf @@ -46,7 +46,7 @@ export cycle=t%CYC%z ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGLOBAL_TROPCY_QC_RELOC +${HOMEgfs}/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/jobs/JGLOBAL_TROPCY_QC_RELOC b/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC similarity index 98% rename from jobs/JGLOBAL_TROPCY_QC_RELOC rename to jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC index b03e4b07cb7..3b387919a7e 100755 --- a/jobs/JGLOBAL_TROPCY_QC_RELOC +++ b/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC @@ -110,7 +110,7 @@ postmsg "$jlogfile" "$msg" $LOGSCRIPT -${TROPCYQCRELOSH:-$SCRgfs/extropcy_qc_reloc.sh} +${TROPCYQCRELOSH:-$SCRgfs/exglobal_atmos_tropcy_qc_reloc.sh} status=$? [[ $status -ne 0 ]] && exit $status diff --git a/jobs/rocoto/prep.sh b/jobs/rocoto/prep.sh index 39ec1c0a7a7..81aab252a8b 100755 --- a/jobs/rocoto/prep.sh +++ b/jobs/rocoto/prep.sh @@ -71,7 +71,7 @@ if [ $PROCESS_TROPCY = "YES" ]; then [[ $ROTDIR_DUMP = "YES" ]] && rm $COMOUT${CDUMP}.t${cyc}z.syndata.tcvitals.tm00 - $HOMEgfs/jobs/JGLOBAL_TROPCY_QC_RELOC + $HOMEgfs/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC status=$? [[ $status -ne 0 ]] && exit $status diff --git a/parm/config/config.prep b/parm/config/config.prep index c9dbe8743a2..79c13f953c6 100755 --- a/parm/config/config.prep +++ b/parm/config/config.prep @@ -15,7 +15,7 @@ export DO_MAKEPREPBUFR="YES" # if NO, will copy prepbufr from globaldump export PROCESS_TROPCY=${PROCESS_TROPCY:-NO} [[ $RUN_ENVIR == "nco" && $envir == "prod" ]] && export PROCESS_TROPCY="YES" export DO_RELOCATE="NO" -export TROPCYQCRELOSH="$HOMEgfs/scripts/extropcy_qc_reloc.sh" +export TROPCYQCRELOSH="$HOMEgfs/scripts/exglobal_atmos_tropcy_qc_reloc.sh" export SENDCOM=YES export HOMERELO=$HOMEgfs diff --git a/scripts/extropcy_qc_reloc.sh b/scripts/exglobal_atmos_tropcy_qc_reloc.sh similarity index 98% rename from scripts/extropcy_qc_reloc.sh rename to scripts/exglobal_atmos_tropcy_qc_reloc.sh index 5c0d129c19a..0e99ea2106e 100755 --- a/scripts/extropcy_qc_reloc.sh +++ b/scripts/exglobal_atmos_tropcy_qc_reloc.sh @@ -1,6 +1,6 @@ ############################################################################ echo "---------------------------------------------------------------------" -echo "extropcy_qc_reloc.sh - Tropical Cyclone QC/Relocation Prcocessing" +echo "exglobal_atmos_tropcy_qc_reloc.sh - Tropical Cyclone QC/Relocation Prcocessing" echo "---------------------------------------------------------------------" echo "History: Jun 13 2006 - Original script." echo " March 2013 - No changes needed for WCOSS transition" diff --git a/sorc/checkout.sh b/sorc/checkout.sh index a57690eec18..d8597baf498 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -95,7 +95,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then rm -f ${topdir}/checkout-gfs_wafs.log git clone --recursive https://github.com/NOAA-EMC/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1 cd gfs_wafs.fd - git checkout gfs_wafs.v6.0.6 + git checkout gfs_wafs.v6.0.7 cd ${topdir} else echo 'Skip. Directory gfs_wafs.fd already exists.' From 70f5064e8e345e073d9c0dc7da812d0a2a51d91d Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 23 Sep 2020 14:00:07 +0000 Subject: [PATCH 13/17] Script name updates for sfc_prep and tracker --- driver/gfs/test_jgfs_cyclone_tracker.ecf | 6 +++--- ecflow/ecf/scripts/gdas_FV3/prep/jgdas_emcsfc_sfc_prep.ecf | 2 +- ecflow/ecf/scripts/gfs_FV3/prep/jgfs_emcsfc_sfc_prep.ecf | 2 +- jobs/{JGFS_CYCLONE_GENESIS => JGFS_ATMOS_CYCLONE_GENESIS} | 0 jobs/{JGFS_CYCLONE_TRACKER => JGFS_ATMOS_CYCLONE_TRACKER} | 0 jobs/{JGFS_FSU_GENESIS => JGFS_ATMOS_FSU_GENESIS} | 0 ...GLOBAL_EMCSFC_SFC_PREP => JGLOBAL_ATMOS_EMCSFC_SFC_PREP} | 0 parm/config/config.vrfy | 6 +++--- 8 files changed, 8 insertions(+), 8 deletions(-) rename jobs/{JGFS_CYCLONE_GENESIS => JGFS_ATMOS_CYCLONE_GENESIS} (100%) rename jobs/{JGFS_CYCLONE_TRACKER => JGFS_ATMOS_CYCLONE_TRACKER} (100%) rename jobs/{JGFS_FSU_GENESIS => JGFS_ATMOS_FSU_GENESIS} (100%) rename jobs/{JGLOBAL_EMCSFC_SFC_PREP => JGLOBAL_ATMOS_EMCSFC_SFC_PREP} (100%) diff --git a/driver/gfs/test_jgfs_cyclone_tracker.ecf b/driver/gfs/test_jgfs_cyclone_tracker.ecf index 8bd3e93ec05..326ac94fc35 100755 --- a/driver/gfs/test_jgfs_cyclone_tracker.ecf +++ b/driver/gfs/test_jgfs_cyclone_tracker.ecf @@ -82,7 +82,7 @@ fi export HOMERELO=$shared_global_home export HOMESYND=${HOMERELO} #export envir_getges=prod -$gfs_global_home/jobs/JGFS_CYCLONE_TRACKER +$gfs_global_home/jobs/JGFS_ATMOS_CYCLONE_TRACKER if [ $? -ne 0 ]; then # ecflow_client --abort @@ -93,12 +93,12 @@ fi #%manual ######################################################################## ###################################################################### -#PURPOSE: Executes the job JGFS_CYCLONE_TRACKER +#PURPOSE: Executes the job JGFS_ATMOS_CYCLONE_TRACKER ###################################################################### ############################################################### ## Function been tested: creates GFS TC forecast track ## -## Calling sequence: JGFS_CYCLONE_TRACKER, global_extrkr.sh +## Calling sequence: JGFS_ATMOS_CYCLONE_TRACKER, global_extrkr.sh ## ## Initial condition: provide hours (cyc=?) ## diff --git a/ecflow/ecf/scripts/gdas_FV3/prep/jgdas_emcsfc_sfc_prep.ecf b/ecflow/ecf/scripts/gdas_FV3/prep/jgdas_emcsfc_sfc_prep.ecf index d2d1247f41c..70f40d2ab28 100755 --- a/ecflow/ecf/scripts/gdas_FV3/prep/jgdas_emcsfc_sfc_prep.ecf +++ b/ecflow/ecf/scripts/gdas_FV3/prep/jgdas_emcsfc_sfc_prep.ecf @@ -38,7 +38,7 @@ export SCRgfs=${HOMEgfs}/scripts ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGLOBAL_EMCSFC_SFC_PREP +${HOMEgfs}/jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/ecflow/ecf/scripts/gfs_FV3/prep/jgfs_emcsfc_sfc_prep.ecf b/ecflow/ecf/scripts/gfs_FV3/prep/jgfs_emcsfc_sfc_prep.ecf index d7551a00c11..7d36d2fd524 100755 --- a/ecflow/ecf/scripts/gfs_FV3/prep/jgfs_emcsfc_sfc_prep.ecf +++ b/ecflow/ecf/scripts/gfs_FV3/prep/jgfs_emcsfc_sfc_prep.ecf @@ -38,7 +38,7 @@ export SCRgfs=${HOMEgfs}/scripts ############################################################ # CALL executable job script here ############################################################ -${HOMEgfs}/jobs/JGLOBAL_EMCSFC_SFC_PREP +${HOMEgfs}/jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" diff --git a/jobs/JGFS_CYCLONE_GENESIS b/jobs/JGFS_ATMOS_CYCLONE_GENESIS similarity index 100% rename from jobs/JGFS_CYCLONE_GENESIS rename to jobs/JGFS_ATMOS_CYCLONE_GENESIS diff --git a/jobs/JGFS_CYCLONE_TRACKER b/jobs/JGFS_ATMOS_CYCLONE_TRACKER similarity index 100% rename from jobs/JGFS_CYCLONE_TRACKER rename to jobs/JGFS_ATMOS_CYCLONE_TRACKER diff --git a/jobs/JGFS_FSU_GENESIS b/jobs/JGFS_ATMOS_FSU_GENESIS similarity index 100% rename from jobs/JGFS_FSU_GENESIS rename to jobs/JGFS_ATMOS_FSU_GENESIS diff --git a/jobs/JGLOBAL_EMCSFC_SFC_PREP b/jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP similarity index 100% rename from jobs/JGLOBAL_EMCSFC_SFC_PREP rename to jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP diff --git a/parm/config/config.vrfy b/parm/config/config.vrfy index 796e293008d..0b1276a3884 100755 --- a/parm/config/config.vrfy +++ b/parm/config/config.vrfy @@ -146,7 +146,7 @@ export HOMEens_tracker=$BASE_GIT/tracker/ens_tracker.${ens_tracker_ver} if [ "$VRFYTRAK" = "YES" ]; then - export TRACKERSH="$HOMEgfs/jobs/JGFS_CYCLONE_TRACKER" + export TRACKERSH="$HOMEgfs/jobs/JGFS_ATMOS_CYCLONE_TRACKER" if [ "$CDUMP" = "gdas" ]; then export FHOUT_CYCLONE=3 export FHMAX_CYCLONE=$FHMAX @@ -165,12 +165,12 @@ fi if [[ "$VRFYGENESIS" == "YES" && "$CDUMP" == "gfs" ]]; then - export GENESISSH="$HOMEgfs/jobs/JGFS_CYCLONE_GENESIS" + export GENESISSH="$HOMEgfs/jobs/JGFS_ATMOS_CYCLONE_GENESIS" fi if [[ "$VRFYFSU" == "YES" && "$CDUMP" == "gfs" ]]; then - export GENESISFSU="$HOMEgfs/jobs/JGFS_FSU_GENESIS" + export GENESISFSU="$HOMEgfs/jobs/JGFS_ATMOS_FSU_GENESIS" fi if [[ "$RUNMOS" == "YES" && "$CDUMP" == "gfs" ]]; then From 9fb09168c9aa2057a0c919f66bdf43b8e4e3a545 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 23 Sep 2020 15:41:20 +0000 Subject: [PATCH 14/17] Update config.base.nco.static with config.base.emc.dyn changes --- parm/config/config.base.nco.static | 77 ++++++++++++++++++++++-------- 1 file changed, 58 insertions(+), 19 deletions(-) diff --git a/parm/config/config.base.nco.static b/parm/config/config.base.nco.static index 48c0f1933b7..cdd9eec84bf 100755 --- a/parm/config/config.base.nco.static +++ b/parm/config/config.base.nco.static @@ -12,7 +12,7 @@ export machine="WCOSS_DELL_P3" export RUN_ENVIR="nco" # Account, queue, etc. -export ACCOUNT="FV3GFS-T2O" +export ACCOUNT="GFS-T2O" export QUEUE="prod" export QUEUE_ARCH="dev_transfer" @@ -53,9 +53,9 @@ export RTMFIX=$CRTM_FIX # Toggle to turn on/off GFS downstream processing. -export DO_BUFRSND="YES" -export DO_GEMPAK="YES" -export DO_AWIPS="YES" +export DO_BUFRSND="YES" # BUFR sounding products +export DO_GEMPAK="YES" # GEMPAK products +export DO_AWIPS="YES" # AWIPS products export WAFSF="YES" # WAFS products # NO for retrospective parallel; YES for real-time parallel @@ -72,8 +72,9 @@ export REALTIME="YES" export FIXgsi="$HOMEgfs/fix/fix_gsi" export HOMEfv3gfs="$HOMEgfs/sorc/fv3gfs.fd" export HOMEpost="$HOMEgfs" -export HOMEobsproc_prep="$BASE_GIT/obsproc/obsproc_prep.iss-46886.fv3gfs" -export HOMEobsproc_network="$BASE_GIT/obsproc/obsproc_global.iss-46886.fv3gfs" +export HOMEobsproc_prep="$BASE_GIT/obsproc/gfsv16b/obsproc_prep.iss70457.netcdfhistory" +export HOMEobsproc_network="$BASE_GIT/obsproc/gfsv16b/obsproc_global.iss71402.supportGFSv16" +export HOMEobsproc_global=$HOMEobsproc_network export BASE_VERIF="$BASE_GIT/verif/global/tags/vsdb" # CONVENIENT utility scripts and other environment parameters @@ -84,6 +85,8 @@ export VERBOSE="YES" export KEEPDATA="NO" export CHGRP_CMD="chgrp rstprod" export NEMSIOGET="$HOMEgfs/exec/nemsio_get" +export NCDUMP="$NETCDF/bin/ncdump" +export NCLEN="$HOMEgfs/ush/getncdimlen" # Machine environment, jobs, and other utility scripts export BASE_ENV="$HOMEgfs/env" @@ -93,7 +96,7 @@ export BASE_JOB="$HOMEgfs/jobs/rocoto" export SDATE=2018080600 export EDATE=2039123100 export assim_freq=6 -export PSLOT="rtecffv3" +export PSLOT="test" export EXPDIR="$EXPDIR" export ROTDIR="$ROTDIR" export ROTDIR_DUMP="YES" @@ -112,6 +115,7 @@ export COMOUTatmos=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/atmos export COMINwave=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/wave export COMOUTwave=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/wave +export jlogfile="${EXPDIR}/logs/jlogfile" export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'} export LOGSCRIPT=${LOGSCRIPT:-""} #export ERRSCRIPT=${ERRSCRIPT:-"err_chk"} @@ -119,9 +123,9 @@ export LOGSCRIPT=${LOGSCRIPT:-""} export REDOUT="1>" export REDERR="2>" -export SENDECF=${SENDECF:-"NO"} +export SENDECF=${SENDECF:-"YES"} export SENDCOM=${SENDCOM:-"YES"} -export SENDSDM=${SENDSDM:-"NO"} +export SENDSDM=${SENDSDM:-"YES"} export SENDDBN_NTC=${SENDDBN_NTC:-"YES"} export SENDDBN=${SENDDBN:-"YES"} export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn} @@ -144,6 +148,9 @@ export FHMIN=0 export FHMAX=9 export FHOUT=3 +# Cycle to run EnKF (set to BOTH for both gfs and gdas) +export EUPD_CYC="gdas" + # GFS cycle info export gfs_cyc=4 # 0: no GFS cycle, 1: 00Z only, 2: 00Z and 12Z only, 4: all 4 cycles. @@ -159,39 +166,55 @@ export FHMAX_GFS=$(eval echo \${FHMAX_GFS_$cyc}) export FHOUT_GFS=3 export FHMAX_HF_GFS=120 export FHOUT_HF_GFS=1 +export ILPOST=1 # gempak output frequency up to F120 # frequency for saving restart files. set to 6,12,24,48 etc export restart_interval_gfs=12 - # I/O QUILTING, true--use Write Component; false--use GFDL FMS # if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf or gaussian_grid # if gaussian_grid, set OUTPUT_FILE for nemsio or netcdf # WRITE_DOPOST=true, use inline POST export QUILTING=".true." export OUTPUT_GRID="gaussian_grid" -export OUTPUT_FILE="nemsio" +export OUTPUT_FILE="netcdf" export WRITE_DOPOST=".true." +# suffix options depending on file format +if [ $OUTPUT_FILE = "netcdf" ]; then + export SUFFIX=".nc" + export NEMSIO_IN=".false." + export NETCDF_IN=".true." +else + export SUFFIX=".nemsio" + export NEMSIO_IN=".true." + export NETCDF_IN=".false." +fi + # IAU related parameters -export DOIAU="NO" -export IAUFHRS=6 +export DOIAU="YES" # Enable 4DIAU for control with 3 increments +export IAUFHRS="3,6,9" export IAU_FHROT=`echo $IAUFHRS | cut -c1` export IAU_DELTHRS=6 -export DOIAU_ENKF="NO" -export IAUFHRS_ENKF=6 +export IAU_OFFSET=6 +export DOIAU_ENKF="YES" # Enable 4DIAU for EnKF ensemble +export IAUFHRS_ENKF="3,6,9" export IAU_DELTHRS_ENKF=6 if [[ "$SDATE" = "$CDATE" ]]; then export IAU_OFFSET=0 export IAU_FHROT=0 fi +# Use Jacobians in eupd and thereby remove need to run eomg +export lobsdiag_forenkf=".true." + # run GLDAS to spin up land ICs export DO_GLDAS=YES export gldas_cyc=00 # run wave component export DO_WAVE=YES +export WAVE_CDUMP="both" # Microphysics Options: 99-ZhaoCarr, 8-Thompson; 6-WSM6, 10-MG, 11-GFDL export imp_physics=11 @@ -202,7 +225,7 @@ export DOHYBVAR="YES" export NMEM_ENKF=80 export SMOOTH_ENKF="NO" export l4densvar=".true." -export lwrite4danl=".false." +export lwrite4danl=".true." # EnKF output frequency if [ $DOHYBVAR = "YES" ]; then @@ -225,15 +248,31 @@ if [ $DONST = "YES" ]; then export FNTSFA=" "; fi export nst_anl=.true. # Analysis increments to zero in CALCINCEXEC -export INCREMENTS_TO_ZERO="'delz_inc','clwmr_inc','icmr_inc'" +export INCREMENTS_TO_ZERO="'liq_wat_inc','icmr_inc'" +if [ $OUTPUT_FILE = "nemsio" ]; then + export DO_CALC_INCREMENT="YES" + export DO_CALC_ANALYSIS="NO" +fi + +# Stratospheric increments to zero +export INCVARS_ZERO_STRAT="'sphum_inc','liq_wat_inc','icmr_inc'" +export INCVARS_EFOLD="5" + +# Swith to generate netcdf or binary diagnostic files. If not specified, +# script default to binary diagnostic files. Set diagnostic file +# variables here since used in both DA and vrfy jobs +export netcdf_diag=".true." +export binary_diag=".false." + +# Verification options +export DO_METP="NO" # Run MET+ jobs # Archiving options -export DELETE_COM_IN_ARCHIVE_JOB=YES export HPSSARCH="NO" # save data to HPSS archive export ARCH_CYC=00 # Archive data at this cycle for warm_start capability export ARCH_WARMICFREQ=1 # Archive frequency in days for warm_start capability export ARCH_FCSTICFREQ=1 # Archive frequency in days for gdas and gfs forecast-only capability - +export DELETE_COM_IN_ARCHIVE_JOB="YES" # NO=retain ROTDIR. YES default in arch.sh and earc.sh. echo "END: config.base" From ff50171eea7b99c7e89b0b773824464da5fe949f Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Thu, 24 Sep 2020 14:24:23 +0000 Subject: [PATCH 15/17] Update post.sh UPP JJOB script name to submit --- jobs/rocoto/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/rocoto/post.sh b/jobs/rocoto/post.sh index 4a253db31e0..de8893abce5 100755 --- a/jobs/rocoto/post.sh +++ b/jobs/rocoto/post.sh @@ -38,7 +38,7 @@ for fhr in $fhrlst; do pgb0p25=$ROTDIR/${CDUMP}.${PDY}/${cyc}/$COMPONENT/${CDUMP}.t${cyc}z.pgrb2.0p25.f${fhr} if [ ! -s $pgb0p25 ]; then export post_times=$fhr - $HOMEgfs/jobs/JGLOBAL_NCEPPOST + $HOMEgfs/jobs/JGLOBAL_ATMOS_NCEPPOST status=$? [[ $status -ne 0 ]] && exit $status fi From 2f5fb01d02516a6fe72664c54cd97a5585f99a3f Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Thu, 24 Sep 2020 18:20:14 +0000 Subject: [PATCH 16/17] Update WAFS jobs/rocoto scripts to use new JJOB names --- jobs/rocoto/wafs.sh | 2 +- jobs/rocoto/wafsblending.sh | 2 +- jobs/rocoto/wafsblending0p25.sh | 2 +- jobs/rocoto/wafsgcip.sh | 2 +- jobs/rocoto/wafsgrib2.sh | 2 +- jobs/rocoto/wafsgrib20p25.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/rocoto/wafs.sh b/jobs/rocoto/wafs.sh index efb8983ed9f..2899f116532 100755 --- a/jobs/rocoto/wafs.sh +++ b/jobs/rocoto/wafs.sh @@ -31,7 +31,7 @@ echo echo "=============== START TO RUN WAFS ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS +$HOMEgfs/jobs/JGFS_ATMOS_WAFS status=$? exit $status diff --git a/jobs/rocoto/wafsblending.sh b/jobs/rocoto/wafsblending.sh index 4283e137424..3817c3b4e42 100755 --- a/jobs/rocoto/wafsblending.sh +++ b/jobs/rocoto/wafsblending.sh @@ -30,7 +30,7 @@ export DATA="${DATAROOT}/$job" echo echo "=============== START TO RUN WAFSBLENDING ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS_BLENDING +$HOMEgfs/jobs/JGFS_ATMOS_WAFS_BLENDING status=$? exit $status diff --git a/jobs/rocoto/wafsblending0p25.sh b/jobs/rocoto/wafsblending0p25.sh index 8aa97027a66..a0125f851c0 100755 --- a/jobs/rocoto/wafsblending0p25.sh +++ b/jobs/rocoto/wafsblending0p25.sh @@ -30,7 +30,7 @@ export DATA="${DATAROOT}/$job" echo echo "=============== START TO RUN WAFSBLENDING0P25 ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS_BLENDING_0P25 +$HOMEgfs/jobs/JGFS_ATMOS_WAFS_BLENDING_0P25 status=$? exit $status diff --git a/jobs/rocoto/wafsgcip.sh b/jobs/rocoto/wafsgcip.sh index 20ef381db85..61c8dff5384 100755 --- a/jobs/rocoto/wafsgcip.sh +++ b/jobs/rocoto/wafsgcip.sh @@ -30,7 +30,7 @@ export DATA="${DATAROOT}/$job" echo echo "=============== START TO RUN WAFSGCIP ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS_GCIP +$HOMEgfs/jobs/JGFS_ATMOS_WAFS_GCIP status=$? exit $status diff --git a/jobs/rocoto/wafsgrib2.sh b/jobs/rocoto/wafsgrib2.sh index 5ac8786b15d..2fd4899da01 100755 --- a/jobs/rocoto/wafsgrib2.sh +++ b/jobs/rocoto/wafsgrib2.sh @@ -30,7 +30,7 @@ export DATA="${DATAROOT}/$job" echo echo "=============== START TO RUN WAFSGRIB2 ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS_GRIB2 +$HOMEgfs/jobs/JGFS_ATMOS_WAFS_GRIB2 status=$? exit $status diff --git a/jobs/rocoto/wafsgrib20p25.sh b/jobs/rocoto/wafsgrib20p25.sh index 5ba6cebdad7..8a1847881c1 100755 --- a/jobs/rocoto/wafsgrib20p25.sh +++ b/jobs/rocoto/wafsgrib20p25.sh @@ -30,7 +30,7 @@ export DATA="${DATAROOT}/$job" echo echo "=============== START TO RUN WAFSGRIB20p25 ===============" # Execute the JJOB -$HOMEgfs/jobs/JGFS_WAFS_GRIB2_0P25 +$HOMEgfs/jobs/JGFS_ATMOS_WAFS_GRIB2_0P25 status=$? exit $status From 83655eda76114414f39c5e32a61b93186b42ac3c Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Thu, 24 Sep 2020 18:30:00 +0000 Subject: [PATCH 17/17] Update config.awips for newly named JJOB scripts --- parm/config/config.awips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parm/config/config.awips b/parm/config/config.awips index 76a9c21536b..6167b91f7e0 100755 --- a/parm/config/config.awips +++ b/parm/config/config.awips @@ -8,8 +8,8 @@ echo "BEGIN: config.awips" # Get task specific resources . $EXPDIR/config.resources awips -export AWIPS20SH=$HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG -export AWIPSG2SH=$HOMEgfs/jobs/JGFS_AWIPS_G2 +export AWIPS20SH=$HOMEgfs/jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG +export AWIPSG2SH=$HOMEgfs/jobs/JGFS_ATMOS_AWIPS_G2 # No. of concurrent awips jobs export NAWIPSGRP=42