|
Last change
on this file was
4028,
checked in by millour, 8 years ago
|
|
Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM
|
|
File size:
533 bytes
|
| Line | |
|---|
| 1 | #planetary radius : real (default=37122E6) |
|---|
| 2 | radius=6.371229E6 |
|---|
| 3 | |
|---|
| 4 | # gravity : real (default=9.80616) |
|---|
| 5 | g=9.80665 |
|---|
| 6 | |
|---|
| 7 | #planetary rotation rate (default=7.292E-5) |
|---|
| 8 | omega=7.292E-5 |
|---|
| 9 | |
|---|
| 10 | # kappa=Rd/cpp (default=0.2857143) |
|---|
| 11 | kappa=0.2857143 |
|---|
| 12 | #kappa=0.285773692052 |
|---|
| 13 | |
|---|
| 14 | # Heat capacity at constant pressure real (default=1004.70885) |
|---|
| 15 | #cpp=1004.5 |
|---|
| 16 | cpp= 1004.70885783307 |
|---|
| 17 | |
|---|
| 18 | # Reference pressure : real (default=101325.) |
|---|
| 19 | preff=100000. |
|---|
| 20 | |
|---|
| 21 | # Scale factor for small planet experiment : real (default=1.) |
|---|
| 22 | scale_factor=1. |
|---|
| 23 | |
|---|
| 24 | # Precision of NetCDF output |
|---|
| 25 | netcdf_prec = double |
|---|
Note: See
TracBrowser
for help on using the repository browser.