Changeset 1195 for trunk/LMDZ.UNIVERSAL


Ignore:
Timestamp:
Mar 4, 2014, 11:52:12 AM (11 years ago)
Author:
sglmd
Message:

callphys.def and start files used for Saturn's submitted paper updated

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  
    1212nres      = 1
    1313# Planet with rings?
    14 rings_shadow = .false.
     14rings_shadow = .true.
     15# Compute latitude-dependent gravity field??
     16oblate = .true.
     17# Flattening (a-b)/a
     18flatten = 0.09796
     19# Needed if oblate=.true.: J2
     20J2 = 0.01629
     21# Needed if oblate=.true.: Planet mean radius (m)
     22Rmean = 58210000.
     23# Needed if oblate=.true.: Mass of the planet (*1e24 kg)
     24MassPlanet = 568.5
    1525# Write some more output on the screen ?
    1626lwrite    = .false.
     
    105115callsoil = .false.
    106116# Internal heat flux (matters only if callsoil=F)
    107 intheat = 2.0
     117intheat = 2.6
    108118# Remove lower boundary (e.g. for gas giant sims)
    109119nosurf = .true.
Note: See TracChangeset for help on using the changeset viewer.