source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_LMDZ5/run_icosa.def @ 4121

Last change on this file since 4121 was 4028, checked in by millour, 7 years ago

Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM

File size: 2.0 KB
Line 
1# ------------------------------- Mesh ---------------------------------
2
3# Number of subdivision on a main triangle (nbp) : integer (default=40)
4nbp=20
5
6# nbp                 20  40  80 160
7# T-edge length (km) 500 250 120  60
8
9# sub splitting of main rhombus : integer (default=1)
10nsplit_i=1
11nsplit_j=1
12omp_level_size=1
13
14# Number of vertical layer (llm) : integer (default=19)
15llm=39
16
17# disvert : vertical discretisation : string (default='std') : std, ncar, ncar30l
18disvert=std
19
20# optim_it : mesh optimisation : number of iteration : integer (default=0)
21optim_it=1000
22
23# ---------------------------------- Time---------------------------------
24
25# timestep : real (default=480s)
26dt = 360.
27
28# advection called every itau_adv time steps : integer (default 2)
29# standard : umax=100m/s vs c=340m/s (ratio 1:3)
30# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
31itau_adv=1
32
33# run length : real (default=dt*itaumax)
34#run_length=864000
35#run_length=31104000
36#run_length=86400
37# 2 days:
38run_length=172800
39# 5 days:
40#run_length=432000
41
42# output field period : integer (default none)
43write_period=86400
44
45itau_check_conserv=100
46
47# ---------------------------------- Misc --------------------------------
48
49# number of tracer (nqtot) : integer (default 1)
50nqtot=1
51
52# pression value where output is interpolated : real (default=0, no output)
53out_pression_level=85000
54
55start_file_name=start
56restart_file_name=restart
57
58# ---------------------------------- Dissipation ---------------------------------
59
60# dissipation time graddiv : real (default=5000)
61tau_graddiv = 5000
62
63# number of iteration for graddiv : integer (default=1)
64nitergdiv = 2
65
66# dissipation time nxgradrot (default=5000)
67tau_gradrot = 5000
68
69# number of iteration for nxgradrot : integer (default=1)
70nitergrot=2
71
72# dissipation time divgrad (theta) (default=5000)
73tau_divgrad=5000
74
75# number of iteration for divgrad : integer (default=1)
76niterdivgrad=2
77
78# -------------------------------- Physics -------------------------------------
79
80# kind of physics : string : none, dcmip (default=none)
81physics=phys_external
82
83itau_physics=5
Note: See TracBrowser for help on using the repository browser.