2019-10-10 WRF > WPS v3.7とv4.1の違い > ALBEDO12Mの定義での使用データ(default)がalbedo_ncepからalbedo_modisへ変更された
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
Author And Source
この問題について(2019-10-10 WRF > WPS v3.7とv4.1の違い > ALBEDO12Mの定義での使用データ(default)がalbedo_ncepからalbedo_modisへ変更された), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/e560e543a477ece03457著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .