source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_ICOSA_LMDZ/earth_const.def @ 4241

Last change on this file since 4241 was 4028, checked in by millour, 7 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)
2radius=6.371229E6
3
4# gravity : real (default=9.80616)
5g=9.80665
6
7#planetary rotation rate (default=7.292E-5)
8omega=7.292E-5
9
10# kappa=Rd/cpp (default=0.2857143)
11kappa=0.2857143
12#kappa=0.285773692052 
13
14# Heat capacity at constant pressure real (default=1004.70885)
15#cpp=1004.5
16cpp= 1004.70885783307
17
18# Reference pressure : real (default=101325.)
19preff=100000.
20
21# Scale factor for small planet experiment : real (default=1.)
22scale_factor=1.
23
24# Precision of NetCDF output
25netcdf_prec = double
Note: See TracBrowser for help on using the repository browser.