source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp320 @ 6155

Last change on this file since 6155 was 6155, checked in by aclsce, 2 years ago

Committed highresmip modifications to be used in standard use.

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=320
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=16
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 = 56.25
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# Add white noise on u
38#etat0_u_white_noise=2.e-15
39
40# output field period : integer (default none)
41write_period=86400
42
43itau_check_conserv=100
44
45# ---------------------------------- Misc --------------------------------
46# number of tracer (nqtot) : integer (default 1)
47nqtot=4
48
49
50# pression value where output is interpolated : real (default=0, no output)
51out_pression_level=85000
52
53start_file_name=start
54restart_file_name=restart
55
56# ---------------------------------- Dissipation ---------------------------------
57
58# dissipation time graddiv : real (default=5000)
59tau_graddiv = 450
60
61# number of iteration for graddiv : integer (default=1)
62nitergdiv = 1
63
64# dissipation time nxgradrot (default=5000)
65tau_gradrot = 2700
66
67# number of iteration for nxgradrot : integer (default=1)
68nitergrot=2
69
70# dissipation time divgrad (theta) (default=5000)
71tau_divgrad=1350
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=56.25s => dt_phys=900s
82itau_physics=16
83
84
85
86# Following parameters are changed by options set in dynamico.card
87create_etat0_limit=_AUTO_
88etat0=_AUTO_
89iflag_phys=_AUTO_
90#etat0_u_white_noise=1.e-15
91
92# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
93heldsz_p0=101080
94
Note: See TracBrowser for help on using the repository browser.