|
Last change
on this file since 3927 was
3810,
checked in by ymipsl, 11 years ago
|
|
Add DYNAMICO in aquaplanet configuration
YM
|
|
File size:
1.6 KB
|
| Rev | Line | |
|---|
| [3810] | 1 | INCLUDEDEF = const.def |
|---|
| 2 | |
|---|
| 3 | #---------------- Mesh ---------------- |
|---|
| 4 | |
|---|
| 5 | # Number of subdivisions on a main triangle : integer (default=40) |
|---|
| 6 | nbp = 64 |
|---|
| 7 | |
|---|
| 8 | # Number of vertical layers : integer (default=19) |
|---|
| 9 | llm = 30 |
|---|
| 10 | |
|---|
| 11 | # Vertical grid : [std|ncar|ncarl30] (default=std) |
|---|
| 12 | disvert = ncarl30 |
|---|
| 13 | |
|---|
| 14 | # Mesh optimisation : number of iterations : integer (default=0) |
|---|
| 15 | optim_it = 1000 |
|---|
| 16 | |
|---|
| 17 | # Sub splitting of main rhombus : integer (default=1) |
|---|
| 18 | nsplit_i = 2 |
|---|
| 19 | nsplit_j = 2 |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | #---------------- Numerics ---------------- |
|---|
| 23 | |
|---|
| 24 | # Time step in s : real (default=480) |
|---|
| 25 | dt = 300 |
|---|
| 26 | |
|---|
| 27 | # Dissipation time for grad(div) : real (default=5000) |
|---|
| 28 | tau_graddiv = 10800 |
|---|
| 29 | |
|---|
| 30 | # Exponent of grad(div) disspation : integer (default=1) |
|---|
| 31 | nitergdiv = 2 |
|---|
| 32 | |
|---|
| 33 | # Dissipation time for curl(curl) : real (default=5000) |
|---|
| 34 | tau_gradrot = 10800 |
|---|
| 35 | |
|---|
| 36 | # Exponent of curl(curl) disspation : integer (default=1) |
|---|
| 37 | nitergrot = 2 |
|---|
| 38 | |
|---|
| 39 | # Dissipation time for div(grad) : real (default=5000) |
|---|
| 40 | tau_divgrad = 10800 |
|---|
| 41 | |
|---|
| 42 | # Exponent of div(grad) disspation : integer (default=1) |
|---|
| 43 | niterdivgrad = 2 |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | #---------------- Time ---------------- |
|---|
| 47 | |
|---|
| 48 | # Run length in s : real (default=??) |
|---|
| 49 | run_length = 864000 |
|---|
| 50 | |
|---|
| 51 | # Interval in s between two outputs : integer (default=??) |
|---|
| 52 | write_period = 7200 |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | #---------------- Physical parameters ---------------- |
|---|
| 56 | |
|---|
| 57 | # Number of tracers : integer (default=1) |
|---|
| 58 | nqtot = 1 |
|---|
| 59 | |
|---|
| 60 | # Initial state : |
|---|
| 61 | # [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06) |
|---|
| 62 | etat0 = dcmip5 |
|---|
| 63 | |
|---|
| 64 | # Physics package : [none|held_suarez|dcmip] (default=none) |
|---|
| 65 | physics = dcmip |
|---|
| 66 | |
|---|
| 67 | # DCMIP physics : [0|1] (default=1) |
|---|
| 68 | dcmip_physics = 0 |
|---|
| 69 | |
|---|
| 70 | # Call physics every itau_physics time steps : integer (default=1) |
|---|
| 71 | itau_physics = 6 |
|---|
| 72 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.