Merge pull request #52 from jimbresch/ec113
[WPS.git] / namelist.wps
blob8c2273d098ff42d64e882b241be5ec4690fa66f6
1 &share
2  wrf_core = 'ARW',
3  max_dom = 2,
4  start_date = '2006-08-16_12:00:00','2006-08-16_12:00:00',
5  end_date   = '2006-08-16_18:00:00','2006-08-16_12:00:00',
6  interval_seconds = 21600
7  io_form_geogrid = 2,
10 &geogrid
11  parent_id         =   1,   1,
12  parent_grid_ratio =   1,   3,
13  i_parent_start    =   1,  31,
14  j_parent_start    =   1,  17,
15  e_we              =  74, 112,
16  e_sn              =  61,  97,
17  !
18  !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
19  ! The default datasets used to produce the HGT_M, GREENFRAC, 
20  ! and LU_INDEX/LANDUSEF fields have changed in WPS v3.8. The HGT_M field
21  ! is now interpolated from 30-arc-second USGS GMTED2010, the GREENFRAC 
22  ! field is interpolated from MODIS FPAR, and the LU_INDEX/LANDUSEF fields 
23  ! are interpolated from 21-class MODIS.
24  !
25  ! To match the output given by the default namelist.wps in WPS v3.7.1, 
26  ! the following setting for geog_data_res may be used:
27  !
28  ! geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
29  !
30  !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
31  !
32  geog_data_res = 'default','default',
33  dx = 30000,
34  dy = 30000,
35  map_proj = 'lambert',
36  ref_lat   =  34.83,
37  ref_lon   = -81.03,
38  truelat1  =  30.0,
39  truelat2  =  60.0,
40  stand_lon = -98.0,
41  geog_data_path = '/glade/p/work/wrfhelp/WPS_GEOG/'
44 &ungrib
45  out_format = 'WPS',
46  prefix = 'FILE',
49 &metgrid
50  fg_name = 'FILE'
51  io_form_metgrid = 2,