source: trunk/libf/phyvenus/YOMCST.h @ 86

Last change on this file since 86 was 3, checked in by slebonnois, 15 years ago

Creation de repertoires:

  • chantiers : pour communiquer sur nos projets de modifs
  • documentation : pour stocker les docs

Ajout de:

  • libf/phytitan : physique de Titan
  • libf/chimtitan: chimie de Titan
  • libf/phyvenus : physique de Venus
File size: 1.4 KB
Line 
1!
2! $Header: /home/cvsroot/LMDZ4/libf/phylmd/YOMCST.h,v 1.1.1.1 2004/05/19 12:53:08 lmdzadmin Exp $
3!
4! A1.0 Fundamental constants
5      REAL RPI,RCLUM,RHPLA,RKBOL,RNAVO
6! A1.1 Astronomical constants
7      REAL RDAY,REA,REPSM,RSIYEA,RSIDAY,ROMEGA
8! A1.1.bis Constantes concernant l'orbite de la Terre:
9      REAL R_ecc, R_peri, R_incl
10! A1.2 Geoide
11      REAL RA,RG,R1SA
12! A1.3 Radiation
13!     REAL RSIGMA,RI0
14      REAL RSIGMA
15! A1.4 Thermodynamic gas phase
16      REAL R,RMD,RMV,RD,RV,RCPD,RCPV,RCVD,RCVV
17      REAL RKAPPA,RETV
18! ADAPTATION GCM POUR CP(T)
19      real cpdet
20      external cpdet
21! A1.5,6 Thermodynamic liquid,solid phases
22      REAL RCW,RCS
23! A1.7 Thermodynamic transition of phase
24      REAL RLVTT,RLSTT,RLMLT,RTT,RATM
25! A1.8 Curve of saturation
26      REAL RESTT,RALPW,RBETW,RGAMW,RALPS,RBETS,RGAMS
27      REAL RALPD,RBETD,RGAMD
28!
29!    S      ,RSIGMA,RI0
30      COMMON/YOMCST/RPI   ,RCLUM ,RHPLA ,RKBOL ,RNAVO
31     S      ,RDAY  ,REA   ,REPSM ,RSIYEA,RSIDAY,ROMEGA
32     s      ,R_ecc, R_peri, R_incl
33     S      ,RA    ,RG    ,R1SA
34     S      ,RSIGMA
35     S      ,R     ,RMD   ,RMV   ,RD    ,RV    ,RCPD
36     S      ,RCPV  ,RCVD  ,RCVV  ,RKAPPA,RETV
37     S      ,RCW   ,RCS
38     S      ,RLVTT ,RLSTT ,RLMLT ,RTT   ,RATM
39     S      ,RESTT ,RALPW ,RBETW ,RGAMW ,RALPS ,RBETS ,RGAMS
40     S      ,RALPD ,RBETD ,RGAMD
41!    ------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.