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

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

Parameters optim_it and read_metric(new) are now changed by the driver depending on if the run is create_etat0_limit true or false.

File size: 2.3 KB
Line 
1mpi_threading_mode=funneled
2# ------------------------------- Mesh ---------------------------------
3
4# Number of subdivision on a main triangle (nbp) : integer (default=40)
5nbp=80
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 = 225.
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# ---------------------------------- Dissipation ---------------------------------
54
55# dissipation time graddiv : real (default=5000)
56tau_graddiv = 1800
57
58# number of iteration for graddiv : integer (default=1)
59nitergdiv = 1
60
61# dissipation time nxgradrot (default=5000)
62tau_gradrot = 10800
63
64# number of iteration for nxgradrot : integer (default=1)
65nitergrot=2
66
67# dissipation time divgrad (theta) (default=5000)
68tau_divgrad=5400
69
70# number of iteration for divgrad : integer (default=1)
71niterdivgrad=2
72
73# -------------------------------- Physics -------------------------------------
74
75# kind of physics : string : none, dcmip (default=none)
76physics=phys_external
77
78# itau_physics: dt_phys=itau_physics*dt here dt=225s => dt_phys=900s
79itau_physics=4
80
81# Following parameters are changed by options set in dynamico.card
82create_etat0_limit=_AUTO_
83etat0=_AUTO_
84iflag_phys=_AUTO_
85
86# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
87heldsz_p0=101080
Note: See TracBrowser for help on using the repository browser.