Last change
on this file since 4239 was
4239,
checked in by dubos, 5 years ago
|
simple_physics : physics output with DYNAMICO, tested on Camelot
|
File size:
838 bytes
|
Line | |
---|
1 | #------------- Planet --------------- |
---|
2 | radius=6.37122e6 |
---|
3 | omega=7.292e-5 |
---|
4 | g=9.80616 |
---|
5 | cpp=1004.5 |
---|
6 | kappa=0.2857143 |
---|
7 | preff=1e5 |
---|
8 | |
---|
9 | #------------- Dynamics ------------ |
---|
10 | |
---|
11 | #-------------- Mesh ---------------- |
---|
12 | nbp=41 |
---|
13 | optim_it=500 |
---|
14 | nsplit_i=2 |
---|
15 | nsplit_j=3 |
---|
16 | llm=30 |
---|
17 | omp_level_size=1 |
---|
18 | #disvert=ncarl30 |
---|
19 | disvert=std |
---|
20 | |
---|
21 | #------------ Numerics -------------- |
---|
22 | dt=480 |
---|
23 | nqtot=2 |
---|
24 | itau_adv=3 |
---|
25 | |
---|
26 | #----------- Dissipation ------------ |
---|
27 | nitergdiv=2 |
---|
28 | tau_graddiv=10000 |
---|
29 | nitergrot=2 |
---|
30 | tau_gradrot=10000 |
---|
31 | niterdivgrad=2 |
---|
32 | tau_divgrad=10000 |
---|
33 | |
---|
34 | #-------------- Physics ------------- |
---|
35 | itau_physics=1 |
---|
36 | physics=plugin |
---|
37 | # 0.25 day = 6h |
---|
38 | period_sort=0.25 |
---|
39 | diurnal=.TRUE. |
---|
40 | |
---|
41 | #---------------- Run --------------- |
---|
42 | run_length=2592000 |
---|
43 | # 21600s = 6h |
---|
44 | write_period=21600 |
---|
45 | |
---|
46 | #run_length=4800 |
---|
47 | #write_period=480 |
---|
48 | |
---|
49 | #etat0=dcmip4 |
---|
50 | #dcmip4_testcase=1 |
---|
51 | etat0=isothermal |
---|
52 | |
---|
53 | #------------ Diagnostics ----------- |
---|
54 | diagflux=.FALSE. |
---|
Note: See
TracBrowser
for help on using the repository browser.