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

Last change on this file was 6337, checked in by acosce, 15 months ago

Merge between ICOLMDZOR and ICOLMDZORINCA

  • add in ICOLMDZOR possibility to nudge winds on experiments like it's done in regular configurations (flag ok_guide in dynamico.card ant not any more in lmdz.card)
  • uniformisation in ICOLMDZORINCA of monitoring.cfg files names
  • take in ICOLMDZORINCA modification of surface parameters
  • add in ICOLMDZOR management of nbtrac from dynamico.driver
  • add in ICOLMDZORINCA parameter for co2_ppm0
File size: 2.9 KB
Line 
1metric_type = icosa_global
2
3#---------------- guided ----------------
4#guided_type = none
5guided_type = _AUTO_
6#nudging
7#frequence de lecture dans fichier forcage / coller a frequence du fichier par rapport à dt
8# toutes les 6h
9itau_nudging = 48
10
11nudging_zone = global
12
13
14#temps relaxation en secondes = force de rappel (voir dissip/nudging.f90)  >= dt
15U_relax_in=21600
16PS_relax_in=1e30
17T_relax_in=1e30
18Q_relax_in=1e30
19
20#guide_U = u, v
21guide_U=y
22
23# -------------------------------  ---------------------------------
24
25mpi_threading_mode=funneled
26# ------------------------------- Mesh ---------------------------------
27
28# Number of subdivision on a main triangle (nbp) : integer (default=40)
29nbp=40
30
31# nbp                 20  40  80 160
32# T-edge length (km) 500 250 120  60
33
34# sub splitting of main rhombus : integer (default=1)
35nsplit_i=4
36nsplit_j=4
37omp_level_size=4
38
39# read_metric : read grid description from start.nc file
40read_metric = _AUTO_
41
42# optim_it : mesh optimisation : number of iteration : integer (default=0)
43optim_it=_AUTO_
44
45# ---------------------------------- Time---------------------------------
46
47# timestep : real (default=480s)
48dt = 450.
49
50# advection called every itau_adv time steps : integer (default 2)
51# standard : umax=100m/s vs c=340m/s (ratio 1:3)
52# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
53itau_adv=1
54
55# run length : real (default=dt*itaumax)
56run_length=_AUTOBLOCKER_
57
58# etat0_start_iteration_reset : set y to reset iteration from start.nc
59etat0_start_iteration_reset=_AUTOBLOCKER_
60
61# output field period : integer (default none)
62write_period=86400
63
64itau_check_conserv=100
65
66# ---------------------------------- Misc --------------------------------
67# number of tracer (nqtot) : integer (default 1)
68nqtot=_AUTO_: DEFAULT=4
69
70
71# pression value where output is interpolated : real (default=0, no output)
72out_pression_level=85000
73
74start_file_name=start
75restart_file_name=restart
76
77# Use of oasis or not (needed to initialize and finalize coupling mode)
78using_oasis=_AUTOBLOCKER_
79
80# ---------------------------------- Dissipation ---------------------------------
81
82# dissipation time graddiv : real (default=5000)
83tau_graddiv = 3600
84
85# number of iteration for graddiv : integer (default=1)
86nitergdiv = 1
87
88# dissipation time nxgradrot (default=5000)
89tau_gradrot = 21600
90
91# number of iteration for nxgradrot : integer (default=1)
92nitergrot=2
93
94# dissipation time divgrad (theta) (default=5000)
95tau_divgrad=10800
96
97# number of iteration for divgrad : integer (default=1)
98niterdivgrad=2
99
100# -------------------------------- Physics -------------------------------------
101
102# kind of physics : string : none, dcmip (default=none)
103physics=phys_external
104
105# itau_physics: dt_phys=itau_physics*dt here dt=450s => dt_phys=900s
106itau_physics=2
107
108
109
110# Following parameters are changed by options set in dynamico.card
111create_etat0_limit=_AUTO_
112etat0=_AUTO_
113iflag_phys=_AUTO_
114
115# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
116heldsz_p0=101080
Note: See TracBrowser for help on using the repository browser.