source: trunk/MESOSCALE_DEV/WORK/namelist.input.custom.gw @ 357

Last change on this file since 357 was 326, checked in by aslmd, 13 years ago

MESOSCALE: minor commit. added a few info files.

File size: 1.8 KB
Line 
1 &time_control
2 start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
3 start_month      = 07,      !! (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        = 07,      !! (p1) End Martian Month
8 end_day          = 04,      !! (p1) End Martian Day
9 end_hour         = 06,      !! (p1) End Martian Hour (at longitude 0)
10 history_interval    = 37,     
11 frames_per_outfile  = 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 /
20
21 &domains
22 time_step   = 50,
23 dx = 15000,
24 dy = 15000,
25 e_we   = 401,               
26 e_sn   = 401,             
27 e_vert = 101,               !! (r)(p2) Number of vertical levels
28 p_top_requested = 0.1       !! (p3) Chosen value of pressure at the top of the model
29 eta_levels =     1.000000,   
30    0.000000   
31 /
32
33 &physics
34 /
35
36 &fdda
37 /
38
39 &dynamics
40 damp_opt = 1,        !; upper level damping flag
41                      !              0 = without damping
42                      !              1 = with diffusive damping, maybe used for real-data cases
43                      !                          (dampcoef nondimensional ~0.01-0.1)
44                      !             2 = with Rayleigh  damping (dampcoef inverse time scale [1/s] e.g. .003;
45                      !                        not for real-data cases)
46 dampcoef  = 0.05,    ! ; damping coefficient (see above) 0.01
47 zdamp     = 15000.,  ! ; damping depth (m) from model top 5000.
48 tiso = 130.
49 /
50
51 &grib2
52 /
53
54 &bdy_control
55 /
56
57!! DO NOT MODIFY
58 &namelist_quilt
59 nio_tasks_per_group = 0,
60 nio_groups = 1,
61 /
62!! DO NOT MODIFY
Note: See TracBrowser for help on using the repository browser.