I have tried the following methods without success:
1. grep -rn "cfl" rsl.*
2. w_damping = 1
3. ulimit -s unlimited
The meteorological data should be fine, as I have successfully run a case previously using this dataset.
This time, I increased the resolution and added sst_update = 1, but it failed to run successfully. I seek guidance from experts, and I have attached my namelist.input, and rsl.* files for reference.
The content of wrf.sh is as follows
:#!/bin/bash#SBATCH -p v6_384
#SBATCH -N 1
#SBATCH -n 30
ulimit -s unlimited
module purgemodule load zlib/1.2.7
module load pnetcdf/1.12.1-ips17
module load hdf5/1.10.5-ips17
module load mpi/intel/17.0.7-thc
module load netcdf/4.7.1-ips17-fortran4.5.2
export PATH=/public5/home/******/new/WRF/main:$PATH
mpirun -np 2 /public5/home/******/new/WRF/main/wrf.exe
1. grep -rn "cfl" rsl.*
2. w_damping = 1
3. ulimit -s unlimited
The meteorological data should be fine, as I have successfully run a case previously using this dataset.
This time, I increased the resolution and added sst_update = 1, but it failed to run successfully. I seek guidance from experts, and I have attached my namelist.input, and rsl.* files for reference.
The content of wrf.sh is as follows
:#!/bin/bash#SBATCH -p v6_384
#SBATCH -N 1
#SBATCH -n 30
ulimit -s unlimited
module purgemodule load zlib/1.2.7
module load pnetcdf/1.12.1-ips17
module load hdf5/1.10.5-ips17
module load mpi/intel/17.0.7-thc
module load netcdf/4.7.1-ips17-fortran4.5.2
export PATH=/public5/home/******/new/WRF/main:$PATH
mpirun -np 2 /public5/home/******/new/WRF/main/wrf.exe