安裝 WRF-Chem 3.8.1 (WPS & WRF & Chem)

https://www.yuque.com/_heqin/scsfag/ybvqy9

[ucar官方+最新版wrf安裝說明](http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php
gcc和g++到底啥關(guān)系费变?https://www.zhihu.com/question/20940822
https://zhuanlan.zhihu.com/p/37510795

Step 1

原文System Environment Tests 1

heqin@heqin-dell:~$ g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

heqin@heqin-dell:~$ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

heqin@heqin-dell:~$ cpp --version
cpp (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

heqin@heqin-dell:~$ gfortran --version

The program 'gfortran' is currently not installed. You can install it by typing:
sudo apt install gfortran
heqin@heqin-dell:~$ sudo apt install gfortran
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
gfortran-5 libgfortran-5-dev libgfortran3
Suggested packages:
gfortran-multilib gfortran-doc gfortran-5-multilib gfortran-5-doc
libgfortran3-dbg
The following NEW packages will be installed:
gfortran gfortran-5 libgfortran-5-dev libgfortran3
0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 8,595 kB of archives.
After this operation, 27.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://mirrors.ustc.edu.cn/ubuntu xenial-security/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB]
Get:2 https://mirrors.ustc.edu.cn/ubuntu xenial-security/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB]
Get:3 https://mirrors.ustc.edu.cn/ubuntu xenial-security/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB]
Get:4 https://mirrors.ustc.edu.cn/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B]
Fetched 8,595 kB in 2s (3,779 kB/s)
Selecting previously unselected package libgfortran3:amd64.
(Reading database ... 213609 files and directories currently installed.)
Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ...
Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ...
Selecting previously unselected package libgfortran-5-dev:amd64.
Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ...
Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ...
Selecting previously unselected package gfortran-5.
Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ...
Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ...
Selecting previously unselected package gfortran.
Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking gfortran (4:5.3.1-1ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ...
Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ...
Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ...
Setting up gfortran (4:5.3.1-1ubuntu1) ...
update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu10) …

Step 2

原文System Environment Tests 4

heqin@heqin-dell:~$ cat /etc/shells

/etc/shells: valid login shells

/bin/sh
/bin/dash
/bin/bash
/bin/rbash

heqin@heqin-dell:~$ sudo apt install tcsh
[sudo] password for heqin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
tcsh
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 410 kB of archives.
After this operation, 1,310 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/ubuntu xenial/universe amd64 tcsh amd64 6.18.01-5 [410 kB]
Fetched 410 kB in 2s (196 kB/s)
Selecting previously unselected package tcsh.
(Reading database ... 213500 files and directories currently installed.)
Preparing to unpack .../tcsh_6.18.01-5_amd64.deb ...
Unpacking tcsh (6.18.01-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up tcsh (6.18.01-5) ...
update-alternatives: using /bin/tcsh to provide /bin/csh (csh) in auto mode

heqin@heqin-dell:~$ perl -v

This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 69 registered patches, see perl -V for more detail)

Copyright 1987-2015, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Step 3

原文System Environment Tests 5

heqin@heqin-dell:~$ make -v
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

heqin@heqin-dell:~m4 --v The program 'm4' is currently not installed. You can install it by typing: sudo apt install m4 heqin@heqin-dell:~ sudo apt install m4
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libsigsegv2
The following NEW packages will be installed:
libsigsegv2 m4
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 209 kB of archives.
After this operation, 409 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://mirrors.ustc.edu.cn/ubuntu xenial/main amd64 libsigsegv2 amd64 2.10-4 [14.1 kB]
Get:2 https://mirrors.ustc.edu.cn/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB]
Fetched 209 kB in 0s (942 kB/s)
Selecting previously unselected package libsigsegv2:amd64.
(Reading database ... 213541 files and directories currently installed.)
Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-4) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ...
Unpacking m4 (1.4.17-5) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libsigsegv2:amd64 (2.10-4) ...
Setting up m4 (1.4.17-5) ...
Processing triggers for libc-bin (2.23-0ubuntu10) …

heqin@heqin-dell:~$ sed --v
sed (GNU sed) 4.2.2
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Jay Fenlason, Tom Lord, Ken Pizzini,
and Paolo Bonzini.
GNU sed home page: http://www.gnu.org/software/sed/.
General help using GNU software: http://www.gnu.org/gethelp/.
E-mail bug reports to: bug-sed@gnu.org.
Be sure to include the word sed'' somewhere in theSubject:'' field.

heqin@heqin-dell:~$ which awk
/usr/bin/awk

Step 4
下載網(wǎng)址Free Tools for Students
https://software.intel.com/en-us/qualify-for-free-software/student
安裝說明
https://software.intel.com/sites/default/files/managed/12/b4/parallel-studio-xe-install-guide-linux.pdf或者解壓后的文件夾中自帶

heqin@heqin-dell:~cd /opt/intel/compilers_and_libraries/linux/bin heqin@heqin-dell:/opt/intel/compilers_and_libraries/linux/bin ls
compilervars.csh compilervars.sh ia32 intel64
heqin@heqin-dell:/opt/intel/compilers_and_libraries/linux/binsource ./compilervars.sh intel64 heqin@heqin-dell:/opt/intel/compilers_and_libraries/linux/bin which ifort
/opt/intel/compilers_and_libraries_2017.7.259/linux/bin/intel64/ifort

heqin@heqin-dell:~$ gedit ~/.bashrc

added by HeQin for Intel Compiler

source /opt/intel/compilers_and_libraries_2017/linux/bin/compilervars.sh intel64
heqin@heqin-dell:~$ icc
Centos6.7下安裝Intel 的icc / ifort 編譯器(非商業(yè)版)

http://blog.51cto.com/doublelinux/1956452

https://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/
https://blog.teststation.org/ubuntu/2016/05/12/installing-32-bit-software-on-ubuntu-16.04/

Step 5 of 7 | Prerequisites > Missing Optional Prerequisite(s)

There are one or more optional unresolved issues. It is highly recommended to
resolve them all before you continue. You can fix them without exiting the setup
program and re-check. Or you can exit the setup program, fix them and run the
setup program again.


Missing optional prerequisites
-- 32-bit libraries not found


  1. Skip missing optional prerequisites [default]
  2. Show the detailed info about issue(s)
  3. Re-check the prerequisites

h. Help
b. Back to the previous menu
q. Quit


Please type a selection or press "Enter" to accept default choice [1]: 2

Step 5 of 7 | Prerequisites > Missing Optional Prerequisite

32-bit libraries not found on this system.
This product release requires the presence of 32-bit compatibility libraries
when running on Intel(R) 64 architecture systems. One or more of these libraries
could not be found:
libstdc++ (including libstdc++6)
glibc
libgcc
Without these libraries, the compiler will not function properly. Please refer
to Release Notes for more information.


  1. Finish with prerequisites and continue [default]
  2. Back to Prerequisite summary dialog

h. Help
b. Back to the previous menu
q. Quit


Please type a selection or press "Enter" to accept default choice [1]: 2

Step 5

原文Building Libraries 1
heqin@heqin-dell:~$ tcsh
heqin-dell:~> gedit ~/.cshrc

added by HeQin for base environment

setenv DIR /home/heqin/models/libraries
setenv CC icc
setenv CXX icpc
setenv FC ifort
setenv FCFLAGS -m64
setenv F77 ifort
setenv FFLAGS -m64
heqin-dell:~> source ~/.cshrc
heqin-dell:~> cd ~/Downloads/
heqin-dell:~/Downloads> tar xzvf netcdf-4.1.3.tar.gz
顯示解壓出的內(nèi)容
heqin-dell:~/Downloads> cd netcdf-4.1.3
heqin-dell:~/Downloads/netcdf-4.1.3> ./configure --prefix=$DIR/netcdf-4.1.3 --disable-dap --disable-netcdf-4 --disable-shared
heqin-dell:~/Downloads/netcdf-4.1.3> make
heqin-dell:~/Downloads/netcdf-4.1.3> make install
heqin-dell:~> gedit ~/.cshrc

added by HeQin for netcdf

setenv PATH DIR/netcdf-4.1.3/bin:PATH
setenv NETCDF $DIR/netcdf-4.1.3
heqin-dell:~> source ~/.cshrc

原文Building Libraries 2
heqin-dell:~/Downloads/netcdf-4.1.3> cd ~/Downloads/
heqin-dell:~/Downloads> tar xzvf mpich-3.0.4.tar.gz
顯示解壓出的內(nèi)容
heqin-dell:~/Downloads> cd mpich-3.0.4
heqin-dell:~/Downloads/mpich-3.0.4> ./configure --prefix=$DIR/mpich-3.0.4
heqin-dell:~/Downloads/mpich-3.0.4> make
heqin-dell:~/Downloads/mpich-3.0.4> make install
heqin-dell:~> gedit ~/.cshrc

added by HeQin for mpich

setenv PATH DIR/mpich-3.0.4/bin:PATH
heqin-dell:~> source ~/.cshrc

原文Building Libraries 3
heqin-dell:~> gedit ~/.cshrc

added by HeQin for grib2

setenv LDFLAGS -LDIR/grib2/lib setenv CPPFLAGS -IDIR/grib2/include
heqin-dell:~> source ~/.cshrc
heqin-dell:~/Downloads/mpich-3.0.4> cd ~/Downloads/
heqin-dell:~/Downloads/mpich-3.0.4> tar xzvf zlib-1.2.7.tar.gz
顯示解壓出的內(nèi)容
heqin-dell:~/Downloads> cd zlib-1.2.7
heqin-dell:~/Downloads/zlib-1.2.7> ./configure --prefix=$DIR/grib2
heqin-dell:~/Downloads/zlib-1.2.7> make
heqin-dell:~/Downloads/zlib-1.2.7> make install

原文Building Libraries 4
heqin-dell:~/Downloads/zlib-1.2.7> cd ~/Downloads/
heqin-dell:~/Downloads> tar xzvf libpng-1.2.50.tar.gz
顯示解壓出的內(nèi)容
heqin-dell:~/Downloads> cd libpng-1.2.50
heqin-dell:~/Downloads/libpng-1.2.50> ./configure --prefix=DIR/grib2 heqin-dell:~/Downloads/libpng-1.2.50> make heqin-dell:~/Downloads/libpng-1.2.50> make install 原文Building Libraries 5 heqin-dell:~/Downloads/libpng-1.2.50> cd ~/Downloads/ heqin-dell:~/Downloads> tar xzvf jasper-1.900.1.tar.gz 顯示解壓出的內(nèi)容 heqin-dell:~/Downloads> cd jasper-1.900.1 heqin-dell:~/Downloads/jasper-1.900.1> ./configure --prefix=DIR/grib2
heqin-dell:~/Downloads/jasper-1.900.1> make
heqin-dell:~/Downloads/jasper-1.900.1> make install

Step 6
新建/home/heqin/models/wrf3.8.1后將3個安裝包放在此處
heqin-dell:~/Downloads/jasper-1.900.1> cd ~/models/wrf3.8.1/
heqin-dell:~/models/wrf3.8.1> tar xzvf WRFV3.8.1.TAR.gz
heqin-dell:~/models/wrf3.8.1> tar xzvf WRFV3-Chem-3.8.1.TAR.gz
heqin-dell:~/models/wrf3.8.1> tar xzvf WPSV3.8.1.TAR.gz
heqin-dell:~/models/wrf3.8.1> mv chem/ WRFV3
heqin-dell:~/models/wrf3.8.1> cd WRFV3
heqin-dell:~/models/wrf3.8.1/WRFV3> ./configure
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
Will use NETCDF in dir: /home/heqin/models/libraries/netcdf-4.1.3
HDF5 not set in environment. Will configure WRF for use without.
PHDF5 not set in environment. Will configure WRF for use without.
Will use 'time' to report timing information
JASPERLIB orJASPERINC not found in environment, configuring to build without grib2 I/O...


Please select from among the following Linux x86_64 options:

  1. (serial) 2. (smpar) 3. (dmpar) 4. (dm+sm) PGI (pgf90/gcc)
  2. (serial) 6. (smpar) 7. (dmpar) 8. (dm+sm) PGI (pgf90/pgcc): SGI MPT
  3. (serial) 10. (smpar) 11. (dmpar) 12. (dm+sm) PGI (pgf90/gcc): PGI accelerator
  4. (serial) 14. (smpar) 15. (dmpar) 16. (dm+sm) INTEL (ifort/icc)
    17. (dm+sm) INTEL (ifort/icc): Xeon Phi (MIC architecture)
  5. (serial) 19. (smpar) 20. (dmpar) 21. (dm+sm) INTEL (ifort/icc): Xeon (SNB with AVX mods)
  6. (serial) 23. (smpar) 24. (dmpar) 25. (dm+sm) INTEL (ifort/icc): SGI MPT
  7. (serial) 27. (smpar) 28. (dmpar) 29. (dm+sm) INTEL (ifort/icc): IBM POE
  8. (serial) 31. (dmpar) PATHSCALE (pathf90/pathcc)
  9. (serial) 33. (smpar) 34. (dmpar) 35. (dm+sm) GNU (gfortran/gcc)
  10. (serial) 37. (smpar) 38. (dmpar) 39. (dm+sm) IBM (xlf90_r/cc_r)
  11. (serial) 41. (smpar) 42. (dmpar) 43. (dm+sm) PGI (ftn/gcc): Cray XC CLE
  12. (serial) 45. (smpar) 46. (dmpar) 47. (dm+sm) CRAY CCE (ftn/cc): Cray XE and XC
  13. (serial) 49. (smpar) 50. (dmpar) 51. (dm+sm) INTEL (ftn/icc): Cray XC
  14. (serial) 53. (smpar) 54. (dmpar) 55. (dm+sm) PGI (pgf90/pgcc)
  15. (serial) 57. (smpar) 58. (dmpar) 59. (dm+sm) PGI (pgf90/gcc): -f90=pgf90
  16. (serial) 61. (smpar) 62. (dmpar) 63. (dm+sm) PGI (pgf90/pgcc): -f90=pgf90
  17. (serial) 65. (smpar) 66. (dmpar) 67. (dm+sm) INTEL (ifort/icc): HSW/BDW
  18. (serial) 69. (smpar) 70. (dmpar) 71. (dm+sm) INTEL (ifort/icc): KNL MIC

Enter selection [1-71] : 15

Compile for nesting? (1=basic, 2=preset moves, 3=vortex following) [default 1]: 1
######################


Settings listed above are written to configure.wrf.
If you wish to change settings, please edit that file.
If you wish to change the default options, edit the file:
arch/configure_new.defaults
NetCDF users note:
This installation of NetCDF supports large file support. To enable large file
support in NetCDF, set the environment variable WRFIO_NCD_LARGE_FILE_SUPPORT
to 1 and run configure again. Set to any other value to avoid this message.

Testing for NetCDF, C and Fortran compiler

This installation of NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
It will build in 64-bit

heqin-dell:~/models/wrf3.8.1/WRFV3> ./compile em_real >& compile20180807.log

heqin-dell:~/models/wrf3.8.1/WRFV3> cd ~/models/wrf3.8.1/WPS

heqin-dell:~> gedit ~/.cshrc

added by HeQin for wps use grib2

setenv JASPERLIB DIR/grib2/lib setenv JASPERINCDIR/grib2/include
heqin-dell:~> source ~/.cshrc

heqin-dell:~/models/wrf3.8.1/WPS> ./configure
Will use NETCDF in dir: /home/heqin/models/libraries/netcdf-4.1.3
Found Jasper environment variables for GRIB2 support...
JASPERLIB = /home/heqin/models/libraries/grib2/libJASPERINC = /home/heqin/models/libraries/grib2/include


Please select from among the following supported platforms.

  1. Linux x86_64, gfortran (serial)
  2. Linux x86_64, gfortran (serial_NO_GRIB2)
  3. Linux x86_64, gfortran (dmpar)
  4. Linux x86_64, gfortran (dmpar_NO_GRIB2)
  5. Linux x86_64, PGI compiler (serial)
  6. Linux x86_64, PGI compiler (serial_NO_GRIB2)
  7. Linux x86_64, PGI compiler (dmpar)
  8. Linux x86_64, PGI compiler (dmpar_NO_GRIB2)
  9. Linux x86_64, PGI compiler, SGI MPT (serial)
  10. Linux x86_64, PGI compiler, SGI MPT (serial_NO_GRIB2)
  11. Linux x86_64, PGI compiler, SGI MPT (dmpar)
  12. Linux x86_64, PGI compiler, SGI MPT (dmpar_NO_GRIB2)
  13. Linux x86_64, IA64 and Opteron (serial)
  14. Linux x86_64, IA64 and Opteron (serial_NO_GRIB2)
  15. Linux x86_64, IA64 and Opteron (dmpar)
  16. Linux x86_64, IA64 and Opteron (dmpar_NO_GRIB2)
  17. Linux x86_64, Intel compiler (serial)
  18. Linux x86_64, Intel compiler (serial_NO_GRIB2)
  19. Linux x86_64, Intel compiler (dmpar)
  20. Linux x86_64, Intel compiler (dmpar_NO_GRIB2)
  21. Linux x86_64, Intel compiler, SGI MPT (serial)
  22. Linux x86_64, Intel compiler, SGI MPT (serial_NO_GRIB2)
  23. Linux x86_64, Intel compiler, SGI MPT (dmpar)
  24. Linux x86_64, Intel compiler, SGI MPT (dmpar_NO_GRIB2)
  25. Linux x86_64, Intel compiler, IBM POE (serial)
  26. Linux x86_64, Intel compiler, IBM POE (serial_NO_GRIB2)
  27. Linux x86_64, Intel compiler, IBM POE (dmpar)
  28. Linux x86_64, Intel compiler, IBM POE (dmpar_NO_GRIB2)
  29. Linux x86_64 g95 compiler (serial)
  30. Linux x86_64 g95 compiler (serial_NO_GRIB2)
  31. Linux x86_64 g95 compiler (dmpar)
  32. Linux x86_64 g95 compiler (dmpar_NO_GRIB2)
  33. Cray XE/XC CLE/Linux x86_64, Cray compiler (serial)
  34. Cray XE/XC CLE/Linux x86_64, Cray compiler (serial_NO_GRIB2)
  35. Cray XE/XC CLE/Linux x86_64, Cray compiler (dmpar)
  36. Cray XE/XC CLE/Linux x86_64, Cray compiler (dmpar_NO_GRIB2)
  37. Cray XC CLE/Linux x86_64, Intel compiler (serial)
  38. Cray XC CLE/Linux x86_64, Intel compiler (serial_NO_GRIB2)
  39. Cray XC CLE/Linux x86_64, Intel compiler (dmpar)
  40. Cray XC CLE/Linux x86_64, Intel compiler (dmpar_NO_GRIB2)

Enter selection [1-40] : 17

Configuration successful. To build the WPS, type: compile

Testing for NetCDF, C and Fortran compiler

This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit

heqin-dell:~/models/wrf3.8.1/WPS> ./compile >& compile20180807.log

added by HeQin for base environment

export DIR="/home/heqin/models/libraries"
export CC=icc
export CXX=icpc
export FC=ifort
export FCFLAGS='-m64'
export F77=ifort
export FFLAGS='-m64'

added by HeQin for netcdf

export PATH="{DIR}/netcdf-4.1.3/bin:{PATH}"
export NETCDF="$DIR/netcdf-4.1.3"

added by HeQin for mpich

export PATH="{DIR}/mpich-3.0.4/bin:{PATH}"

added by HeQin for grib2

export LDFLAGS=-L{DIR}/grib2/lib export CPPFLAGS=-I{DIR}/grib2/include

added by HeQin for wps use grib2

export JASPERLIB="{DIR}/grib2/lib" export JASPERINC="{DIR}/grib2/include"

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末甘晤,一起剝皮案震驚了整個濱河市巷疼,隨后出現(xiàn)的幾起案子洪碳,更是在濱河造成了極大的恐慌拦键,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,839評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件褐啡,死亡現(xiàn)場離奇詭異猜丹,居然都是意外死亡,警方通過查閱死者的電腦和手機央渣,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,543評論 2 382
  • 文/潘曉璐 我一進店門计盒,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人芽丹,你說我怎么就攤上這事北启。” “怎么了?”我有些...
    開封第一講書人閱讀 153,116評論 0 344
  • 文/不壞的土叔 我叫張陵咕村,是天一觀的道長场钉。 經(jīng)常有香客問我,道長懈涛,這世上最難降的妖魔是什么逛万? 我笑而不...
    開封第一講書人閱讀 55,371評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮批钠,結(jié)果婚禮上宇植,老公的妹妹穿的比我還像新娘。我一直安慰自己埋心,他們只是感情好指郁,可當(dāng)我...
    茶點故事閱讀 64,384評論 5 374
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著拷呆,像睡著了一般闲坎。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上洋腮,一...
    開封第一講書人閱讀 49,111評論 1 285
  • 那天,我揣著相機與錄音手形,去河邊找鬼啥供。 笑死,一個胖子當(dāng)著我的面吹牛库糠,可吹牛的內(nèi)容都是我干的伙狐。 我是一名探鬼主播,決...
    沈念sama閱讀 38,416評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼瞬欧,長吁一口氣:“原來是場噩夢啊……” “哼贷屎!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起艘虎,我...
    開封第一講書人閱讀 37,053評論 0 259
  • 序言:老撾萬榮一對情侶失蹤唉侄,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后野建,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體属划,經(jīng)...
    沈念sama閱讀 43,558評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,007評論 2 325
  • 正文 我和宋清朗相戀三年候生,在試婚紗的時候發(fā)現(xiàn)自己被綠了同眯。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,117評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡唯鸭,死狀恐怖须蜗,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤明肮,帶...
    沈念sama閱讀 33,756評論 4 324
  • 正文 年R本政府宣布菱农,位于F島的核電站,受9級特大地震影響晤愧,放射性物質(zhì)發(fā)生泄漏大莫。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,324評論 3 307
  • 文/蒙蒙 一官份、第九天 我趴在偏房一處隱蔽的房頂上張望只厘。 院中可真熱鬧,春花似錦舅巷、人聲如沸羔味。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,315評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽赋元。三九已至,卻和暖如春飒房,著一層夾襖步出監(jiān)牢的瞬間搁凸,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,539評論 1 262
  • 我被黑心中介騙來泰國打工狠毯, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留护糖,地道東北人。 一個月前我還...
    沈念sama閱讀 45,578評論 2 355
  • 正文 我出身青樓嚼松,卻偏偏與公主長得像嫡良,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子献酗,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,877評論 2 345

推薦閱讀更多精彩內(nèi)容