source: LMDZ4/trunk/libf/phylmd/clesphys.h @ 699

Last change on this file since 699 was 699, checked in by Laurent Fairhead, 18 years ago

En fait le bug sur l'ozone n'en etait pas un! on revient a la situation precedente MPL/JLD
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1!
2! $Header$
3!
4c..include cles_phys.h
5c
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       REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 
11       REAL*8 CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
12cIM simulateur ISCCP
13       INTEGER top_height, overlap
14cIM seuils cdrm, cdrh
15       REAL cdmmax, cdhmax
16cIM param. stabilite s/ terres et en dehors
17       REAL ksta, ksta_ter
18cIM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
19       LOGICAL ok_kzmin
20cIM lev_histhf  : niveau sorties 6h
21cIM lev_histday : niveau sorties journalieres
22cIM lev_histmth : niveau sorties mensuelles
23       INTEGER lev_histhf, lev_histday, lev_histmth
24       CHARACTER*4 type_run
25       LOGICAL ok_isccp, ok_regdyn
26       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
27       REAL ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
28       REAL ecrit_mth, ecrit_tra, ecrit_reg
29       REAL freqin_isccp, freqout_isccp
30       INTEGER :: ip_ebil_phy
31       LOGICAL ok_slab_sicOBS
32
33       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
34     S     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con
35     S     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
36     S     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
37     S     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter
38     S     , ok_kzmin, lev_histhf, lev_histday, lev_histmth
39     S     , type_run, ok_isccp, ok_regdyn
40     S     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
41     S     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
42     S     , ecrit_mth, ecrit_tra, ecrit_reg
43     S     , freqin_isccp, freqout_isccp, ip_ebil_phy
44     S     , ok_slab_sicOBS
Note: See TracBrowser for help on using the repository browser.