|
Last change
on this file since 3850 was
3810,
checked in by ymipsl, 11 years ago
|
|
Add DYNAMICO in aquaplanet configuration
YM
|
|
File size:
765 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | #---------------- Planet ---------------- |
|---|
| 3 | |
|---|
| 4 | # Planetary radius : real (default=6371220) |
|---|
| 5 | radius = 6.37122e6 |
|---|
| 6 | |
|---|
| 7 | # Gravity : real (default=9.80616) |
|---|
| 8 | g = 9.80616 |
|---|
| 9 | |
|---|
| 10 | # kappa=Rd/cpp : real (default=0.2857143) |
|---|
| 11 | kappa = 0.2857143 |
|---|
| 12 | |
|---|
| 13 | # Heat capacity at constant pressure : real (default=1004.70885) |
|---|
| 14 | cpp = 1004.5 |
|---|
| 15 | |
|---|
| 16 | # Reference pressure : real (default=101325) |
|---|
| 17 | preff = 1e5 |
|---|
| 18 | |
|---|
| 19 | # Planetary rotation rate : real (default=7.292E-5) |
|---|
| 20 | omega = 7.292e-5 |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | #---------------- Constants ---------------- |
|---|
| 24 | |
|---|
| 25 | # Reference temperature T0 for DCMIP test cases : real (default=300) |
|---|
| 26 | ncar_T0 = 300 |
|---|
| 27 | |
|---|
| 28 | # Reference pressure p0 for DCMIP test cases, used by disvert if disver=ncar : real (default=1e5) |
|---|
| 29 | ncar_p0 = 1e5 |
|---|
| 30 | |
|---|
| 31 | # Exponent for B(eta), used by disvert if disvert=ncar : integer (default=1) |
|---|
| 32 | ncar_disvert_c = 1 |
|---|
| 33 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.