source: trunk/MESOSCALE/TESTS/newphys_tracers/namelist.input @ 206

Last change on this file since 206 was 83, checked in by aslmd, 14 years ago

mars + LMD_MM_MARS : modifications pour cycle de l'eau, valeurs tunees JBM


used settings reached by JBM to obtain his PhD results

alb_surfice = 0.45 --- in physiq.F and meso_physiq.F
ccn_factor = 4.5 --- in watercloud.F
nuice_sed = 0.45 --- in callsedim.F

NB: this is supposed to be further refined in the future

File size: 2.3 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       = 01,      !! (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          = 09,      !! (p1) End Martian Day
9 end_hour         = 01,      !! (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 /
20
21 &domains
22 time_step   = 20            !! Dynamical timestep 
23 dx = 30000,                 !! (p2) Horizontal resolution
24 dy = 30000,                 !! (p2) Horizontal resolution (should be equal to dx)
25 e_we   = 121,               !! (r)(p2) Number of longitude grid points
26 e_sn   = 121,               !! (r)(p2) Number of latitude grid points
27 e_vert = 61,                !! (r)(p2) Number of vertical levels
28 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
29 !!
30 !! OPTIONAL
31 !!
32 num_metgrid_levels = 26     !! (p1) number of vertical levels in GCM inputs (+1)
33 /
34
35 &physics
36 mars = 11 
37 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE
38 !!
39 !! OPTIONAL
40 !!
41 /
42
43 &dynamics
44 tiso = 100.
45 pd_scalar = T    !!! tres IMPORTANT, sinon valeurs negatives
46 !!!
47 !!! OPTIONAL
48 !!!
49 !non_hydrostatic = F,        !! Integrate in non-hydrostatic/hydrostatic mode
50 !                            !! --- necessaire pour garder un pas de tps long
51 !                            !! --- et parce qu'un bout d'Arsia est au bord
52 /
53
54 &bdy_control
55 /
56
57 &grib2
58 /
59
60 &fdda
61 /
62
63 &namelist_quilt              !! (*)
64 nio_tasks_per_group = 0,     !! (*)
65 nio_groups = 1,              !! (*)
66 /                            !! (*)
Note: See TracBrowser for help on using the repository browser.