2
2

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 5 years have passed since last update.

2019-10-10 WRF > WPS v3.7とv4.1の違い > ALBEDO12Mの定義での使用データ(default)がalbedo_ncepからalbedo_modisへ変更された

Last updated at Posted at 2019-10-10
動作環境
CentOS release 6.9 (Final)
CentOS Linux release 7.7.1908 (Core)

WRF (Weather Research and Forecasting Model)関連。

geogrid.exeでエラー

CentOS 6.9 + WRF v3.7のシステムをCentOS 7.7 + WRF v4.1.1(WPS v4.1)に移行しようとしたところ、geogrid.exe実行時に下記のようなエラーがでるようになった。

...
2019-10-10 22:16:46.768 --- INFORM: Using default data source for ALBEDO12M.
2019-10-10 22:16:46.768 --- ERROR: Could not open /home/XXX/WPS/GEOG_DATA/albedo_modis/index

geogrid/GEOGRID.TBL.ARWファイルの違い

WPS v3.7

...
name=ALBEDO12M
        priority=1
        dest_type=continuous
        z_dim_name=month
        masked = water
        fill_missing = 8.
        interp_option=default:four_pt+average_4pt+average_16pt+search
        rel_path=default:albedo_ncep/
...

WPS v4.1

...
name=ALBEDO12M
        priority=1
        dest_type=continuous
        z_dim_name=month
        masked = water
        fill_missing = 8.
        interp_option=albedo_modis:four_pt+average_4pt+average_16pt+search
        interp_option=albedo_ncep:four_pt+average_4pt+average_16pt+search
        interp_option= lowres:four_pt+wt_average_4pt+wt_average_16pt+search
        interp_option=default:four_pt+average_4pt+average_16pt+search
        rel_path=albedo_modis:albedo_modis/
        rel_path=albedo_ncep:albedo_ncep/
        rel_path= lowres:albedo_modis/
        rel_path=default:albedo_modis/
...

違い

v3.7ではdefaultとしてalbedo_ncepを使用していた。
v4.1において、albedo_ncepのパスは指定されているが、defaultとしてはalbedo_modisを使うようになっているようだ。

ファイル取得

ファイルは以下から取得できる。
http://www2.mmm.ucar.edu/wrf/users/download/get_sources_wps_geog.html

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?