| 1 | #---------------- Mesh ---------------- |
|---|
| 2 | |
|---|
| 3 | # Number of subdivisions on a main triangle : integer (default=40) |
|---|
| 4 | nbp = 40 |
|---|
| 5 | |
|---|
| 6 | # Number of vertical layers : integer (default=19) |
|---|
| 7 | llm = 19 |
|---|
| 8 | |
|---|
| 9 | # Vertical grid : [std|ncar|ncarl30] (default=std) |
|---|
| 10 | disvert = std |
|---|
| 11 | # disvert = plugin |
|---|
| 12 | |
|---|
| 13 | # Mesh optimisation : number of iterations : integer (default=0) |
|---|
| 14 | optim_it = 1000 |
|---|
| 15 | |
|---|
| 16 | # Sub splitting of main rhombus : integer (default=1) |
|---|
| 17 | nsplit_i = 10 |
|---|
| 18 | nsplit_j = 10 |
|---|
| 19 | |
|---|
| 20 | #number of openmp task on vertical level |
|---|
| 21 | omp_level_size=1 |
|---|
| 22 | |
|---|
| 23 | #---------------- Numerics ---------------- |
|---|
| 24 | |
|---|
| 25 | # Advection called every itau_adv time steps : integer (default=2) |
|---|
| 26 | itau_adv = 1 |
|---|
| 27 | |
|---|
| 28 | # Time step in s : real (default=480) |
|---|
| 29 | # dt = 720 |
|---|
| 30 | # Alternative to specifying "dt", specify number of steps per day : day_step |
|---|
| 31 | day_step = 1200 |
|---|
| 32 | |
|---|
| 33 | # Number of tracers : integer (default=1) |
|---|
| 34 | nqtot = 7 |
|---|
| 35 | |
|---|
| 36 | #---------------- Time and output ---------------- |
|---|
| 37 | |
|---|
| 38 | # Time style : [none|dcmip] (default=dcmip) |
|---|
| 39 | time_style = none |
|---|
| 40 | |
|---|
| 41 | # Run length in s : real (default=??) |
|---|
| 42 | # run_length = 103680000 |
|---|
| 43 | # Alternative to specifying "run_length", specify number of days to run : ndays |
|---|
| 44 | ndays=1 |
|---|
| 45 | |
|---|
| 46 | # Interval in s between two outputs : integer (default=??) |
|---|
| 47 | write_period = 10800 |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | #---------------- Planet ---------------- |
|---|
| 52 | |
|---|
| 53 | INCLUDEDEF=planet_const.def |
|---|
| 54 | |
|---|
| 55 | #---------------- Physical parameters ---------------- |
|---|
| 56 | |
|---|
| 57 | # Initial state : |
|---|
| 58 | # [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06) |
|---|
| 59 | etat0 = isothermal |
|---|
| 60 | etat0_isothermal_temp=300 |
|---|
| 61 | etat0_ps_white_noise=0.01 |
|---|
| 62 | etat0_theta_rhodz_white_noise=0.01 |
|---|
| 63 | |
|---|
| 64 | # Physics package : [none|held_suarez|dcmip] (default=none) |
|---|
| 65 | # physics = held_suarez |
|---|
| 66 | # physics = none |
|---|
| 67 | physics = phys_external |
|---|
| 68 | |
|---|
| 69 | startphy_file = false |
|---|
| 70 | |
|---|
| 71 | # Dissipation time for grad(div) : real (default=5000) |
|---|
| 72 | tau_graddiv = 18000 |
|---|
| 73 | |
|---|
| 74 | # Exponent of grad(div) disspation : integer (default=1) |
|---|
| 75 | nitergdiv = 2 |
|---|
| 76 | |
|---|
| 77 | # Dissipation time for curl(curl) : real (default=5000) |
|---|
| 78 | tau_gradrot = 18000 |
|---|
| 79 | |
|---|
| 80 | # Exponent of curl(curl) disspation : integer (default=1) |
|---|
| 81 | nitergrot = 2 |
|---|
| 82 | |
|---|
| 83 | # Dissipation time for div(grad) : real (default=5000) |
|---|
| 84 | tau_divgrad = 18000 |
|---|
| 85 | |
|---|
| 86 | # Exponent of div(grad) disspation : integer (default=1) |
|---|
| 87 | niterdivgrad = 2 |
|---|
| 88 | |
|---|
| 89 | INCLUDEDEF=callphys.def |
|---|