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:
861 bytes
|
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 | ! |
---|
4 | c..include cles_phys.h |
---|
5 | c |
---|
6 | LOGICAL cycle_diurne,soil_model,new_oliq |
---|
7 | LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro |
---|
8 | INTEGER nbapp_rad, iflag_con, iflag_ajs |
---|
9 | REAL solaire |
---|
10 | |
---|
11 | c Parametres pour PBL: |
---|
12 | real z0,lmixmin |
---|
13 | REAL ksta |
---|
14 | LOGICAL ok_kzmin |
---|
15 | |
---|
16 | c surface |
---|
17 | real inertie |
---|
18 | |
---|
19 | cIM lev_histhf : niveau sorties 6h |
---|
20 | cIM lev_histday : niveau sorties journalieres |
---|
21 | cIM lev_histmth : niveau sorties mensuelles |
---|
22 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
23 | |
---|
24 | COMMON/clesphys/cycle_diurne, soil_model, new_oliq, |
---|
25 | , ok_orodr, ok_orolf, ok_gw_nonoro, |
---|
26 | , nbapp_rad, iflag_con |
---|
27 | , , iflag_ajs, solaire, z0, lmixmin, ksta |
---|
28 | , , ok_kzmin, lev_histhf, lev_histday, lev_histmth |
---|
29 | , , inertie |
---|
Note: See
TracBrowser
for help on using the repository browser.