source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp80

Last change on this file was 6441, checked in by jgipsl, 14 months ago

Updated ICOLMDZOR_v7 with changes done in IPSLCM7 to have same files. No real changes are done for the running part.

File size: 2.4 KB
Line 
1mpi_threading_mode=funneled
2
3guided_type = _AUTO_
4# ------------------------------- Mesh ---------------------------------
5
6# Number of subdivision on a main triangle (nbp) : integer (default=40)
7nbp=80
8
9# nbp                 20  40  80 160
10# T-edge length (km) 500 250 120  60
11
12# sub splitting of main rhombus : integer (default=1)
13nsplit_i=8
14nsplit_j=8
15omp_level_size=4
16
17# read_metric : read grid description from start.nc file
18read_metric = _AUTO_
19
20# optim_it : mesh optimisation : number of iteration : integer (default=0)
21optim_it=_AUTO_
22
23# ---------------------------------- Time---------------------------------
24
25# timestep : real (default=480s)
26dt = 225.
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)
34run_length=_AUTOBLOCKER_
35
36# etat0_start_iteration_reset : set y to reset iteration from start.nc
37etat0_start_iteration_reset=_AUTOBLOCKER_
38
39# output field period : integer (default none)
40write_period=86400
41
42itau_check_conserv=100
43
44# ---------------------------------- Misc --------------------------------
45# number of tracer (nqtot) : integer (default 1)
46nqtot=_AUTO_: DEFAULT=4
47
48
49# pression value where output is interpolated : real (default=0, no output)
50out_pression_level=85000
51
52start_file_name=start
53restart_file_name=restart
54
55# Use of oasis or not (needed to initialize and finalize coupling mode)
56using_oasis=_AUTOBLOCKER_
57
58# ---------------------------------- Dissipation ---------------------------------
59
60# dissipation time graddiv : real (default=5000)
61tau_graddiv = 1800
62
63# number of iteration for graddiv : integer (default=1)
64nitergdiv = 1
65
66# dissipation time nxgradrot (default=5000)
67tau_gradrot = 10800
68
69# number of iteration for nxgradrot : integer (default=1)
70nitergrot=2
71
72# dissipation time divgrad (theta) (default=5000)
73tau_divgrad=5400
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
83# itau_physics: dt_phys=itau_physics*dt here dt=225s => dt_phys=900s
84itau_physics=4
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
Note: See TracBrowser for help on using the repository browser.