source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/namelist.input @ 1457

Last change on this file since 1457 was 1455, checked in by aslmd, 10 years ago

MESOSCALE. can now use same callphys than GCM. necessary changes are in run.def. modified initracer to be compliant with lifting differences. and also made GCM 29 levels by default.

File size: 2.5 KB
Line 
1 &time_control
2 start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
3 start_month      = 05,      !! (p1) Start Martian Month
4 start_day        = 01,      !! (p1) Start Martian Day
5 start_hour       = 06,      !! (p1) Start Martian Hour (at longitude 0)
6 end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
7 end_month        = 05,      !! (p1) End Martian Month
8 end_day          = 01,      !! (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 &domains
23 time_step   = 20            !! Dynamical timestep 
24 dx = 30000,                 !! (p2) Horizontal resolution
25 dy = 30000,                 !! (p2) Horizontal resolution (should be equal to dx)
26 e_we   = 121,               !! (r)(p2) Number of longitude grid points
27 e_sn   = 121,               !! (r)(p2) Number of latitude grid points
28 e_vert = 61,                !! (r)(p2) Number of vertical levels
29 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
30 !!
31 !! OPTIONAL
32 !!
33 num_metgrid_levels = 30     !! (p1) number of vertical levels in GCM inputs (+1)
34 /
35
36 &physics
37 mars = 12 
38 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE
39 /
40
41 &dynamics
42 !!
43 !! OPTIONAL
44 !!
45 !tiso = 100.       !! -- temperature for isotherm level (mesosphere) in init
46 !diff_6th_opt = 0  !! -- swith off correction filter for WRF integrations. normally works when switched on (default).
47 !khdif = 10.,      !! ** a more straightforward diffusion for tests. horizontal diffusion constant (m^2/s)
48 !kvdif = 10.,      !! ** a more straightforward diffusion for tests. vertical diffusion constant (m^2/s)
49 !km_opt = 1,       !! ** a more straightforward diffusion for tests. eddy coefficient option
50 /
51
52 &bdy_control
53 /
54
55 &grib2
56 /
57
58 &fdda
59 /
60
61 &namelist_quilt              !! (*)
62 nio_tasks_per_group = 0,     !! (*)
63 nio_groups = 1,              !! (*)
64 /                            !! (*)
Note: See TracBrowser for help on using the repository browser.