WRF

简介

系统英文简写

  • WRF(Weather Research and Forecasting Model)
  • WPS(WRF Pre-processing System)
  • AWRF(Advanced Research WRF)
  1. 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美国国家海洋和大气局)
  1. MPICH ( Message Passing Interface (MPI) standard)
  2. Zlib(Compression Library)
  3. libpng( the official PNG reference library)
  4. JasPer

编译的语法

  1. ./configure --prefix=/usr/local/ngix 指定安装路径
  2. make 执行程序
  3. make install 安装程序
posted @ 2020-10-07 19:50  xiaofeifeixd  阅读(494)  评论(0)    收藏  举报