Skip to content

Commit 1d52cc1

Browse files
authored
WPS namlist
1 parent 001c234 commit 1d52cc1

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

for input/namelist.wps

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
&share
2+
wrf_core = 'ARW',
3+
max_dom = 1,
4+
start_date = '2013-06-26_00:00:00',
5+
end_date = '2013-10-05_00:00:00',,
6+
interval_seconds = 21600
7+
io_form_geogrid = 2,
8+
/
9+
10+
&geogrid
11+
parent_id = 1,
12+
parent_grid_ratio = 1,
13+
i_parent_start = 1,
14+
j_parent_start = 1,
15+
e_we = 106,
16+
e_sn = 111,
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 = 'gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
33+
dx = 25000,
34+
dy = 25000,
35+
map_proj = 'mercator',
36+
ref_lat = 36.5
37+
ref_lon = -86.5,
38+
truelat1 = 36.5,
39+
stand_lon = -86.5,
40+
geog_data_path = '/share/data/wrf/GEOG_3.9.1/'
41+
/
42+
43+
&ungrib
44+
out_format = 'WPS',
45+
prefix = 'FILE',
46+
/
47+
48+
&metgrid
49+
fg_name = 'FILE'
50+
io_form_metgrid = 2,
51+
/

0 commit comments

Comments
 (0)