source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/nest.namelist.input @ 3567

Last change on this file since 3567 was 1870, checked in by aslmd, 7 years ago

MESORUNold : setting files are now corresponding to TESTCASE. much simpler than existing nest case, which is still left for test.

File size: 1.8 KB
Line 
1 &time_control
2 start_year       = 2024, 2024, 2024
3 start_month      =   01,   01,   01
4 start_day        =   60,   60,   60
5 start_hour       =   06,   06,   06
6 end_year         = 2024, 2024, 2024
7 end_month        =   02,   02,   02
8 end_day          =   03,   03,   03
9 end_hour         =   06,   06,   06
10 history_interval   = 37,   37,   37
11 frames_per_outfile = 24,   24,   24
12 restart          = .false.
13 restart_interval = 8880,
14 io_form_history  = 2
15 io_form_restart  = 2
16 io_form_input    = 2
17 io_form_boundary = 2
18 debug_level      = 0
19 auxinput1_inname = "metgrid/met_em.d<domain>.<date>"
20 /
21
22 &domains
23 time_step         = 40 
24 p_top_requested   = 10
25 max_dom           = 3
26 grid_id           =        1,      2,      3
27 parent_time_step_ratio =   1,      2,      2
28 parent_id         =        0,      1,      2
29 parent_grid_ratio =        1,      3,      3
30 i_parent_start    =        0,     59,     60
31 j_parent_start    =        0,     58,     54
32 e_we              =      177,    181,    181
33 e_sn              =      177,    181,    181
34 e_vert            =       61,     61,     61
35 dx                =    54000,  18000,  6000,
36 dy                =    54000,  18000,  6000,
37 feedback      = 1
38 smooth_option = 2
39 blend_width   = 5
40 !!
41 !! OPTIONAL
42 !!
43 force_sfc_in_vinterp = 5    !! (p3) Number of levels hardwired in the PBL
44                             !!         NB: decrease this parameter when low model top
45 num_metgrid_levels = 33     !! (p1) number of vertical levels in GCM inputs (+1)
46 /
47
48 &physics
49 /
50
51 &fdda
52 /
53
54 &dynamics
55 !!
56 !! OPTIONAL
57 !!
58 tiso = 100.
59 non_hydrostatic = F,F,F
60 /
61
62 &grib2
63 /
64
65 &bdy_control
66 specified = T, F, F,
67 nested    = F, T, T,
68 /
69
70!! DO NOT MODIFY
71 &namelist_quilt
72 nio_tasks_per_group = 0,
73 nio_groups = 1,
74 /
75!! DO NOT MODIFY
Note: See TracBrowser for help on using the repository browser.