source: trunk/MESOSCALE_DEV/SRC/ARWpost/namelist.ARWpost_example @ 207

Last change on this file since 207 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: 2.6 KB
Line 
1&io
2!------------------------------------------------------------------------------------
3! do not modify
4!------------------------------------------------------------------------------------
5 io_form_input  = 2,
6 input_root_name = './WHERE_RESULTS_ARE/wrfout'
7 output_root_name = './input'
8 plot = 'list'
9 output_type = 'grads'          !**** the 'grads' option was modified for IDL
10 mercator_defs = .false.        !**** IDL: no need ??
11!------------------------------------------------------------------------------------
12! end do not modify
13!------------------------------------------------------------------------------------
14
15
16!fields = 'tk,HGT,PSFC,U,V,W'
17!fields = 'tk,HGT,PSFC'
18!fields = 'tk,HGT,PSFC,U,V'
19!fields = 'U,V,HGT,W,tk'
20!fields = 'tk,W,HGT,PSFC'
21!fields = 'T,tk,HGT'
22!fields='QH2O,QH2O_ICE'
23!fields='QH2O,QH2O_ICE,HGT'
24fields = 'U,V,W'
25/
26
27&datetime
28 start_date = '2024-04-03_06:00:00'
29 end_date   = '2024-04-04_06:00:00',
30
31 interval_seconds = 7400,       !**** 2 Martian hours
32 interval_seconds = 14800,      !**** 4 Martian hours
33! interval_seconds = 22200,     !**** 6 Martian hours
34! interval_seconds = 100        !**** LES :)
35/
36
37
38&interp
39! interp_method = 0
40!/
41 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
42 interp_levels =
43!-4.5, -4.,
44!-3.5, -3.,
45!-2.5, -2.,
46!-1.5, -1.,
47!-0.5,
480., 0.5,
491., 1.5,
502., 2.5,
513., 3.5,
524., 4.5,
535., 5.5,
546., 6.5,
557., 7.5,
568., 8.5,
579., 9.5
5810., 10.5,
5911., 11.5,
6012., 12.5,
6113., 13.5,
6214., 14.5,
6315., 15.5,
6416., 16.5,
6517., 17.5,
6618., 18.5,
6719., 19.5,
6820., 20.5,
6921., 21.5,
7022., 22.5,
7123., 23.5,
7224., 24.5,
7325., 25.5,
7426., 26.5,
7527., 27.5,
7628., 28.5,
7729., 29.5,
7830., 30.5,
7931., 31.5,
8032.
81/
82 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
83 interp_levels =  6.10, 5.35, 4.69, 4.11, 3.60, 3.16, 2.77,
84                 2.43, 2.13, 1.87, 1.64, 1.43, 1.26, 1.10,
85                 0.97, 0.85, 0.74, 0.65, 0.57, 0.50
86/
87 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
88 interp_levels =
89                 10.0, 9.9, 9.8, 9.7, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1,
90                 9.0, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1
91                 8.0, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1
92                 7.0, 6.9, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1
93                 6.0, 5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1
94                 5.0, 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1
95                 4.0, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1
96                 3.0, 2.9, 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1
97                 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1
98                 1.0, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2
Note: See TracBrowser for help on using the repository browser.