简介
系统英文简写
- WRF(Weather Research and Forecasting Model)
- WPS(WRF Pre-processing System)
- AWRF(Advanced Research WRF)
- NetCDF(Network Common Data Form)
由美国大气协会(University Corporation for Atomopheric Research,UCAR)开发的一种面向数组型的编码描述标准。广泛应用于大气科学,水文,海洋学等),例如NCEP和NOAA的在分析资料等有很多是用这个格式
- NCEP(National Centers for Environmental Prediction美国国家环境预报中心)
- NOAA(National Oceanic and Atomospheric Administration美国国家海洋和大气局)
- MPICH ( Message Passing Interface (MPI) standard)
- Zlib(Compression Library)
- libpng( the official PNG reference library)
- JasPer
编译的语法
- ./configure --prefix=/usr/local/ngix 指定安装路径
- make 执行程序
- make install 安装程序