source: LMDZ.3.3/tags/IPSL-CM4_v2x0/libf/phylmd/clesphys.inc @ 464

Last change on this file since 464 was 464, checked in by (none), 21 years ago

This commit was manufactured by cvs2svn to create tag
'IPSL-CM4_v2x0'.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 453 bytes
Line 
1!..include cles_phys.h
2!
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       DOUBLE PRECISION :: RCO2, RCH4, RN2O, RCFC11, RCFC12 
8
9       COMMON/clesphys/cycle_diurne, soil_model, new_oliq, &
10     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con &
11     &     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
Note: See TracBrowser for help on using the repository browser.