source: CONFIG_DEVT/ICO_config/ICOLOR-SROUT.Anne/PARAM/run_dynamico.def_nbp160 @ 6225

Last change on this file since 6225 was 6225, checked in by acosce, 22 months ago

experiment use with ICO LMDZ ORCHIDEE new configuration (to be create)

  • master dynamico
  • orchidee2_2 7613
  • lmdz trunk 4227
  • icosa_lmdz 456
File size: 2.4 KB
Line 
1mpi_threading_mode=funneled
2# ------------------------------- Mesh ---------------------------------
3
4# Number of subdivision on a main triangle (nbp) : integer (default=40)
5nbp=160
6
7# nbp                 20  40  80 160
8# T-edge length (km) 500 250 120  60
9
10# sub splitting of main rhombus : integer (default=1)
11nsplit_i=8
12nsplit_j=8
13omp_level_size=4
14
15# read_metric : read grid description from start.nc file
16read_metric = _AUTO_
17
18# optim_it : mesh optimisation : number of iteration : integer (default=0)
19optim_it=_AUTO_
20
21# ---------------------------------- Time---------------------------------
22
23# timestep : real (default=480s)
24dt = 112.5
25
26# advection called every itau_adv time steps : integer (default 2)
27# standard : umax=100m/s vs c=340m/s (ratio 1:3)
28# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
29itau_adv=1
30
31# run length : real (default=dt*itaumax)
32run_length=_AUTOBLOCKER_
33
34# etat0_start_iteration_reset : set y to reset iteration from start.nc
35etat0_start_iteration_reset=_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=4
45
46
47# pression value where output is interpolated : real (default=0, no output)
48out_pression_level=85000
49
50start_file_name=start
51restart_file_name=restart
52
53# Use of oasis or not (needed to initialize and finalize coupling mode)
54using_oasis=_AUTOBLOCKER_
55
56# ---------------------------------- Dissipation ---------------------------------
57
58# dissipation time graddiv : real (default=5000)
59tau_graddiv = 900
60
61# number of iteration for graddiv : integer (default=1)
62nitergdiv = 1
63
64# dissipation time nxgradrot (default=5000)
65tau_gradrot = 5400
66
67# number of iteration for nxgradrot : integer (default=1)
68nitergrot=2
69
70# dissipation time divgrad (theta) (default=5000)
71tau_divgrad=2700
72
73# number of iteration for divgrad : integer (default=1)
74niterdivgrad=2
75
76# -------------------------------- Physics -------------------------------------
77
78# kind of physics : string : none, dcmip (default=none)
79physics=phys_external
80
81# itau_physics: dt_phys=itau_physics*dt here dt=112.5s => dt_phys=900s
82itau_physics=8
83
84
85
86# Following parameters are changed by options set in dynamico.card
87create_etat0_limit=_AUTO_
88etat0=_AUTO_
89iflag_phys=_AUTO_
90
91# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
92heldsz_p0=101080
93
Note: See TracBrowser for help on using the repository browser.