This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:wrf [2022/10/27 18:40] thlatshwayo |
howto:wrf [2022/10/27 18:42] (current) thlatshwayo |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| ##### Running commands | ##### Running commands | ||
| # Set PBS_JOBDIR to where YOUR simulation will be run | # Set PBS_JOBDIR to where YOUR simulation will be run | ||
| - | export PBS_JOBDIR=/ | + | export PBS_JOBDIR=/ |
| # First though, change to YOUR WPS directory | # First though, change to YOUR WPS directory | ||
| - | export WPS_DIR=/ | + | export WPS_DIR=/ |
| cd $WPS_DIR | cd $WPS_DIR | ||
| # Clean the directory of old files | # Clean the directory of old files | ||
| Line 114: | Line 114: | ||
| #PBS -l select=10: | #PBS -l select=10: | ||
| #PBS -l walltime=3: | #PBS -l walltime=3: | ||
| - | #PBS -o /mnt/lustre3p/ | + | #PBS -o /mnt/lustre/ |
| - | #PBS -e /mnt/lustre3p/ | + | #PBS -e /mnt/lustre/ |
| #PBS -m abe | #PBS -m abe | ||
| #PBS -M jblogs@unseenuniversity.ac.za | #PBS -M jblogs@unseenuniversity.ac.za | ||
| Line 125: | Line 125: | ||
| ##### Running commands | ##### Running commands | ||
| # Set PBS_JOBDIR to where YOUR simulation will be run | # Set PBS_JOBDIR to where YOUR simulation will be run | ||
| - | export PBS_JOBDIR=/ | + | export PBS_JOBDIR=/ |
| cd $PBS_JOBDIR | cd $PBS_JOBDIR | ||
| exe=$WRFDIR/ | exe=$WRFDIR/ | ||
| Line 147: | Line 147: | ||
| #PBS -l walltime=06: | #PBS -l walltime=06: | ||
| #PBS -N WRF4-10X6X4 | #PBS -N WRF4-10X6X4 | ||
| - | #PBS -o /mnt/lustre3p/ | + | #PBS -o /mnt/lustre/ |
| - | #PBS -e /mnt/lustre3p/ | + | #PBS -e /mnt/lustre/ |
| ### These two stack size settings are essential for use with Intel-compiled code | ### These two stack size settings are essential for use with Intel-compiled code | ||
| ulimit -s unlimited | ulimit -s unlimited | ||
| Line 154: | Line 154: | ||
| ### Source the appropriate environment script | ### Source the appropriate environment script | ||
| . / | . / | ||
| - | export PBSJOBDIR=/ | + | export PBSJOBDIR=/ |
| cd $PBSJOBDIR | cd $PBSJOBDIR | ||
| ### Get total number of MPI ranks | ### Get total number of MPI ranks | ||