source: trunk/libf/phytitan/clesphys.inc @ 24

Last change on this file since 24 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: 938 bytes
RevLine 
[3]1!
2! $Header: /home/cvsroot/LMDZ4/libf/phylmd/clesphys.inc,v 1.1.1.1 2004/05/19 12:53:09 lmdzadmin Exp $
3!
4!..include cles_phys.h
5!
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       REAL :: z0, lmixmin
11       REAL :: ksta, inertie
12       LOGICAL :: ok_kzmin
13       INTEGER :: lev_histmth, lev_histday
14       logical :: chimi,ylellouch,hcnrad
15       integer :: vchim,aerprod,htoh2
16       integer :: microfi,cutoff
17       real    :: tx,tcorrect
18
19
20       COMMON/clesphys/cycle_diurne, soil_model, new_oliq, &
21     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, nbapp_chim &
22     &     , iflag_con, iflag_ajs, solaire, z0, lmixmin, ksta &
23     &     , ok_kzmin, lev_histmth, lev_histday &
24     &     , inertie, chimi,vchim,aerprod,htoh2,ylellouch,hcnrad &
25     &     , microfi,cutoff,tx,tcorrect
Note: See TracBrowser for help on using the repository browser.