Closed lukeconibear closed 3 years ago
Install personal conda
module purge
a. Check no modules loaded: module list
cd /nobackup/$USER
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
a. Accept terms: yes
b. Select the default path: /nobackup/$USER
c. Add the activation to your ~/.bashrc
: yes
conda create -n python3_ncl_nco -c conda-forge -c oggm xarray salem xesmf numpy scipy pandas matplotlib rasterio affine ncl nco wrf-python
conda activate python3_ncl_nco
Use this personal conda (instead of the CEMAC conda) to run WRFChem
Within WRFotron folders, open config.bash
, and replace:
module load intel/19.0.4 openmpi/3.1.4 WRFchem/4.2 ncl/6.5.0 nco/4.6.0 wrfchemconda/3.7 sge
With:
module load intel/19.0.4 openmpi/3.1.4 WRFchem/4.2 sge
conda activate python3_ncl_nco
What happened: User wishes to use personal conda environment with CEMAC compilation of WRFChem, in order to use custom libraries for postprocessing.