[2813] | 1 | |
---|
[2941] | 2 | #---------------- Mesh ---------------- |
---|
[2813] | 3 | |
---|
[2941] | 4 | # Number of subdivisions on a main triangle : integer (default=40) |
---|
| 5 | nbp = 60 |
---|
[2813] | 6 | |
---|
[2941] | 7 | # Number of vertical layers : integer (default=19) |
---|
| 8 | llm = 54 |
---|
[2813] | 9 | |
---|
[2941] | 10 | # Vertical grid : [std|ncar|ncarl30] (default=std) |
---|
[2813] | 11 | #disvert=read_apbp |
---|
| 12 | disvert=plugin |
---|
| 13 | |
---|
[2941] | 14 | # Mesh optimisation : number of iterations : integer (default=0) |
---|
| 15 | optim_it = 1000 |
---|
[2813] | 16 | |
---|
[2941] | 17 | # Sub splitting of main rhombus : integer (default=1) |
---|
| 18 | nsplit_i = 1 |
---|
| 19 | nsplit_j = 1 |
---|
[2813] | 20 | |
---|
[2941] | 21 | #number of openmp task on vertical level |
---|
| 22 | omp_level_size=1 |
---|
[2813] | 23 | |
---|
[2941] | 24 | #---------------- Numerics ---------------- |
---|
[2813] | 25 | |
---|
[2941] | 26 | # Advection called every itau_adv time steps : integer (default=2) |
---|
| 27 | itau_adv = 1 |
---|
[2813] | 28 | |
---|
[2941] | 29 | # Time step in s : real (default=480) |
---|
| 30 | # dt = 720 |
---|
| 31 | # Alternative to specifying "dt", specify number of steps per day : day_step |
---|
| 32 | day_step = 960 |
---|
[2813] | 33 | |
---|
[2941] | 34 | # Number of tracers : integer (default=1) |
---|
| 35 | nqtot = 11 |
---|
[2813] | 36 | |
---|
| 37 | |
---|
[2941] | 38 | #---------------- Time and output ---------------- |
---|
[2813] | 39 | |
---|
[2941] | 40 | # Time style : [none|dcmip] (default=dcmip) |
---|
| 41 | time_style = none |
---|
[2813] | 42 | |
---|
[2941] | 43 | # Run length in s : real (default=??) |
---|
| 44 | # run_length = 103680000 |
---|
| 45 | run_length = 462.369791666 |
---|
| 46 | # Alternative to specifying "run_length", specify number of days to run : ndays |
---|
| 47 | # ndays=1 |
---|
[2813] | 48 | |
---|
[2941] | 49 | # Interval in s between two outputs : integer (default=0) |
---|
| 50 | #write_period = 10800 |
---|
| 51 | # output every dyn time step => dt = day_length/day_step ; 88775/960=92.4739583333 |
---|
| 52 | write_period= 92.4739583333333 |
---|
[2813] | 53 | |
---|
| 54 | |
---|
[2941] | 55 | # Initial state : |
---|
| 56 | # [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06) |
---|
| 57 | etat0=isothermal |
---|
| 58 | etat0_isothermal_temp=200 |
---|
| 59 | # pertub initial state by a factor of ... |
---|
| 60 | etat0_ps_white_noise=0.01 |
---|
| 61 | etat0_theta_rhodz_white_noise=0.01 |
---|
[2813] | 62 | |
---|
| 63 | #etat0=start_file |
---|
| 64 | #etat0_start_file_colocated=true |
---|
| 65 | |
---|
| 66 | # start file name (default is start.nc) |
---|
| 67 | # restart file name (default is restart.nc) |
---|
[2941] | 68 | start_file_name=start_icosa |
---|
[2813] | 69 | restart_file_name=restart_icosa |
---|
| 70 | |
---|
[2941] | 71 | etat0_start_iteration_reset=true |
---|
| 72 | etat0_start_iteration=0 |
---|
[2813] | 73 | |
---|
[2941] | 74 | # Dissipation time for grad(div) : real (default=5000) |
---|
| 75 | tau_graddiv = 18000 |
---|
[2813] | 76 | |
---|
[2941] | 77 | # Exponent of grad(div) disspation : integer (default=1) |
---|
[2813] | 78 | nitergdiv = 2 |
---|
| 79 | |
---|
[2941] | 80 | # Dissipation time for curl(curl) : real (default=5000) |
---|
| 81 | tau_gradrot = 18000 |
---|
[2813] | 82 | |
---|
[2941] | 83 | # Exponent of curl(curl) disspation : integer (default=1) |
---|
| 84 | nitergrot = 2 |
---|
[2813] | 85 | |
---|
[2941] | 86 | # Dissipation time for div(grad) : real (default=5000) |
---|
| 87 | tau_divgrad = 18000 |
---|
[2813] | 88 | |
---|
[2941] | 89 | # Exponent of div(grad) disspation : integer (default=1) |
---|
| 90 | niterdivgrad = 2 |
---|
[2813] | 91 | |
---|
[2941] | 92 | #---------------- Planet ---------------- |
---|
[2813] | 93 | |
---|
[2941] | 94 | INCLUDEDEF=mars_const.def |
---|
[2813] | 95 | |
---|
| 96 | # -------------------------------- Physics ------------------------------------- |
---|
| 97 | |
---|
[2941] | 98 | # Physics package : [none|held_suarez|dcmip] (default=none) |
---|
| 99 | physics = phys_external |
---|
| 100 | |
---|
| 101 | # call physics every itau_physics (dynamical) time step |
---|
[2813] | 102 | itau_physics=5 |
---|
[2941] | 103 | #itau_physics=10 |
---|
[2813] | 104 | |
---|
[2941] | 105 | # physics initial state (startfi.nc) if startphy_file=.true. |
---|
| 106 | startphy_file=.false. |
---|