Ignore:
Timestamp:
Jun 6, 2005, 3:16:33 PM (19 years ago)
Author:
Laurent Fairhead
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/clesphys.h

    r644 r652  
    66       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
    77       LOGICAL ok_limitvrai
     8       LOGICAL bug_ozone
    89       INTEGER nbapp_rad, iflag_con
    910       REAL co2_ppm, solaire
     
    2930
    3031       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
     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 TracChangeset for help on using the changeset viewer.