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

Last change on this file since 6441 was 6441, checked in by jgipsl, 14 months ago

Updated ICOLMDZOR_v7 with changes done in IPSLCM7 to have same files. No real changes are done for the running part.

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