Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistency check of use of modules and variables in ecf job scripts #629

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ecf/scripts/enkfgdas/analysis/create/jenkfgdas_select_obs.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load python/${python_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
Expand All @@ -39,7 +38,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module list
export FHRGRP=%FHRGRP%
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES
export FHMIN_ECEN=$FHRGRP
export FHMAX_ECEN=$FHRGRP
export FHOUT_ECEN=$FHRGRP
Expand Down
2 changes: 0 additions & 2 deletions ecf/scripts/enkfgdas/analysis/recenter/jenkfgdas_sfc.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module load libjpeg/${libjpeg_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}

module list

Expand All @@ -39,7 +38,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
5 changes: 0 additions & 5 deletions ecf/scripts/enkfgdas/forecast/jenkfgdas_fcst.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load esmf/${esmf_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
module load grib_util/${grib_util_ver}

module list

Expand All @@ -41,7 +37,6 @@ module list
export ENSGRP=%ENSGRP%
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/enkfgdas/post/jenkfgdas_post_master.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export FHMAX_EPOS=%FHOUT_EPOS%
export FHOUT_EPOS=%FHOUT_EPOS%
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
2 changes: 0 additions & 2 deletions ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ export CDUMP=%RUN%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}

module list

export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module load wgrib2/${wgrib2_ver}

module list

export USE_CFP=YES
export PROCESS_TROPCY=YES
export DO_RELOCATE=YES
export cyc=%CYC%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ module load wgrib2/${wgrib2_ver}

module list

export USE_CFP=YES
export cyc=%CYC%
export cycle=t%CYC%z

############################################################
# CALL executable job script here
############################################################
Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gdas/atmos/post/jgdas_atmos_post_manager.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module list

export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
5 changes: 0 additions & 5 deletions ecf/scripts/gdas/jgdas_forecast.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load esmf/${esmf_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
module load grib_util/${grib_util_ver}

module list

Expand All @@ -40,7 +36,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
2 changes: 0 additions & 2 deletions ecf/scripts/gdas/wave/prep/jgdas_wave_prep.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ module load intel/${intel_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load cdo/${cdo_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
module load udunits/${udunits_ver}
module load nco/${nco_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}

module list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
3 changes: 0 additions & 3 deletions ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}

module list
Expand All @@ -38,7 +36,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
2 changes: 0 additions & 2 deletions ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ export CDUMP=%RUN%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load imagemagick/${imagemagick_ver}

module list
Expand All @@ -36,7 +33,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export CDUMP=%RUN%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}

module list
Expand All @@ -35,7 +32,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
4 changes: 0 additions & 4 deletions ecf/scripts/gfs/atmos/gempak/jgfs_atmos_pgrb2_spec_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}

module list

Expand All @@ -37,7 +34,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module load wgrib2/${wgrib2_ver}

module list

export USE_CFP=YES
export PROCESS_TROPCY=YES
export DO_RELOCATE=YES
export cyc=%CYC%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module load wgrib2/${wgrib2_ver}

module list

export USE_CFP=YES
export cyc=%CYC%
export cycle=t%CYC%z

Expand Down
1 change: 0 additions & 1 deletion ecf/scripts/gfs/atmos/post/jgfs_atmos_post_manager.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module list

export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export CDUMP=%RUN%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
Expand All @@ -35,7 +34,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES
export FHRGRP=%FHRGRP% FHRLST=%FHRLST% FCSTHR=%FCSTHR% TRDRUN=%TRDRUN% fcsthrs=%FCSTHR%
export job=jgfs_awips_f%FCSTHR%_%CYC%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export fcsthrs=%FCSTHR%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
Expand All @@ -39,7 +38,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES
trdrun=%TRDRUN%
export job="jgfs_awips_f${fcsthrs}_${cyc}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load python/${python_ver}
module load gempak/${gempak_ver}
module load libjpeg/${libjpeg_ver}
module load hdf5/${hdf5_ver}
module load netcdf/${netcdf_ver}
module load grib_util/${grib_util_ver}

module list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export CDUMP=%RUN%
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
Expand All @@ -35,7 +34,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
Expand All @@ -36,7 +35,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module list
#############################################################
export cyc=%CYC%
export cycle=t%CYC%z
export USE_CFP=YES

############################################################
# CALL executable job script here
Expand Down
Loading