source: trunk/mesoscale/LMD_MM_MARS/SRC/POSTPROC/namelist.api @ 87

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

spiga:mineur

File size: 3.5 KB
Line 
1&io
2! path_to_input  = './dossier/ALT_POLAR_top0.1_sponge_smooth_topo/'  !! ne doit pas etre trop long
3! path_to_output = './smooth'
4 path_to_input  = './dossier/ALT_POLAR_top0.1_sponge/'
5 path_to_output = './'
6! input_name     = 'wrfout_d01_2024*'
7 input_name     = 'wrfout_d01_2024-07-03_06:00:00'
8! path_to_input = './dossier_test/'
9! input_name     = 'wrfout_d01_2024-01-05_02:00:00'
10! input_name     = 'nca_wrfout_d01_2024-01-05_02:00:00'
11 process        = 'list'    !! list fields required in "fields" (available tk, tpot, GHT)     
12! fields         = 'W,SWDOWNZ,TAU_DUST,TSURF,XLONG,XLAT,HGT'
13! fields         = 'W'
14! fields         = 'U,V'  !! beware, not only tk ! only one 3D field at least
15 fields         = 'tk,W,uvmet' 
16 debug          = .TRUE.
17/
18 process = 'all'  !! process all fields in file
19 debug = .TRUE.
20 bit64 = .TRUE. ! bit64 = .TRUE. !! ne pas utiliser ?
21
22&interp_in
23! interp_levels = 1000.,987.5,975.,962.5,950.,937.5,925.,
24!                 900.,875.,850.,825.,800.,750.,700.,650., 
25!                 600.,550.,500.,450.,400.,350.,300.,250.,
26!                 225.,200.,175.,150.,137.5,125.,112.5,100.,
27!                 87.5,75.,62.5,50.,37.5,25.,12.5,
28!interp_levels = 5., 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0,
29!                    3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0,
30!                    2.9, 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0,
31!                    1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0,
32!                    0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1,
33! interp_levels = 5., 3., 1., 0.1
34! interp_method = 2,
35 interp_method = 3                 !! INTERPOLATION: ALTITUDE ABOVE MOLA AREOID (km)
36! interp_method = 4
37! interp_levels = 20.
38! interp_levels = -09., -08., -07., -06., -05., -04., -03., -02., -01.,  00.,
39!                  01.,  02.,  03.,  04.,  05.,  06.,  07.,  08.,  09.,
40! interp_levels =  01.,  02.,  03.,  04.,  05.,  06.,  07.,  08.,  09.,
41!                  10.,  11.,  12.,  13.,  14.,  15.,  16.,  17.,  18.,  19.,
42!                  20.,  21.,  22.,  23.,  24.,  25.,  26.,  27.,  28.,  29.,
43!!                  30.,  31.,  32.,  33.,  34.,  35.,  36.,  37.,  38.,  39.,
44!!                  40.,  41.,  42.,  43.,  44.,  45.,  46.,  47.,  48.,  49.
45! interp_levels =               01.,  01.5,  02.,  02.5,  03.,  03.5,  04.,  04.5,  05.,  05.5,  06.,  06.5,  07.,  07.5,  08.,  08.5,  09.,  09.5
46!                  10.,  10.5,  11.,  11.5,  12.,  12.5,  13.,  13.5,  14.,  14.5,  15.,  15.5,  16.,  16.5,  17.,  17.5,  18.,  18.5,  19.,  19.5
47!                  20.,  20.5,  21.,  21.5,  22.,  22.5,  23.,  23.5,  24.,  24.5,  25.,  25.5,  26.,  26.5,  27.,  27.5,  28.,  28.5,  29.,  29.5
48 interp_levels = 20.0
49! interp_levels = 01.00,01.25,01.50,01.75,02.00,02.25,02.50,02.75,03.00,03.25,03.50,03.75,04.00,04.25,04.50,04.75,05.00,
50!                       05.25,05.50,05.75,06.00,06.25,06.50,06.75,07.00,07.25,07.50,07.75,08.00,08.25,08.50,08.75,09.00,
51!                       09.25,09.50,09.75,10.00,10.25,10.50,10.75,11.00,11.25,11.50,11.75,12.00,12.25,12.50,12.75,13.00,
52!                       13.25,13.50,13.75,14.00,14.25,14.50,14.75,15.00,15.25,15.50,15.75,16.00,16.25,16.50,16.75,17.00
53! interp_method = 2,
54! interp_levels = 1.,
55/
56 extrapolate = 1,
57 interp_method = 2,
58 unstagger_grid = .TRUE.  !! pb !! non c OK
59
60 extrapolate = 0    ;; set values below ground and above model top to missing (default)
61 extrapolate = 1    ;; extrapolate below ground, and set above model top to model top values
62 interp_method = 1  ;; linear in p interpolation (default)
63 interp_method = 2  ;; linear in log p interpolation
Note: See TracBrowser for help on using the repository browser.