source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp40 @ 4372

Last change on this file since 4372 was 4372, checked in by jgipsl, 5 years ago

Add etat0_start_iteration_reset and set it =y only the first CumulPeriod?.

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