source: LMDZ4/trunk/libf/phylmd/clesphys.inc @ 644

Last change on this file since 644 was 644, checked in by Laurent Fairhead, 19 years ago

Synchronisation avec tous les diagnostiques de Ionela IM
Inclusion du slab ocean IM
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1!
2! $Header$
3!
4!..include cles_phys.h
5!
6       LOGICAL :: cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
7       LOGICAL :: ok_limitvrai
8       INTEGER :: nbapp_rad, iflag_con
9       REAL :: co2_ppm, solaire
10       DOUBLE PRECISION :: RCO2, RCH4, RN2O, RCFC11, RCFC12 
11       DOUBLE PRECISION :: CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
12       INTEGER :: top_height, overlap
13       REAL :: cdmmax, cdhmax
14       REAL :: ksta, ksta_ter
15       LOGICAL :: ok_kzmin
16       INTEGER :: lev_histhf, lev_histday, lev_histmth
17       CHARACTER (len=4) type_run
18       LOGICAL ok_isccp, ok_regdyn
19       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
20       INTEGER ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
21       INTEGER ecrit_mth, ecrit_tra, ecrit_reg
22
23       COMMON/clesphys/cycle_diurne, soil_model, new_oliq, &
24     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con &
25     &     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12 &
26     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt &
27     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter &
28     &     , ok_kzmin, lev_histhf, lev_histday, lev_histmth &
29     &     , type_run, ok_isccp, ok_regdyn &
30     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins &
31     &     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day &
32     &     , ecrit_mth, ecrit_tra, ecrit_reg
Note: See TracBrowser for help on using the repository browser.