source: trunk/MESOSCALE_DEV/SRC/ARWpost/namelist.ARWpost_all @ 357

Last change on this file since 357 was 207, checked in by aslmd, 13 years ago

MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.

File size: 6.6 KB
Line 
1&datetime
2! start_date = '2024-12-52_18:00:00',
3! end_date   = '2024-12-54_00:00:00',
4 start_date = '2024-07-18_18:00:00',
5 end_date   = '2024-07-20_00:00:00',
6! start_date = '2024-07-23_00:00:00',
7! end_date   = '2024-07-24_00:00:00',
8 start_date = '2025-01-50_06:00:00',
9 end_date   = '2025-01-50_18:00:00',
10! start_date = '2023-01-49_06:00:00',
11! end_date   = '2023-01-49_18:00:00',
12! start_date = '2024-07-15_00:30:00',
13! end_date   = '2024-07-15_00:36:00',
14! start_date = '2024-07-19_00:00:00',
15! end_date   = '2024-07-20_00:00:00',
16! start_date = '2025-01-50_00:00:00',
17! end_date   = '2025-01-51_00:00:00',
18 start_date = '2024-09-22_18:00:00',
19 end_date = '2024-09-23_06:00:00',
20 start_date = '2025-07-09_00:00:00',
21 end_date   = '2025-07-09_22:00:00',
22
23
24 interval_seconds = 14800,     !**** 6 Martian hours is 22200 seconds, 2 MH is 7400 seconds
25 interval_seconds = 7400,
26! interval_seconds = 22200,     !**** 6 Martian hours is 22200 seconds, 2 MH is 7400 seconds
27! interval_seconds = 14800,     !**** 6 Martian hours is 22200 seconds, 2 MH is 7400 seconds
28! interval_seconds = 100        !**** LES :)
29/
30
31&io
32 io_form_input  = 2,
33!------------------------------------------------------------------------------------
34! input_root_name = '/d5/aslmd/WRF_Mars/Valles_Marineris/wrfout'
35! input_root_name = '/d5/aslmd/WRF_Mars/Olympus_Mons/radt74_NH/wrfout'
36! input_root_name = '/d5/aslmd/WRF_Mars/GCM_43x33/wrfout'
37! input_root_name = '/d5/aslmd/WRF_Mars/Tharsis/wrfout'
38! input_root_name = '/d5/aslmd/WRF_Mars/Olympus_Mons/radt74_H/wrfout'
39! input_root_name = '/d5/aslmd/WRF_Mars/Elyseum_Mons2/wrfout'
40! input_root_name = '/d5/aslmd/WRF_Mars/Elyseum_Mons/wrfout'
41! input_root_name = '/d5/aslmd/WRF_Mars/Elyseum_Mons/NH/wrfout'
42! input_root_name = '/d5/aslmd/WRF_Mars/Olympus_Mons_wide/wrfout'
43! input_root_name = '/d5/aslmd/WRF_Mars/OMEGA/1_7_wrfout'
44! input_root_name = '/d5/aslmd/WRF_Mars/Valles_Marineris/phy2/1_7_wrfout'
45! input_root_name = '/d5/aslmd/WRF_Mars/Olympus_Mons/1_3_wrfout'
46!!!!!en fait il suffit de régler l'include pour se passer de niveaux et allr plsu vite
47! input_root_name = '/d5/aslmd/WRF_Mars/LES/*day*/wrfout'
48! input_root_name = '/d5/aslmd/WRF_Mars/Elyseum_Mons/wrfout'
49! input_root_name = '/d5/aslmd/WRF_Mars/OMEGA/better_resolution/1_7_wrfout'
50 input_root_name = '/d5/aslmd/WRF_Mars/OMEGA/better_resolution_less_physics/1_7_wrfout'
51! input_root_name = '/d5/aslmd/WRF_Mars/OMEGA/lowdust/1_7_wrfout'
52input_root_name = '/d5/lmlmd/Aymeric/Hellas_coarse/wrfout'
53!------------------------------------------------------------------------------------
54! output_root_name = '/d5/aslmd/BIG_DATA/WRF/ARWpost/arwpost'   !**** symbolic links here too :)
55 output_root_name = './input'
56 plot = 'list'
57 fields = 'tk,HGT,PSFC'
58 fields = 'tk,HGT,PSFC,U,V,W'
59! fields = 'U,V,T,HGT'
60! fields = 'U,V,tk,HGT'
61! fields = 'U,V'
62! fields = 'tk,W'
63! fields = 'tk,HGT,PSFC'
64 output_type = 'grads'          !**** the 'grads' option was modified for IDL
65 mercator_defs = .false.        !**** IDL: no need ??   
66/
67 fields = 'U,V,W,tk,HGT'
68 fields = 'tk, U, V, HGT, TSK, PSFC'
69 fields = 'HGT, PSFC, tk, pressure'
70 fields = 'U,V, HGT, tk'
71 fields = 'height,pressure,tk,umet,vmet, HGT'
72 output_type = 'grads'
73 output_type = 'v5d'
74 fields = 'height,pressure,tk,tc'
75 fields = 'height,theta,tc,tk,td,rh,umet,vmet,pressure,dbz,max_dbz,u10m,v10m,wdir,wspd,wd10,ws10,slp,mcape,mcin,lcl,lfc,cape,cin,clfr'
76 plot = 'all'
77 plot = 'basic'       ! see gridinfo_module.F90 for a list
78 plot = 'file'        ! give a filename in "field_file"
79 plot = 'list'        ! give a list of fields in "fields", seperated with commas
80 plot = 'basic_file'
81 plot = 'basic_list'
82 plot = 'list_file'
83 plot = 'all_file'
84 plot = 'all_list'
85 fields_file = 'myLIST'
86 plot = 'basic_list_file'
87 plot = 'all_list_file'
88 
89
90&interp
91! interp_method = 0
92!/
93! interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
94! interp_levels =
95! 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15.,
96! 16., 17., 18., 19., 20., 21., 22., 23., 24. 25., 26., 27., 28.,
97!! 29., 30.,
98!! 31., 32., 33., 34., 35.
99!/
100 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
101 interp_levels =
102!-4.5, 4.,
103-3.5, -3.,
104-2.5, -2.,
105-1.5, -1.,
106-0.5,
1070.,0.5,
1081., 1.5,
1092., 2.5,
1103., 3.5,
1114., 4.5,
1125., 5.5,
1136., 6.5,
1147., 7.5,
1158., 8.5,
1169., 9.5
11710., 10.5,
11811., 11.5,
11912., 12.5,
12013., 13.5,
12114., 14.5,
12215., 15.5,
12316., 16.5,
12417., 17.5,
12518., 18.5,
126!19., 19.5,
127!20., 20.5,
128!21., 21.5,
129!22., 22.5,
130!23., 23.5,
131!24., 24.5,
132!25., 25.5,
133!26., 26.5,
134!27., 27.5,
135!28., 28.5
136/
137 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
138 interp_levels =  6.10, 5.35, 4.69, 4.11, 3.60, 3.16, 2.77,
139                 2.43, 2.13, 1.87, 1.64, 1.43, 1.26, 1.10,
140                 0.97, 0.85, 0.74, 0.65, 0.57, 0.50
141/
142 interp_method = 0
143/
144 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
145 interp_levels =  6.10, 5.35, 4.69, 4.11, 3.60, 3.16, 2.77,
146                 2.43, 2.13, 1.87, 1.64, 1.43, 1.26, 1.10,
147                 0.97, 0.85, 0.74, 0.65, 0.57, 0.50
148/
149 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
150 interp_levels =
151                 10.0, 9.9, 9.8, 9.7, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1,
152                 9.0, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1
153                 8.0, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1
154                 7.0, 6.9, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1
155/
156                 6.0, 5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1
157                 5.0, 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1
158/
159                 4.0, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1
160                 3.0, 2.9, 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1
161                 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1
162                 1.0, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2
163/
164 interp_method = -1     
165/
166 interp_method = 0
167/
168 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
169 interp_levels = 5., 3.87, 3., 2.32, 1.80, 1.39, 1.08, 0.83, 0.65, 0.50
170/
171 interp_method = 0
172/
173 interp_method = -1,
174 interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
175/
176 interp_method = 0,     ! 0 is model levels, -1 is nice height levels, 1 is user specified pressure/height
177 interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
178 interp_levels = 0.25, 0.50, 0.75, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 7.00, 8.00, 9.00, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0,
179 interp_levels = 0.994, 1.00, 1.02, 1.03, 1.058, 1.099, 1.141, 1.183, 1.208, 1.233, 1.258, 1.283, 1.308, 1.333, 1.383, 1.433, 1.483, 1.533, 1.583, 1.633, 1.683, 1.733, 1.783, 1.833, 1.883, 1.933, 1.983, 2.0, 2.5, 3.00, 3.5, 4.00, 4.5, 5.0, 7.5, 10.0, 12.5, 15.0, 20.0,
180
Note: See TracBrowser for help on using the repository browser.