source: LMDZ4/trunk/libf/phylmd/clesphys.h @ 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.5 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       INTEGER ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
28       INTEGER ecrit_mth, ecrit_tra, ecrit_reg
29
30       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
31     ,     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con
32     ,     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
33     ,     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
34     ,     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter
35     ,     , ok_kzmin, lev_histhf, lev_histday, lev_histmth
36     ,     , type_run, ok_isccp, ok_regdyn
37     ,     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
38     ,     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
39     ,     , ecrit_mth, ecrit_tra, ecrit_reg
Note: See TracBrowser for help on using the repository browser.