source: LMDZ.3.3/branches/rel-LF/libf/phylmd/clesphys.h @ 498

Last change on this file since 498 was 498, checked in by lmdzadmin, 20 years ago

IM: ajout flags pour controler niveaux sorties hf, day, mth

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1c..include cles_phys.h
2c
3       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
4       LOGICAL ok_limitvrai
5       INTEGER nbapp_rad, iflag_con
6       REAL co2_ppm, solaire
7       REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 
8       REAL*8 CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
9cIM simulateur ISCCP
10       INTEGER top_height, overlap
11cIM seuils cdrm, cdrh
12       REAL cdmmax, cdhmax
13cIM param. stabilite s/ terres et en dehors
14       REAL ksta, ksta_ter
15cIM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
16       LOGICAL ok_kzmin
17cIM lev_histhf  : niveau sorties 6h
18cIM lev_histday : niveau sorties journalieres
19cIM lev_histmth : niveau sorties mensuelles
20       INTEGER lev_histhf, lev_histday, lev_histmth
21
22       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
23     ,     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con
24     ,     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
25     ,     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
26     ,     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter
27     ,     , ok_kzmin, lev_histhf, lev_histday, lev_histmth
Note: See TracBrowser for help on using the repository browser.