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

Last change on this file since 6337 was 6337, checked in by acosce, 16 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.4 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=_AUTO_: DEFAULT=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# Use of oasis or not (needed to initialize and finalize coupling mode)
54using_oasis=_AUTOBLOCKER_
55
56# ---------------------------------- Dissipation ---------------------------------
57
58# dissipation time graddiv : real (default=5000)
59tau_graddiv = 1800
60
61# number of iteration for graddiv : integer (default=1)
62nitergdiv = 1
63
64# dissipation time nxgradrot (default=5000)
65tau_gradrot = 10800
66
67# number of iteration for nxgradrot : integer (default=1)
68nitergrot=2
69
70# dissipation time divgrad (theta) (default=5000)
71tau_divgrad=5400
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=225s => dt_phys=900s
82itau_physics=4
83
84# Following parameters are changed by options set in dynamico.card
85create_etat0_limit=_AUTO_
86etat0=_AUTO_
87iflag_phys=_AUTO_
88
89# heldsz_p0 is only read if etat0=held_suarez (aquaplanet simulation)
90heldsz_p0=101080
Note: See TracBrowser for help on using the repository browser.