source: trunk/libf/phytitan/clesphys.h @ 21

Last change on this file since 21 was 3, checked in by slebonnois, 14 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.1 KB
Line 
1!
2! $Header: /home/cvsroot/LMDZ4/libf/phylmd/clesphys.h,v 1.1.1.1 2004/05/19 12:53:08 lmdzadmin Exp $
3!
4c..include cles_phys.h
5c
6       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
7       LOGICAL ok_limitvrai
8       INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs
9       REAL    solaire
10
11c Parametres pour PBL:
12       real z0,lmixmin
13       REAL ksta
14       LOGICAL ok_kzmin
15
16c Parametres Chimie:
17       logical chimi,ylellouch,hcnrad
18       integer vchim,aerprod,htoh2
19       
20c Parametres Microphysique:
21       integer microfi,cutoff
22       real tx,tcorrect
23       
24c surface
25       real inertie
26
27cIM lev_histmth : niveau sorties mensuelles
28cIM lev_histday : niveau sorties journalieres
29       INTEGER lev_histmth, lev_histday
30
31       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
32     ,     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, nbapp_chim
33     ,     , iflag_con, iflag_ajs, solaire, z0, lmixmin, ksta
34     ,     , ok_kzmin, lev_histmth, lev_histday
35     ,     , inertie, chimi,vchim,aerprod,htoh2,ylellouch,hcnrad
36     ,     , microfi,cutoff,tx,tcorrect
Note: See TracBrowser for help on using the repository browser.