WRF > WPS > Link > Geographical Input Data Downloads/WPS 테스트 실행
htp://w w2. 왓 m. 우카 r. 에즈/wrf/우세 rs/두 w ㄉ 아 d/게 t_그래서 s_wps_게오 g. HTML
geogrid.exe를 실행할 때 다음과 같은 오류가 발생했습니다.
ERROR: Could not open /glade/p/work/wrfhelp/WPS_GEOG/topo_10m/index
Parsed 25 entries in GEOGRID.TBL
Processing domain 1 of 2
ERROR: Could not open /glade/p/work/wrfhelp/WPS_GEOG/topo_10m/index
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
with errorcode 0.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
상기에 대응하는 데이터로서는 앞의 링크의
topo_10m
를 선택하면 좋을 것 같다.검색 파일
topo_10m을 포함하여 다음 파일을 검색해야했습니다.
(각각 에러 메시지를 참고로 취득했다).
bz2 파일의 압축해제 위치는
/home/wrf/WPS/GEOG_DATA/
namelist.wps
WPS의 geogrid.exe를 실행할 때 namelist.wps를 참조하는 것 같습니다.
원래의 namelist.wps 파일은 2 도메인의 설정이 되어 있지만, 상기 이외에도 해상도가 높은 (2m의 것) 파일이 한층 더 필요했다. 1개의 도메인(10m 해상도만)으로 변경하고, GEOG 데이터의 경로도 변경했다.
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2006-08-16_12:00:00',
end_date = '2006-08-16_18:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 74,
e_sn = 61,
geog_data_res = '10m',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 34.83,
ref_lon = -81.03,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -98.0,
geog_data_path = '/home/wrf/WPS/GEOG_DATA/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
geogrid 실행
다음과 같이 수행하였다. mpi의 -n은 1이었다.
$ mpirun -n 1 geogrid.exe
Parsed 25 entries in GEOGRID.TBL
Processing domain 1 of 1
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 16 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
Processing LAI12M
Processing SNOALB
Processing SLOPECAT
Processing SLOPECAT
Processing CON
Processing VAR
Processing OA1
Processing OA2
Processing OA3
Processing OA4
Processing OL1
Processing OL2
Processing OL3
Processing OL4
Processing VAR_SSO
Processing LAKE_DEPTH
Optional fields not processed by geogrid:
URB_PARAM (priority=1, resolution='default', path='/home/wrf/WPS/GEOG_DATA/NUDAPT44_1km/')
IMPERV (priority=1, resolution='default', path='/home/wrf/WPS/GEOG_DATA/nlcd2011_imp_ll_9s/')
CANFRA (priority=1, resolution='default', path='/home/wrf/WPS/GEOG_DATA/nlcd2011_can_ll_9s/')
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Successful completion of geogrid. !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
geo_em.d01.nc라는 파일이 작성된 것 같다.
결과 표시
ncview를 사용하는 것 같습니다.
ncview geo_em.d01.nc
표시된 NCview 윈도우에서 `(6)3d vars'의 항목 SOILCBOT(bottom의 Soil의 무엇인가)를 선택하면 그러한 이미지가 표시되었다.
Reference
이 문제에 관하여(WRF > WPS > Link > Geographical Input Data Downloads/WPS 테스트 실행), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/59a38d5c8bb273cf019f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)