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

Load compiler env. and modules in the ecf scripts. #568

Merged
merged 4 commits into from
Jan 13, 2022
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__
*.pyc
*.[aox]
*.mod
*.sw[a-p]

# Ignore folders
#-------------------
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/analysis/create/jenkfgdas_diag.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/analysis/create/jenkfgdas_select_obs.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 python/${python_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/analysis/recenter/jenkfgdas_sfc.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 python/${python_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/forecast/jenkfgdas_fcst.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f003.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f004.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f005.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f006.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f007.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f008.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/enkfgdas/post/jenkfgdas_post_f009.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 hdf5/${hdf5_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_calc.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 python/${python_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis_diag.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/gempak/jgdas_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/init/jgdas_atmos_gldas.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module use /lfs/h2/emc/obsproc/noscrub/Shelley.Melchior/install/bufr-dump/module
module load bufr_dump/1.0.0
####

module load PrgEnv-intel/${PrgEnv_intel_ver}
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 netcdf/${netcdf_ver}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module use /lfs/h2/emc/obsproc/noscrub/Shelley.Melchior/install/bufr-dump/module
module load bufr_dump/1.0.0
####

module load PrgEnv-intel/${PrgEnv_intel_ver}
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 netcdf/${netcdf_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/obsproc/dump/jgdas_atmos_dump_post.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module use /lfs/h2/emc/obsproc/noscrub/Shelley.Melchior/install/bufr-dump/module
module load bufr_dump/1.0.0
####

module load PrgEnv-intel/${PrgEnv_intel_ver}
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 netcdf/${netcdf_ver}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module use /lfs/h2/emc/obsproc/noscrub/Shelley.Melchior/install/bufr-dump/module
module load bufr_dump/1.0.0
####

module load PrgEnv-intel/${PrgEnv_intel_ver}
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 netcdf/${netcdf_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/obsproc/prep/jgdas_atmos_prep_post.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export model=obsproc
module use /lfs/h2/emc/obsproc/noscrub/Shelley.Melchior/install/bufr-dump/modulefiles
module load bufr_dump/1.0.0
####
module load PrgEnv-intel/${PrgEnv_intel_ver}
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 netcdf/${netcdf_ver}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_anl.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f000.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f001.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f002.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f003.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f004.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f005.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f006.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f007.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f008.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_f009.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
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}
Expand Down
3 changes: 3 additions & 0 deletions ecf/scripts/gdas/atmos/verf/jgdas_atmos_verfozn.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export CDUMP=%RUN%
############################################################
# Load modules
############################################################
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load libjpeg/${libjpeg_ver}
module load netcdf/${netcdf_ver}
module load grib_util/${grib_util_ver}
Expand Down
Loading