WRF > WPS > Link > Geographical Input Data Downloads/WPS 테스트 실행

WRF에서 geogrid.exe를 실행할 때 사용할 데이터에 대한 링크
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/
  • albedo_ncep
  • lai_modis_10m
  • maxsnowalb
  • soiltype_bot_10m
  • varsso_10m
  • greenfrac
  • lake_depth
  • orogwd_10m
  • soiltype_top_10m
  • islope
  • landuse_10m
  • soiltemp_1deg
  • topo_10m

  • namelist.wps



    WPS의 geogrid.exe를 실행할 때 namelist.wps를 참조하는 것 같습니다.

    원래의 namelist.wps 파일은 2 도메인의 설정이 되어 있지만, 상기 이외에도 해상도가 높은 (2m의 것) 파일이 한층 더 필요했다. 1개의 도메인(10m 해상도만)으로 변경하고, GEOG 데이터의 경로도 변경했다.
  • max_dom을 1로 변경
  • 2 항목이있는 행을 1 항목으로 변경
  • geog_data_path의 경로 변경

  • 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의 무엇인가)를 선택하면 그러한 이미지가 표시되었다.



    좋은 웹페이지 즐겨찾기