Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.19 KB

File metadata and controls

44 lines (34 loc) · 1.19 KB

NWP-Bundle

包含编译和运行基本数值天气预报模式的库和工具,经过WRF V3.9, WRFDA, GSI的测试

由北京朗润知天科技有限公司支持

The libraries include

  1. blas
  2. lapack
  3. jasper
  4. png
  5. NetCDF
  6. NCO
  7. ncview
  8. GNU compilers
  9. openmpi
  10. NCL 6.3
  11. cmake 3.6.2
  12. ImageMagick

Note

在编译WPS和WRF时,请使用如下选项:

#
#   Settings for **Linux x86_64**, **gfortran**    (**dmpar**)
#
#
COMPRESSION_LIBS    = **-L/usr/lib64 -ljasper -lpng -lz**
COMPRESSION_INC     = **-I/usr/include**
SFC                 = gfortran
SCC                 = gcc
DM_FC               = mpif90
DM_CC               = mpicc **-DMPI2_SUPPORT**

Note

在Docker container内使用mpirun并行运行WPS和WRF时,请加入选项**--allow-run-as-root**:

https://g.codefresh.io/api/badges/build?repoOwner=weatherlab&repoName=nwp-bundle&branch=master&pipelineName=nwp-bundle&accountName=weatherhub&type=cf-1