-
Notifications
You must be signed in to change notification settings - Fork 11
/
namelist.wrf
232 lines (188 loc) · 8.56 KB
/
namelist.wrf
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
================== WRF/ERA5 DATA EXTRACTION (ON SURFACE) ====================
=============================================================================
WRF_Extract_ON_OFF = 0
ERA5_Extract_ON_OFF = 0
Variable_names = sp
Location_names = Anzali, Berlin, Cairo, Houston, Shanghai
Location_latitudes = 37.46, 52.52, 30.04, 29.76, 31.23
Location_longitudes = 49.48, 13.40, 31.23, -95.37, 121.47
+Vertical_profile_plot_on_off = 0
+Vprofile_X_axis_decimals = 3
-----------------------------------------------------------------------------
============================= WRF CONTOUR PLOT ==============================
=============================================================================
CONTOUR_ON_OFF = 1
!!! Variable_1 by line contours !!!
1st_Variable_on_off = 0
1st_Variable_name = T2
1st_Variable_pressure_level = 0
1st_Variable_intervals = 5
1st_Variable_line_color = red
1st_Variable_line_thickness = 0.5
1st_Variable_label_size = 0.5
!!! Variable_2 by (broken) line contours !!!
2nd_Variable_on_off = 0
2nd_Variable_name = pvo
2nd_Variable_pressure_level = 700
2nd_Variable_intervals = 0
2nd_Variable_line_color = red
2nd_Variable_line_thickness = 0.5
2nd_Variable_label_size = 0.4
2nd_Variable_brokenline_on_off = 1
!!! Variable_3 by shaded contours !!!
3rd_Variable_on_off = 1
3rd_Variable_name = rh/100
3rd_Variable_pressure_level = 700,
Wind_Vectors_on_off = 0
Wind_Vectors_pressure_level = 500
Wind_Vectors_speed (m/s) = 5
Wind_Vectors_density = 0.5
Wind_Vectors_color = red
Wind_Vectors_thickness = 0.5
Wind_Barbs_on_off = 0
Location_point_mark_on_off = 0
Location_labels_on_off = 1
Location_labels_size = 0.2
Location_labels_color = black
Shapefile_on-off = 0
Shapefile_path = /home/anikfal/shapefiles/anazali_swamp.shp
HighRes_coastline_on_off = 0
HighRes_coastline_data_path = /home/anikfal/PostWRF/highres
-----------------------------------------------------------------------------
=========================== WRF CROSS SECTION PLOT ==========================
=============================================================================
CROSSSECTION_ON-OFF = 0
CrossSection_path_on_off = 1
Topographic_map_on_off = 1
!!! 3D Variable_1 by line contours !!!
1st_var_on_off = 0
1st_var_name = (ua^2 + va^2)^0.5
1st_var_intervals = 10
1st_var_line_color = black
1st_var_line_thickness = 0.5
1st_var_label_size = 0.5
!!! 3D Variable_2 by (broken) line contours !!!
2nd_var_on_off = 1
2nd_var_name = tc
2nd_var_intervals = 20
2nd_var_line_color = red
2nd_var_line_thickness = 0.5
2nd_var_label_size = 0.5
2nd_var_brokenline_on_off = 1
!!! 3D Variable_3 by shaded contours !!!
3rd_var_on_off = 1
3rd_var_name = QCLOUD
-----------------------------------------------------------------------------
======================== WRF STATISTICAL DIAGRAMS ===========================
=============================================================================
STATISTICAL_DIAGRAMS_ON_OFF = 0
Timeseries_ON_OFF = 0
Timeseries_Line_on_off = 1
Timeseries_Marker_on_off = 1
Scatterplot_ON_OFF = 1
Taylor_diagram_ON_OFF = 0
Taylor_labels_size = 0.5
Taylor_markers_size = 0.5
-----------------------------------------------------------------------------
============================== WRF DOMAIN PLOT ==============================
=============================================================================
Domain_On-Off = 0
namelist.wps_path (schematic) = /home/anikfal/WRFTEST/WPS/namelist.wps
background_color (schematic) = forestgreen
lables_On-Off (schematic) = 0
+Domain_on_off (topography) = 1
+number_of_domains (topography) = 2
+box_color = white
-----------------------------------------------------------------------------
=========================== WRF WIND ROSE DIAGRAM ===========================
=============================================================================
windrose_On-Off = 0
wind_location_name = shiraz
wind_location_latitude = 29.5
wind_location_longitude = 52.5
-----------------------------------------------------------------------------
============================ WRF SKEWT DIAGRAM ==============================
=============================================================================
skewT_On-Off = 0
skewt_location_name = shiraz
skewt_location_latitude = 29.5
skewt_location_longitude = 52.5
-----------------------------------------------------------------------------
========================== WRF CONVERT TO GEOTIFF ===========================
=============================================================================
Geotiff_ON_OFF = 0
Variable_name_to_Geotiff = rh
Geotiff_pressure_level = 500
tiff_resolution (km) = 10
-----------------------------------------------------------------------------
========================== RTTOV-WRF INPUT/OUTPUT ===========================
=============================================================================
RTTOV_On-Off = 0
WRF2RTTOV_profiles_OnOff = 0
aerosol_profile_OnOff = 0
RTTOV_OUTPUT_OnOff = 1
rttov_output_prefix = output_example_
Brightness_temperature = 1
Reflectance = 0
Radiance = 0
Surface_emissivity = 0
-----------------------------------------------------------------------------
============================= ERA5 CONTOUR PLOT =============================
=============================================================================
ERA5_ON_OFF = 0
!!! Variable_1 by line contours !!!
1st_ERA5_Var_on_off = 1
1st_ERA5_Var_name = z
1st_ERA5_Var_pressure_level = 500
1st_ERA5_Var_intervals = 5
1st_ERA5_Var_line_color = blue
1st_ERA5_Var_line_thickness = 0.5
1st_ERA5_Var_label_size = 0.3
!!! Variable_2 by (broken) line contours !!!
2nd_ERA5_Var_on_off = 0
2nd_ERA5_Var_name = t
2nd_ERA5_Var_pressure_level = 500
2nd_ERA5_Var_intervals = 0
2nd_ERA5_Var_line_color = red
2nd_ERA5_Var_line_thickness = 0.5
2nd_ERA5_Var_label_size = 0.3
2nd_ERA5_Var_brokenline_on_off = 0
!!! Variable_3 by shaded contours !!!
3rd_ERA5_Var_on_off = 1
3rd_ERA5_Var_name = t
3rd_ERA5_Var_pressure_level = 0
Wind_ERA5_on_off = 1
Wind_ERA5_pressure_level = 500
Wind_ERA5_speed (m/s) = 7
Wind_ERA5_density = 0.5
Wind_ERA5_color = black
Wind_ERA5_thickness = 0.5
wind_barbs_on_off = 1
ERA5_point_mark_on_off = 0
ERA5_labels_on_off = 0
ERA5_labels_size = 0.3
ERA5_labels_color = black
ERA5_Shapefile_on_off = 0
ERA5_shapefile_path = /home/anikfal/shapefiles/anzali_swamp.shp
ERA5_SubDomain_on_off = 0
Min_lat = 30
Max_lat = 50
Min_lon = 55
Max_lon = 65
-----------------------------------------------------------------------------
============================= GENERAL SETTINGS ==============================
=============================================================================
spin-up_time (hours) = 0
averaging_on_off = 0
average_time (hours) = 12
panel_plot__on_off = 0
panel_plot__rows_number = 2
panel_plot__columns_number = 3
smooth_maps_on_off = 1
borderline_on_off = 1
map_borderline_color = black
map_borderline_thickness = 0.5
map_filled_ocean_on_off = 1
map_gridlines_on_off = 0
plot_titles_on_off = 1
-----------------------------------------------------------------------------