forked from alycest/WRF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnamelist_Pinjarra.wps
50 lines (47 loc) · 1.37 KB
/
namelist_Pinjarra.wps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2019-02-01_00:00:00','2019-02-01_00:00:00', '2019-02-01_00:00:00',
end_date = '2019-02-28_00:00:00','2019-02-28_00:00:00', '2019-02-28_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 3, 3,
i_parent_start = 1, 27, 28,
j_parent_start = 1, 27, 26,
e_we = 82, 85, 100,
e_sn = 82, 82, 100,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the MAXSNOALB and ALBEDO12M
! fields have changed in WPS v4.0. These fields are now interpolated
! from MODIS-based datasets.
!
! To match the output given by the default namelist.wps in WPS v3.9.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'default','default',
dx = 36000,
dy = 36000,
map_proj = 'lambert',
ref_lat = -32.66,
ref_lon = 115.93,
truelat1 = -32.66,
truelat2 = -32.66,
stand_lon = 115.93,
geog_data_path = '/apps/hbv2/wps-openmpi/WPS-4.1/geogrid/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/