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

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

Correction du bug sur l'ozone (unite, calcul). On peut retrouver le
bug, qui est présent dans les simulations IPCC 2005, en positionnant
le flag bug_ozone à true dans physiq.def.
MPL/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       LOGICAL bug_ozone
9       INTEGER nbapp_rad, iflag_con
10       REAL co2_ppm, solaire
11       REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 
12       REAL*8 CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
13cIM simulateur ISCCP
14       INTEGER top_height, overlap
15cIM seuils cdrm, cdrh
16       REAL cdmmax, cdhmax
17cIM param. stabilite s/ terres et en dehors
18       REAL ksta, ksta_ter
19cIM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
20       LOGICAL ok_kzmin
21cIM lev_histhf  : niveau sorties 6h
22cIM lev_histday : niveau sorties journalieres
23cIM lev_histmth : niveau sorties mensuelles
24       INTEGER lev_histhf, lev_histday, lev_histmth
25       CHARACTER*4 type_run
26       LOGICAL ok_isccp, ok_regdyn
27       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
28       INTEGER ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
29       INTEGER ecrit_mth, ecrit_tra, ecrit_reg
30
31       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,
32     S     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con
33     S     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12
34     S     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
35     S     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter
36     S     , ok_kzmin, lev_histhf, lev_histday, lev_histmth
37     S     , type_run, ok_isccp, ok_regdyn
38     S     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
39     S     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
40     S     , ecrit_mth, ecrit_tra, ecrit_reg, bug_ozone
Note: See TracBrowser for help on using the repository browser.