source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/DYNAMICO/LAM/run_dynamico_lam_forcing_France.def @ 6791

Last change on this file since 6791 was 6791, checked in by aclsce, 3 months ago

Merge ICOLMDZORINCA_v7_work into IPSLCM7_work

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