-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3484ff0
commit 8f71fe2
Showing
4 changed files
with
61 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,19 +18,11 @@ alias rm="rm -i" | |
alias cdcfeng="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng" | ||
alias cdhome="cd /uufs/chpc.utah.edu/common/home/u1237353" | ||
alias cdscratch="cd /scratch/general/nfs1/u1237353" | ||
#alias cdp1="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/Project_01_Cyclonegenesis" | ||
#alias cdflorence="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/01_Florence_AMSU-A" | ||
#alias cdgoes="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/02_GOES_Bias_Correction" | ||
#alias cdcpexaw="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/03_CPEX_DAWN" | ||
#alias cdtropics="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/05_TROPICS" | ||
#alias cdcrl="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/07_CRL" | ||
#alias cdcpex="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/08_CPEX" | ||
#alias cdgsienkf="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/comGSIv3.7_EnKFv1.3" | ||
#alias cdgsigmi="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/comGSIv3.7_EnKFv1.3_GMI" | ||
#alias cdgsi="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/GSI-20220513" | ||
#alias cddart="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/DART" | ||
#alias cdbase="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/03_CPEX_DAWN/10_ensemble/work" | ||
#alias cdtransfer="cd /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/Transfer" | ||
alias cdgoes="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/GOES-R-observation-error-covariance" | ||
alias cdcpex="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/CPEX" | ||
alias cdtropics="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/TROPICS" | ||
alias cdsoftware="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software" | ||
alias cdgsi="cd /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/comGSIv3.7_EnKFv1.3" | ||
|
||
module purge | ||
module load ncl | ||
|
@@ -40,37 +32,37 @@ module load ncview | |
module load aws-cli/2.2.29 | ||
module load cmake/3.13.3 | ||
#module load cmake/3.21.4 | ||
#module load intel-oneapi-compilers/2021.4.0 | ||
#module load openmpi/4.1.1 | ||
#module load netcdf-c/4.8.1 netcdf-fortran/4.5.3 | ||
#module load parallel-netcdf/1.12.2 | ||
#module load hdf5/1.10.7 | ||
module load intel-oneapi-compilers/2021.4.0 | ||
module load openmpi/4.1.1 | ||
module load netcdf-c/4.8.1 netcdf-fortran/4.5.3 | ||
module load parallel-netcdf/1.12.2 | ||
module load hdf5/1.10.7 | ||
|
||
# GSI V3.7 | ||
module load intel-oneapi-compilers/2021.4.0 intel-oneapi-mpi/2021.4.0 intel-oneapi-mkl/2022.0.2 hdf5/1.10.7 | ||
module load netcdf-c/4.9.0 netcdf-cxx netcdf-fortran | ||
#module load intel-oneapi-compilers/2021.4.0 intel-oneapi-mpi/2021.4.0 intel-oneapi-mkl/2022.0.2 hdf5/1.10.7 | ||
#module load netcdf-c/4.9.0 netcdf-cxx netcdf-fortran | ||
|
||
export NETCDF="/uufs/chpc.utah.edu/sys/spack/linux-rocky8-nehalem/intel-2021.4.0/netcdf-impi" | ||
export PATH="$NETCDF:$PATH" | ||
export LD_LIBRARY_PATH="$NETCDF/lib:$LD_LIBRARY_PATH" | ||
export HDF5="$HDF5_ROOT" | ||
export PATH="$HDF5:$PATH" | ||
export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | ||
|
||
# Environment for WRF and WPS | ||
#export NETCDF="/uufs/chpc.utah.edu/sys/spack/linux-rocky8-nehalem/intel-2021.4.0/netcdf-ompi" | ||
#export NETCDF="/uufs/chpc.utah.edu/sys/spack/linux-rocky8-nehalem/intel-2021.4.0/netcdf-impi" | ||
#export PATH="$NETCDF:$PATH" | ||
#export LD_LIBRARY_PATH="$NETCDF/lib:$LD_LIBRARY_PATH" | ||
#export HDF5="$HDF5_ROOT" | ||
#export PATH="$HDF5:$PATH" | ||
#export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | ||
|
||
#export J="-j 8" | ||
#export WRF_EM_CORE="1" | ||
#export WRFIO_NCD_LARGE_FILE_SUPPORT="1" | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES" | ||
#export JASPERLIB="$DIR/grib2/lib" | ||
#export JASPERINC="$DIR/grib2/include" | ||
# Environment for WRF and WPS | ||
export NETCDF="/uufs/chpc.utah.edu/sys/spack/linux-rocky8-nehalem/intel-2021.4.0/netcdf-ompi" | ||
export PATH="$NETCDF:$PATH" | ||
export LD_LIBRARY_PATH="$NETCDF/lib:$LD_LIBRARY_PATH" | ||
export HDF5="$HDF5_ROOT" | ||
export PATH="$HDF5:$PATH" | ||
export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | ||
|
||
export J="-j 8" | ||
export WRF_EM_CORE="1" | ||
export WRFIO_NCD_LARGE_FILE_SUPPORT="1" | ||
export DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software" | ||
export JASPERLIB="$DIR/grib2/lib" | ||
export JASPERINC="$DIR/grib2/include" | ||
|
||
# Environment for WRFPLUS, RTTOV, WRFDA, and DART | ||
#export NETCDF="/uufs/chpc.utah.edu/sys/spack/linux-rocky8-nehalem/intel-2021.4.0/netcdf-ompi" | ||
|
@@ -80,30 +72,30 @@ export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | |
#export PATH="$HDF5:$PATH" | ||
#export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | ||
|
||
#export WRFPLUS_DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/DART/WRFPLUS" | ||
#export RTTOV="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/DART/rttov_12.1" | ||
#export WRFPLUS_DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/DART/WRFPLUS" | ||
#export RTTOV="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/DART/rttov_12.1" | ||
|
||
# NCEPlibs | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/other" | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software" | ||
#export JASPER_INC="$DIR/grib2/include" | ||
#export PNG_INC="$JASPER_INC" | ||
|
||
# UPP | ||
#export NCEPLIBS_DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/NCEPlibs" | ||
#export NCEPLIBS_DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/NCEPlibs" | ||
|
||
# Environment for GFDL Vortex Tracker | ||
#export PNETCDF=$PARALLEL_NETCDF_ROOT | ||
#export PATH="$PNETCDF:$PATH" | ||
#export LD_LIBRARY_PATH="$PNETCDF/lib:$LD_LIBRARY_PATH" | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/other" | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software" | ||
#export JASPERLIB="$DIR/grib2/lib" | ||
#export JASPERINC="$DIR/grib2/include" | ||
#export LIB_Z_PATH="$JASPERLIB" | ||
#export LIB_PNG_PATH="$JASPERLIB" | ||
#export LIB_JASPER_PATH="$JASPERLIB" | ||
|
||
# GSI Github | ||
#module use /uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/hpc-stack/modulefiles/stack | ||
#module use /uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/hpc-stack/modulefiles/stack | ||
#module load hpc/1.2.0 | ||
#module load hpc-intel/18.0.5 | ||
#module load hpc-impi/2018.4.274 | ||
|
@@ -123,15 +115,15 @@ export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | |
#module load ip/3.3.3 | ||
|
||
# Environment for CRTM | ||
#export libroot="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/CRTM/crtm_v2.3.0" | ||
#export libroot="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/crtm_v2.3.0" | ||
#export FCFLAGS="-I$libroot/include $FCFLAGS" | ||
#export LDFLAGS="-L$libroot/lib $LDFLAGS" | ||
#export LIBS="-lcrtm" | ||
|
||
# Create BUFR File | ||
#export GSI_DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/comGSIv3.7_EnKFv1.3" | ||
#export GSI_DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/comGSIv3.7_EnKFv1.3" | ||
#export GSI_DIR_LIB="$GSI_DIR/build/lib" | ||
#export HDF5="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/other/hdf5" | ||
#export HDF5="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/hdf5" | ||
#export HDF5_LIB="$HDF5/lib" | ||
#export LD_LIBRARY_PATH="$NETCDF/lib:$LD_LIBRARY_PATH" | ||
#export LD_LIBRARY_PATH="$GSI_DIR_LIB:$LD_LIBRARY_PATH" | ||
|
@@ -141,12 +133,8 @@ export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | |
#export FCFLAGS="-I$HDF5/include $FCFLAGS" | ||
|
||
# Environment for installing HWRF | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/LIBRARIES/other" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/HWRF_01_Florence_CTRL" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/HWRF_02_Florence_With_DA_No_VA" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/HWRF_03_Florence_No_DA_No_VA" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/Other/HWRF_04" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/Other/HWRF_05" | ||
#export DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software" | ||
#export SCRATCH="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/HWRF" | ||
#export HOMEhwrf="${SCRATCH}/hwrfrun" | ||
#export HWRF=1 | ||
#export WRF_NMM_CORE=1 | ||
|
@@ -175,8 +163,8 @@ export LD_LIBRARY_PATH="$HDF5/lib:$LD_LIBRARY_PATH" | |
#export ECMWF_API_EMAIL="[email protected]" | ||
|
||
# DART | ||
#export DART_DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/DART" | ||
#export BASE_DIR="/uufs/chpc.utah.edu/common/home/zpu-group16/cfeng/05_TROPICS/06_20220203/work" | ||
#export DART_DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/DART" | ||
#export BASE_DIR="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/TROPICS/06_20220203/work" | ||
|
||
# Miniconda3 | ||
export PATH="/uufs/chpc.utah.edu/common/home/zpu-group30/cfeng/software/mymini3/bin:$PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters