{"id":66,"date":"2025-02-03T12:03:15","date_gmt":"2025-02-03T03:03:15","guid":{"rendered":"https:\/\/met-ohara.com\/?p=66"},"modified":"2025-12-17T07:22:23","modified_gmt":"2025-12-16T22:22:23","slug":"wgrib2%e3%81%ab%e9%96%a2%e3%81%99%e3%82%8b%e3%83%a1%e3%83%a2","status":"publish","type":"post","link":"https:\/\/met-ohara.com\/?p=66","title":{"rendered":"wgrib2\u306b\u95a2\u3059\u308b\u30e1\u30e2"},"content":{"rendered":"\n<p>&nbsp;wgrib2\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u4f7f\u3044\u65b9\u306b\u95a2\u3059\u308b\u30e1\u30e2\u3067\u3059. \u8a73\u7d30\u306f<a href=\"https:\/\/www.cpc.ncep.noaa.gov\/products\/wesley\/wgrib2\/\">NCEP\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8<\/a>\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/strong><\/h2>\n\n\n\n<p>&nbsp;\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u304b\u3089\u30b3\u30f3\u30d1\u30a4\u30eb\u307e\u3067, \u516c\u5f0f\u306e\u624b\u9806\u306b\u5f93\u3063\u3066\u9032\u3081\u308b(Linux\u30de\u30b7\u30f3\u3067Intel \u30b3\u30f3\u30d1\u30a4\u30e9\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408). <\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Roboto-Mono.ttf\" style=\"font-size:1.125rem;font-family:Code-Pro-Roboto-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#EEFFFF;--cbp-line-number-width:calc(2 * 0.6 * 1.125rem);line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#EEFFFF;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly># 1. \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 (wgrib2.tar.gz \u304c\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u308b)\n$ wget https:\/\/www.ftp.cpc.ncep.noaa.gov\/wd51we\/wgrib2\/wgrib2.tgz\n\n# 2. \u89e3\u51cd\u3059\u308b (grib2\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u5c55\u958b\u3055\u308c\u308b)\n$ tar -zxvf wgrib2.tar.gz\n\n# 3. \u30b3\u30f3\u30d1\u30a4\u30eb\u524d\u306bmakefile\u3092\u5909\u66f4\n$ cd grib2\/\n$ emacs makefile # USE_AEC=0, USE_OPENJPEG=0\u306b\u5909\u66f4\n\n# 4. \u74b0\u5883\u5909\u6570\u3092\u8a2d\u5b9a\n$ export CC=icc\n$ export FC=ifort\n$ export COMP_SYS=intel_linux\n\n# 5. \u30b3\u30f3\u30d1\u30a4\u30eb\u5b9f\u884c(\u6570\u5206\u7a0b\u5ea6)\n$ make<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme\" style=\"background-color: #263238\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># 1. \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 (wgrib2.tar.gz \u304c\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u308b)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">wget<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">https:\/\/www.ftp.cpc.ncep.noaa.gov\/wd51we\/wgrib2\/wgrib2.tgz<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># 2. \u89e3\u51cd\u3059\u308b (grib2\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u5c55\u958b\u3055\u308c\u308b)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">tar<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">-zxvf<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">wgrib2.tar.gz<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># 3. \u30b3\u30f3\u30d1\u30a4\u30eb\u524d\u306bmakefile\u3092\u5909\u66f4<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">cd<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">grib2\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">emacs<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">makefile<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #546E7A; font-style: italic\"># USE_AEC=0, USE_OPENJPEG=0\u306b\u5909\u66f4<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># 4. \u74b0\u5883\u5909\u6570\u3092\u8a2d\u5b9a<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">export<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">CC=icc<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">export<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">FC=ifort<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">export<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">COMP_SYS=intel_linux<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># 5. \u30b3\u30f3\u30d1\u30a4\u30eb\u5b9f\u884c(\u6570\u5206\u7a0b\u5ea6)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">make<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>&nbsp;\u30b3\u30f3\u30d1\u30a4\u30eb\u304c\u7d42\u308f\u308b\u3068, grib2\/wgrib2\/ \u306e\u4e2d\u306b wgrib2 \u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u3066\u3044\u308b\u306f\u305a. \u30d1\u30b9\u3092\u901a\u3057\u3066\u304a\u304f:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Roboto-Mono.ttf\" style=\"font-size:1.125rem;font-family:Code-Pro-Roboto-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#EEFFFF;--cbp-line-number-width:calc(1 * 0.6 * 1.125rem);line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#EEFFFF;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly># \/hoge\/grib2\/wgrib2\/wgrib2 \u306b\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u5834\u5408\n$ export PATH=\"\/hoge\/grib2\/wrgib2:${PATH}\"\n\n# \u6bce\u56de\u30d1\u30b9\u3092\u901a\u3059\u306e\u306f\u9762\u5012\u306a\u306e\u3067~\/.bashrc\u306b\u4e0a\u8a18\u3092\u66f8\u3044\u3066\u304a\u304f\u3068\u3088\u3044<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme\" style=\"background-color: #263238\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># \/hoge\/grib2\/wgrib2\/wgrib2 \u306b\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u5834\u5408<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">export<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">PATH=<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">\/hoge\/grib2\/wrgib2:<\/span><span style=\"color: #89DDFF\">${<\/span><span style=\"color: #EEFFFF\">PATH<\/span><span style=\"color: #89DDFF\">}&quot;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># \u6bce\u56de\u30d1\u30b9\u3092\u901a\u3059\u306e\u306f\u9762\u5012\u306a\u306e\u3067~\/.bashrc\u306b\u4e0a\u8a18\u3092\u66f8\u3044\u3066\u304a\u304f\u3068\u3088\u3044<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u30d1\u30b9\u3092\u901a\u3057\u305f\u3089\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u3066\u307f\u308b:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Roboto-Mono.ttf\" style=\"font-size:1.125rem;font-family:Code-Pro-Roboto-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#EEFFFF;--cbp-line-number-width:calc(1 * 0.6 * 1.125rem);line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#EEFFFF;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>$ wgrib2 --version\n# v3.1.3 10\/2023 Wesley Ebiszaki, ... \u3068\u8868\u793a\u3055\u308c\u3066\u3044\u308c\u3070ok <\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme\" style=\"background-color: #263238\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #FFCB6B\">$<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">wgrib2<\/span><span style=\"color: #EEFFFF\"> <\/span><span style=\"color: #C3E88D\">--version<\/span><\/span>\n<span class=\"line\"><span style=\"color: #546E7A; font-style: italic\"># v3.1.3 10\/2023 Wesley Ebiszaki, ... \u3068\u8868\u793a\u3055\u308c\u3066\u3044\u308c\u3070ok <\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u305d\u306e\u4ed6<\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\u53e4\u3044wgrib2\u3067JRA3Q\u30c7\u30fc\u30bf\u3092\u51e6\u7406\u3059\u308b\u5834\u5408\u306b\u51fa\u308b\u30a8\u30e9\u30fc<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>JRA3Q\u306eGRIB2\u30c7\u30fc\u30bf\u3092\u51e6\u7406\u3059\u308b\u969b\u306b<strong>v3.0.2<\/strong>\u306ewgrib2\u3092\u4f7f\u7528\u3059\u308b\u3068\u6b21\u306e\u3088\u3046\u306a\u30a8\u30e9\u30fc\u304c\u51fa\u308b:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Roboto-Mono.ttf\" style=\"font-size:1.125rem;font-family:Code-Pro-Roboto-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#EEFFFF;--cbp-line-number-width:calc(1 * 0.6 * 1.125rem);line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#EEFFFF;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>$ wgrib2 anl_mdl_hgt.20180601\n\n    1:0:d=2018060100:HGT:1 hybrid level:anl:\n\n    *** FATAL ERROR (delayed): PDT size error<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme\" style=\"background-color: #263238\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #EEFFFF\">$ wgrib2 anl_mdl_hgt.20180601<\/span><\/span>\n<span class=\"line\"><span style=\"color: #EEFFFF\"><\/span><\/span>\n<span class=\"line\"><span style=\"color: #EEFFFF\">    1:0:d=2018060100:HGT:1 hybrid level:anl:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #EEFFFF\"><\/span><\/span>\n<span class=\"line\"><span style=\"color: #EEFFFF\">    *** FATAL ERROR (delayed): PDT size error<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>\u4e0a\u8a18\u306e\u30a8\u30e9\u30fc\u306f, JRA3Q\u306e\u30e2\u30c7\u30eb\u9762\u30c7\u30fc\u30bf\u306b\u5bfe\u3059\u308b\u5b9f\u884c\u306e\u969b\u306b\u73fe\u308c\u308b. \u5730\u8868\u9762\u30c7\u30fc\u30bf\u306e\u5834\u5408\u306b\u306f\u52d5\u4f5c\u3059\u308b. \u3053\u306e\u30a8\u30e9\u30fc\u306f, \u30d7\u30ed\u30c0\u30af\u30c8\u5b9a\u7fa9\u7bc0(Product Definition Template; PDT)\u306e\u30b5\u30a4\u30ba\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u969b\u306b, \u60f3\u5b9a\u3055\u308c\u308b\u30b5\u30a4\u30ba\u3068\u7570\u306a\u308b\u30b5\u30a4\u30ba\u304c\u691c\u77e5\u3055\u308c\u305f\u969b\u306b\u51fa\u529b\u3055\u308c\u308b\u3089\u3057\u3044. <a href=\"https:\/\/www.cpc.ncep.noaa.gov\/products\/wesley\/wgrib2\/check_pdt_size.html\">\u516c\u5f0f\u306e\u89e3\u8aac\u30da\u30fc\u30b8<\/a>\u304c\u3042\u308b. PDT\u306e\u30b5\u30a4\u30ba\u30c1\u30a7\u30c3\u30af\u3092\u884c\u308f\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3064\u3051\u308b\u3053\u3068\u3067\u3053\u306e\u30a8\u30e9\u30fc\u306f\u51fa\u306a\u304f\u306a\u308b<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Roboto-Mono.ttf\" style=\"font-size:1.125rem;font-family:Code-Pro-Roboto-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#EEFFFF;--cbp-line-number-width:calc(1 * 0.6 * 1.125rem);line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#EEFFFF;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>$ wgrib2 -check_pdt_size 0 anl_mdl_hgt.20180601<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme\" style=\"background-color: #263238\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #EEFFFF\">$ wgrib2 -check_pdt_size 0 anl_mdl_hgt.20180601<\/span><\/span><\/code><\/pre><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>\u65b0\u3057\u3044wgrib2 (v3.1.3)\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408\u306b\u306fPDT\u30b5\u30a4\u30ba\u306e\u30a8\u30e9\u30fc\u306f\u51fa\u306a\u3044. wgrib2\u306e\u30d0\u30fc\u30b8\u30e7\u30f33\u306b\u3064\u3044\u3066\u306e<a href=\"https:\/\/wgrib2-docs.readthedocs.io\/en\/latest\/release_notes\/changelog_v3.html\">\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u5c65\u6b74<\/a>\u3092\u898b\u3066\u307f\u308b\u3068, v3.1.0\u3067check_pdt_size\u306b\u95a2\u3059\u308b\u5909\u66f4\u304c\u884c\u308f\u308c\u305f\u3088\u3046\u3067\u3042\u308b. \u30a8\u30e9\u30fc\u306b\u5bfe\u3057\u3066\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3064\u3051\u3066\u5bfe\u5fdc\u3059\u308b\u3088\u308a\u3082\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3060\u308d\u3046.<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;wgrib2\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u4f7f\u3044\u65b9\u306b\u95a2\u3059\u308b\u30e1\u30e2\u3067\u3059. \u8a73\u7d30\u306fNCEP&#8230; <a href=\"https:\/\/met-ohara.com\/?p=66\" class=\"readmore\">\u7d9a\u304d\u3092\u8aad\u3080<span class=\"screen-reader-text\">wgrib2\u306b\u95a2\u3059\u308b\u30e1\u30e2<\/span><span class=\"fa fa-angle-double-right\" aria-hidden=\"true\"><\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[10,7,5],"tags":[],"class_list":["post-66","post","type-post","status-publish","format-standard","hentry","category-10","category-7","category-5","content-layout-excerpt-thumb"],"_links":{"self":[{"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/met-ohara.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":45,"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/posts\/66\/revisions"}],"predecessor-version":[{"id":276,"href":"https:\/\/met-ohara.com\/index.php?rest_route=\/wp\/v2\/posts\/66\/revisions\/276"}],"wp:attachment":[{"href":"https:\/\/met-ohara.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/met-ohara.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/met-ohara.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}