cd /project/hebin/Build_WRF/WPS

./geogrid.exe 在WPS目录生成相应的 geo_em.d0x.nc 文件

运行WRF

ncl ./util/plotgrids_new.ncl  绘制研究区

运行WRF

./link_grib.csh ../DATA/riyadh/fnl*

./ungrib.exe >& ungrib_data.log

./metgrid.exe

运行WRF

cd /project/hebin/Build_WRF/WRFV3/test/em_real

ln -sf ../../../WPS/met_em*.nc .(后面有个空格+.)

mpirun -np 16 ./real.exe  real.exe可以并行运算,前面的几个貌似不能并行   #检查rsl.error.0000有没有successful

1.本机计算:

mpirun -np 16 ./wrf.exe

2.提交至超算节点:

cd #返回主菜单

sbatch -n16 ./wrf_mpi.sh

下面交给超算,算啊算

想看下算多久了squeue查看

 


参考链接:https://xg1990.com/blog/archives/206

相关文章:

  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-10-17
  • 2021-09-19
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案