Changeset 1195 for trunk/LMDZ.UNIVERSAL
- Timestamp:
- Mar 4, 2014, 11:52:12 AM (11 years ago)
- Location:
- trunk/LMDZ.UNIVERSAL/deftank/PROTO_Saturn_Article
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.UNIVERSAL/deftank/PROTO_Saturn_Article/callphys.def
r1165 r1195 12 12 nres = 1 13 13 # Planet with rings? 14 rings_shadow = .false. 14 rings_shadow = .true. 15 # Compute latitude-dependent gravity field?? 16 oblate = .true. 17 # Flattening (a-b)/a 18 flatten = 0.09796 19 # Needed if oblate=.true.: J2 20 J2 = 0.01629 21 # Needed if oblate=.true.: Planet mean radius (m) 22 Rmean = 58210000. 23 # Needed if oblate=.true.: Mass of the planet (*1e24 kg) 24 MassPlanet = 568.5 15 25 # Write some more output on the screen ? 16 26 lwrite = .false. … … 105 115 callsoil = .false. 106 116 # Internal heat flux (matters only if callsoil=F) 107 intheat = 2. 0117 intheat = 2.6 108 118 # Remove lower boundary (e.g. for gas giant sims) 109 119 nosurf = .true.
Note: See TracChangeset
for help on using the changeset viewer.