Changeset 97 for trunk/libf/phytitan/clesphys.h
- Timestamp:
- Mar 22, 2011, 5:25:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/phytitan/clesphys.h
r3 r97 1 1 ! 2 ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/clesphys.h,v 1.1.1.1 2004/05/19 12:53:08 lmdzadmin Exp $ 2 ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre 3 ! veillez n'utiliser que des ! pour les commentaires 4 ! et bien positionner les & des lignes de continuation 5 ! (les placer en colonne 6 et en colonne 73) 3 6 ! 4 c..include cles_phys.h5 c 6 LOGICAL cycle_diurne,soil_model, new_oliq,ok_orodr,ok_orolf7 LOGICAL ok_ limitvrai7 !..include cles_phys.h 8 ! 9 LOGICAL cycle_diurne,soil_model,ok_orodr,ok_orolf 10 LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro 8 11 INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs 12 REAL ecritphy 9 13 REAL solaire 10 11 c Parametres pour PBL: 12 real z0,lmixmin 13 REAL ksta 14 REAL z0, lmixmin 15 REAL ksta, inertie 14 16 LOGICAL ok_kzmin 15 16 c Parametres Chimie: 17 INTEGER lev_histmth, lev_histday 17 18 logical chimi,ylellouch,hcnrad 18 19 integer vchim,aerprod,htoh2 19 20 c Parametres Microphysique:21 20 integer microfi,cutoff 22 real tx,tcorrect 23 24 c surface 25 real inertie 21 real tx,tcorrect 26 22 27 cIM lev_histmth : niveau sorties mensuelles28 cIM lev_histday : niveau sorties journalieres29 INTEGER lev_histmth, lev_histday30 23 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 24 COMMON/clesphys/cycle_diurne, soil_model, & 25 & ok_orodr, ok_orolf, ok_gw_nonoro, nbapp_rad, nbapp_chim & 26 & , ecritphy & 27 & , iflag_con, iflag_ajs, solaire, z0, lmixmin, ksta & 28 & , ok_kzmin, lev_histmth, lev_histday & 29 & , inertie, chimi,vchim,aerprod,htoh2,ylellouch,hcnrad & 30 & , microfi,cutoff,tx,tcorrect 31
Note: See TracChangeset
for help on using the changeset viewer.