source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_icosa.def @ 4277

Last change on this file since 4277 was 4180, checked in by jgipsl, 6 years ago

Created new configuration folder ICOLMDZOR_v7. This new configuration will be updated to use DYNAMICO-LMDZ-ORCHIDEE. ICO stands for the 3 last letters in DYNAMICO.

As a start, here copied configuration DYNAMICO_LMDZ:
http://forge.ipsl.jussieu.fr/heat/svn/codes/dynamico_lmdz/config/DYNAMICO_LMDZ
Revision 323

DYNAMICO_LMDZ is a configuration used for running LMDZ with DYNAMICO using betaclim bucket instead of ORCHIDEE. It has been used for simulations together with following model revisions, here on the syntax as in mod.def:
#-H- DYNAMICO_LMDZ.v0 Frozen version of DYNAMICO-LMDZ used for simulation for the Grand Challenge at irene/TGCC
#-M- DYNAMICO_LMDZ.v0 Josefine.Ghattas@…
#-C- DYNAMICO_LMDZ.v0 trunk 606 18 ICOSAGCM modeles
#-C- DYNAMICO_LMDZ.v0 trunk/arch 767 18 arch modeles/ICOSAGCM
#-C- DYNAMICO_LMDZ.v0 LMDZ6/branches/DYNAMICO-conv-GC 3407 11 LMDZ5 modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/IOIPSL 311 19 IOIPSL modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ARCH 319 19 ARCH modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ICOSA_LMDZ 316 19 ICOSA_LMDZ modeles
#-C- DYNAMICO_LMDZ.v0 config/DYNAMICO_LMDZ 323 19 DYNAMICO_LMDZ config
#-C- DYNAMICO_LMDZ.v0 XIOS/branchs/xios-2.5 1550 12 XIOS modeles
#-C- DYNAMICO_LMDZ.v0 trunk/libIGCM 1471 10 libIGCM .

File size: 2.2 KB
Line 
1# ------------------------------- Mesh ---------------------------------
2
3# Number of subdivision on a main triangle (nbp) : integer (default=40)
4nbp=_AUTO_ : DEFAULT=40
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=_AUTO_ : DEFAULT=4
11nsplit_j=_AUTO_ : DEFAULT=4
12omp_level_size=1
13
14# Number of vertical layer (llm) : integer (default=19)
15llm=_AUTO_ : DEFAULT=79
16
17# disvert : vertical discretisation : string (default='std') : std, ncar, ncar30l
18disvert=strato_custom
19
20# optim_it : mesh optimisation : number of iteration : integer (default=0)
21optim_it=0
22
23
24# ---------------------------------- Time---------------------------------
25
26# timestep : real (default=480s)
27dt = 180.
28
29# advection called every itau_adv time steps : integer (default 2)
30# standard : umax=100m/s vs c=340m/s (ratio 1:3)
31# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
32itau_adv=1
33
34# run length : real (default=dt*itaumax)
35run_length=_AUTOBLOCKER_
36
37# output field period : integer (default none)
38write_period=86400
39
40itau_check_conserv=100
41
42# ---------------------------------- Misc --------------------------------
43# number of tracer (nqtot) : integer (default 1)
44nqtot=6
45
46# pression value where output is interpolated : real (default=0, no output)
47out_pression_level=85000
48
49start_file_name=start
50restart_file_name=restart
51
52# ---------------------------------- Dissipation ---------------------------------
53
54# dissipation time graddiv : real (default=5000)
55tau_graddiv = 3600.
56
57# number of iteration for graddiv : integer (default=1)
58nitergdiv = 1
59
60# dissipation time nxgradrot (default=5000)
61tau_gradrot = 21600.
62
63# number of iteration for nxgradrot : integer (default=1)
64nitergrot=2
65
66# dissipation time divgrad (theta) (default=5000)
67tau_divgrad=10800.
68
69# number of iteration for divgrad : integer (default=1)
70niterdivgrad=2
71
72# -------------------------------- Physics -------------------------------------
73
74# kind of physics : string : none, dcmip (default=none)
75physics=phys_external
76
77itau_physics=5
78
79iflag_phys=1
80read_start=yes
81create_etat0_limit=n
82etat0=_AUTO_ : DEFAULT=database
83### held_suarez pour aquaplanete. It is probably not read if etat0=database
84heldsz_p0=101080
Note: See TracBrowser for help on using the repository browser.