-----------usefull command----------------------------- *********************2022/03/30 GVTM ********************************** How to load MET-10.0.1/METplus-4.0.0 (NOT default versions) on WCOSS2: module purge export HPC_OPT=/apps/ops/para/libs module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304/ module load intel module load gsl module load python/3.8.6 module load netcdf/4.7.4 module load met/10.0.1 module load metplus/4.0.0 MET-9.1.3/METplus-3.1.1 (WCOSS1 prod) have been installed on WCOSS2 How to load MET-9.1.3/METplus-3.1.1 (default versions) on WCOSS2: module purge export HPC_OPT=/apps/ops/para/libs module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304/ module load intel module load met module load metplus ****************** 2022/03/16 GVTM ************************************** Setting up cronjobs on WCOSS2 You can name your crontab anything and save it anywhere safe (not ptmp/stmp)! /lfs/h2/emc/vpppg/noscrub/Alicia.Bentley/cronjobs/crontab.tmp Example of a cronjob that you might include in crontab.tmp (syntax is important): 30 15 * * * bash -l -c /lfs/h2/emc/vpppg/noscrub/Alicia.Bentley/gefsv12/drive_gefs 1> /lfs/h2/emc/ptmp/Alicia.Bentley/cron.out/gefsv12.out00 2>&1 Once you have your crontab set up, execute the following: crontab path_to_file crontab /lfs/h2/emc/vpppg/noscrub/Alicia.Bentley/cronjobs/crontab.tmp Setting up passwordless transfer from WCOSS2 to emcrzdm: Copy contents of /u/sshKeys/$USER/id_rsa.pub on WCOSS2 Paste those contents into ~/.ssh/authorized_keys on emcrzdm *********************************************************************** #----03/03/2022---------------------------- (1) /u/Alicia.Bentley/.bashrc module load envvar/1.0 module load intel/19.1.3.304 module load PrgEnv-intel/8.1.0 module load craype/2.7.10 module load cray-mpich/8.1.9 module load imagemagick/7.0.8-7 #Load Python module load python/3.8.6 module load proj/7.1.0 module load geos/3.8.1 module use /lfs/h1/mdl/nbm/save/apps/modulefiles module load python-modules/3.8.6 export PYTHONPATH="${PYTHONPATH}:/lfs/h2/emc/vpppg/noscrub/Alicia.Bentley/python" (2) /lfs/h2/emc/vpppg/noscrub/Alicia.Bentley/sample_python/plot_lam_2mt.py python plot_lam_2mt.py 2022022300 24 (3) /lfs/h2/emc/vpppg/noscrub/Jiayi.Peng/pyhome