[Wrf-users] Run ungirb.exe tips "STOP get_dims"
karougeo at geo.auth.gr
karougeo at geo.auth.gr
Thu Jan 11 23:39:00 MST 2018
You should make the mother domain bigger (domain 1) or you should make
the inner nest (doamin 2) smaller.
$ ncl plotgrids_new.ncl
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
(0) Warning: Eastern edge of grid must be at least 5 grid points from
mother domain!
(0) Warning: Northern edge of grid must be at least 5 grid points from
mother domain!
(0) Warning: Inner nest (domain = 2) is not fully contained in mother
nest (domain = 1)!
(0) For the current setup of mother domain = 1, you can only have a
nest of size 109X178. Stopping Program!
Quoting TongQingQing <me at tongqingqing.name>:
> Any idea on how to resolve this problem?
>
>
> Namelist
>
> &share
> wrf_core = 'ARW',
> max_dom = 4,
> start_date = '2018-01-08_00:00:00', '2018-01-08_00:00:00',
> '2018-01-08_00:00:00','2018-01-08_00:00:00',
> end_date = '2018-01-15_00:00:00', '2018-01-15_00:00:00',
> '2018-01-15_00:00:00','2018-01-15_00:00:00',
> interval_seconds = 10800,
> io_form_geogrid = 2,
> /
>
> &geogrid
> parent_id = 1, 1, 2, 2,
> parent_grid_ratio = 1, 3, 3, 3,
> i_parent_start = 1, 28, 5, 13,
> j_parent_start = 1, 39, 21, 64,
> e_we = 69, 115, 265, 247,
> e_sn = 103, 181, 235, 196,
> !
> !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
> ! The default datasets used to produce the HGT_M, GREENFRAC,
> ! and LU_INDEX/LANDUSEF fields have changed in WPS v3.8. The HGT_M field
> ! is now interpolated from 30-arc-second USGS GMTED2010, the GREENFRAC
> ! field is interpolated from MODIS FPAR, and the LU_INDEX/LANDUSEF fields
> ! are interpolated from 21-class MODIS.
> !
> ! To match the output given by the default namelist.wps in WPS v3.7.1,
> ! the following setting for geog_data_res may be used:
> !
> ! geog_data_res =
> 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
> ! geog_data_res =
> 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
> !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !
> geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m',
> 'gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
> 'gtopo_2m+usgs_2m+nesdis_greenfrac+2m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
> dx = 27000,
> dy = 27000,
> map_proj = 'lambert',
> ref_lat = 40.88,
> ref_lon = 113.35,
> truelat1 = 30.0,
> truelat2 = 60.0,
> stand_lon = 113.35,
> geog_data_path ='/public/data/WPS_GEOG/geog'
> /
>
> &ungrib
> out_format = 'WPS',
> prefix = 'FILE',
> /
>
> &metgrid
> fg_name = 'FILE'
> io_form_metgrid = 2,
> /
More information about the Wrf-users
mailing list