source: trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/namelist.ARWpost @ 87

Last change on this file since 87 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 2.4 KB
Line 
1&io
2!------------------------------------------------------------------------------------
3! do not modify
4!------------------------------------------------------------------------------------
5 io_form_input  = 2,
6 output_root_name = './input'
7 plot = 'list'
8 output_type = 'grads'          !**** the 'grads' option was modified for IDL
9 mercator_defs = .false.        !**** IDL: no need ??
10!------------------------------------------------------------------------------------
11! end do not modify
12!------------------------------------------------------------------------------------
13
14
15input_root_name = '../DATA/wrfout'
16fields = 'tk,HGT,PSFC,U,V,W,T'
17/
18
19&datetime
20 start_date = '2024-06-54_06:00:00',
21 end_date   = '2024-06-54_08:00:00',
22
23 interval_seconds = 7400,       !**** 2 Martian hours
24! interval_seconds = 14800,     !**** 4 Martian hours
25! interval_seconds = 22200,     !**** 6 Martian hours
26! interval_seconds = 100        !**** LES :)
27/
28
29
30&interp
31 interp_method = 0
32/
33 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
34 interp_levels =
35!-4.5,
36!-4.25,
37-4.,
38-3.75,
39-3.5,
40-3.25,
41-3.,
42-2.75,
43-2.5,
44-2.25,
45-2.,
46-1.75,
47-1.5,
48-1.25,
49-1.,
50-0.75,
51-0.5,
52-0.25,
530.,
540.25,
550.5,
560.75,
571.,
581.25,
591.5,
601.75,
612.,
622.25,
632.5,
642.75,
653., 3.5,
664., 4.5,
675., 5.5,
68!6., 6.5,
69!7., 7.5,
70!8., 8.5,
71!9., 9.5
72!10., 10.5,
73!11., 11.5,
74!12., 12.5,
75!13., 13.5,
76!14., 14.5,
77!15., 15.5,
78!16., 16.5,
79!17., 17.5,
80!18., 18.5,
81!19., 19.5,
82!20., 20.5,
83!21., 21.5,
84!22., 22.5,
85!23., 23.5,
86!24., 24.5,
87!25., 25.5,
88!26., 26.5,
89!27., 27.5,
90!28., 28.5
91/
92 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
93 interp_levels =  6.10, 5.35, 4.69, 4.11, 3.60, 3.16, 2.77,
94                 2.43, 2.13, 1.87, 1.64, 1.43, 1.26, 1.10,
95                 0.97, 0.85, 0.74, 0.65, 0.57, 0.50
96/
97 interp_method = 1      !****Mars: if specified user levels are decreasing, these are pressure levels
98 interp_levels =
99                 10.0, 9.9, 9.8, 9.7, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1,
100                 9.0, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1
101                 8.0, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1
102                 7.0, 6.9, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1
103                 6.0, 5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1
104                 5.0, 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1
105                 4.0, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1
106                 3.0, 2.9, 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1
107                 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1
108                 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.