source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/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: 2.6 KB
Line 
1 &time_control
2 start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
3 start_month      = 01,      !! (p1) Start Martian Month
4 start_day        = 17,      !! (p1) Start Martian Day
5 start_hour       = 02,      !! (p1) Start Martian Hour (at longitude 0)
6 end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
7 end_month        = 01,      !! (p1) End Martian Month
8 end_day          = 17,      !! (p1) End Martian Day
9 end_hour         = 12,      !! (p1) End Martian Hour (at longitude 0)
10 history_interval    = 37,   !! Frequency of outputs (37 --> 3700s = 1 Martian hour) 
11 frames_per_outfile  = 24,   !! Size of time dimension in files
12 restart          = .false.  !! (*) Output restart files ?
13 restart_interval = 8880     !! (*) Frequency of output restart files ?
14 io_form_history  = 2        !! (*) Choice of NETCDF for ouputs
15 io_form_restart  = 2        !! (*) Choice of NETCDF for ouputs     
16 io_form_input    = 2        !! (*) Choice of NETCDF for ouputs
17 io_form_boundary = 2        !! (*) Choice of NETCDF for ouputs
18 debug_level      = 0        !! (*) Verbose level
19 auxinput1_inname = "metgrid/met_em.d<domain>.<date>"
20 /
21
22
23 &domains
24 time_step   = 50            !! Dynamical timestep
25 dx = 20000,                 !! (p2) Horizontal resolution
26 dy = 20000,                 !! (p2) Horizontal resolution (should be equal to dx)
27 e_we   = 61,                !! (r)(p2) Number of longitude grid points
28 e_sn   = 61,                !! (r)(p2) Number of latitude grid points
29 e_vert = 61,                !! (r)(p2) Number of vertical levels
30 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
31 !!
32 !! OPTIONAL
33 !!
34 force_sfc_in_vinterp = 5    !! (p3) Number of levels hardwired in the PBL
35                             !!         NB: decrease this parameter when low model top
36 num_metgrid_levels = 33     !! (p1) number of vertical levels in GCM inputs (+1)
37 /
38
39 &physics
40 !!
41 !! OPTIONAL
42 !!
43 init_TI = 100.,             !! Define constant thermal inertia value
44 init_AL = 0.27,             !! Define constant albedo value
45 /
46
47 &dynamics
48 !!
49 !! OPTIONAL
50 !!
51 pd_scalar = F
52 non_hydrostatic = F,        !! Integrate in non-hydrostatic/hydrostatic mode
53 /
54
55 &bdy_control
56 !!
57 !! OPTIONAL
58 !!
59 spec_bdy_width = 3          !! (p3) Width of transition zone with specified=T
60                             !!      NB: spec_bdy_width must equal relax_zone+1
61 relax_zone = 2              !! (p3) Width of relaxation zone with specified=T
62 /
63
64 &grib2
65 /
66
67 &fdda
68 /
69
70 &namelist_quilt              !! (*)
71 nio_tasks_per_group = 0,     !! (*)
72 nio_groups = 1,              !! (*)
73 /                            !! (*)
Note: See TracBrowser for help on using the repository browser.