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

Last change on this file since 467 was 467, checked in by lmdzadmin, 21 years ago

Modifs sur les seuils (cdrag etc...), inclusion des diagnostics ISCCP par Ionela
LF

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 684 bytes
RevLine 
[2]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
[433]6       REAL co2_ppm, solaire
7       REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 
[467]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
[2]13
[433]14       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
[2]15     ,     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con
[433]16     ,     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
[467]17     ,     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
18     ,     , top_height, overlap, cdmmax, cdhmax
Note: See TracBrowser for help on using the repository browser.