[3] | 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,ok_orodr,ok_orolf |
---|
| 7 | LOGICAL ok_limitvrai |
---|
| 8 | INTEGER nbapp_rad, nbapp_chim, 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 Parametres Chimie: |
---|
| 17 | logical chimi,ylellouch,hcnrad |
---|
| 18 | integer vchim,aerprod,htoh2 |
---|
| 19 | |
---|
| 20 | c Parametres Microphysique: |
---|
| 21 | integer microfi,cutoff |
---|
| 22 | real tx,tcorrect |
---|
| 23 | |
---|
| 24 | c surface |
---|
| 25 | real inertie |
---|
| 26 | |
---|
| 27 | cIM lev_histmth : niveau sorties mensuelles |
---|
| 28 | cIM 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 |
---|