1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

インストールメモ: wgrib2

Last updated at Posted at 2023-04-20

ソースコード所在 https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/
https://www.ftp.cpc.ncep.noaa.gov/wd51we/wgrib2/

取ってきたのは v3.1.2 らしい。最終更新は Feb 2023 だからサポートされているソフトウェアといえる。

$ tar xvf wgrib2.tgz
$ cd grib2/
$ export CC=gcc FC=gfortran
$ vi makefile
$ make
$ ./wgrib2/wrgib2 -config 
$ sudo install -m 0755 wgrib2/wrgib2 /usr/local/bin/

makefile の修正

  • USE_AEC=0 (make がエラーメッセージを吐くので言われたとおりにする)

とりあえずこれでバイナリができる。

まっとうに動くかどうかは知らん。だめで修正するときはここに反映したい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?