source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL/PARAM/run_dynamico_global_France.def @ 6181

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

Updated LAM configuration

File size: 2.6 KB
Line 
1mpi_threading_mode=funneled
2# ------------------------------- Mesh ---------------------------------
3schmidt_lon=3
4schmidt_lat=47
5schmidt_factor=4
6
7# Number of subdivision on a main triangle (nbp) : integer (default=40)
8nbp=80
9
10# nbp                 20  40  80 160
11# T-edge length (km) 500 250 120  60
12
13# sub splitting of main rhombus : integer (default=1)
14nsplit_i=8
15nsplit_j=8
16omp_level_size=1
17
18# read_metric : read grid description from start.nc file
19read_metric = _AUTO_
20
21# optim_it : mesh optimisation : number of iteration : integer (default=0)
22optim_it= _AUTO_
23
24guided_type=nudging_forcing
25nudging_freq=3600
26nudging_lon_start=-9
27nudging_lon_end=13
28nudging_lon_delta=0.25
29nudging_lat_start=38
30nudging_lat_end=55
31nudging_lat_delta=0.25
32
33# ---------------------------------- Time---------------------------------
34
35# timestep : real (default=480s)
36#dt = 75
37dt = 50
38
39# advection called every itau_adv time steps : integer (default 2)
40# standard : umax=100m/s vs c=340m/s (ratio 1:3)
41# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
42itau_adv=1
43
44# run length : real (default=dt*itaumax)
45run_length=_AUTOBLOCKER_
46
47# etat0_start_iteration_reset : set y to reset iteration from start.nc
48etat0_start_iteration_reset=_AUTOBLOCKER_
49
50# output field period : integer (default none)
51write_period=86400
52
53itau_check_conserv=100
54
55# ---------------------------------- Misc --------------------------------
56# number of tracer (nqtot) : integer (default 1)
57nqtot=4
58
59
60# pression value where output is interpolated : real (default=0, no output)
61out_pression_level=85000
62
63start_file_name=start
64restart_file_name=restart
65
66# Use of oasis or not (needed to initialize and finalize coupling mode)
67using_oasis=_AUTOBLOCKER_
68
69# ---------------------------------- Dissipation ---------------------------------
70
71# dissipation time graddiv : real (default=5000)
72tau_graddiv = 3600
73
74# number of iteration for graddiv : integer (default=1)
75nitergdiv = 1
76
77# dissipation time nxgradrot (default=5000)
78tau_gradrot = 21600
79
80# number of iteration for nxgradrot : integer (default=1)
81nitergrot=2
82
83# dissipation time divgrad (theta) (default=5000)
84tau_divgrad=10800
85
86# number of iteration for divgrad : integer (default=1)
87niterdivgrad=2
88
89# -------------------------------- Physics -------------------------------------
90
91# kind of physics : string : none, dcmip (default=none)
92physics=phys_external
93
94# itau_physics: dt_phys=itau_physics*dt here dt=450s => dt_phys=900s
95itau_physics=18
96
97
98
99# Following parameters are changed by options set in dynamico.card
100create_etat0_limit=_AUTO_
101etat0=_AUTO_
102iflag_phys=_AUTO_
103
104# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
105heldsz_p0=101080
Note: See TracBrowser for help on using the repository browser.