Weather Research and Forecasting (WRF) model is a well-known atmospheric modeling system developed by NCAR. It is suitable for both meteorological research and operational weather prediction.
...
Info |
---|
Two complete examples are available at
then follow the instructions inside the README file. (The |
2. Job submission script
Below is an example of a WRF submission script (submitWRF.sh
). It can be created using vi submitWRF.sh
.
...
Some physics/dynamics options (and WRF-Chem) DO NOT support hybrid (DM+SM) run. If it is stuck at the beginning. try the following:
Use
#SBATCH --cpus-per-task=1
andexport OMP_NUM_THREADS=1
,Increase the total number of tasks, for example,
#SBATCH --ntasks-per-node=128
Specify the number of tasks for each executable explicitly; for instance, use
srun -n16 ./real.exe
srun -n128 -c1 ./wrf.exe
...
Child pages (Children Display) |
---|
...
Contact Us
ThaiSC support service : thaisc-support@nstda.or.th