Ignore:
Timestamp:
Dec 10, 2009, 10:02:56 AM (15 years ago)
Author:
Laurent Fairhead
Message:

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

Location:
LMDZ4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk

  • LMDZ4/trunk/libf/phylmd/clesphys.h

    r1146 r1279  
    11!
    2 !
     2! $Id$
    33!
    44!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
     
    1212       LOGICAL ok_limitvrai
    1313       INTEGER nbapp_rad, iflag_con
    14        REAL co2_ppm, solaire
    15        REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 
    16        REAL*8 CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
     14       REAL co2_ppm, co2_ppm0, solaire
     15       REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 
     16       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
    1717
    1818!OM ---> correction du bilan d'eau global
     
    3535! Hauteur (imposee) du contenu en eau du sol
    3636           REAL qsol0
     37! Frottement au sol (Cdrag)
     38       Real f_cdrag_ter,f_cdrag_oce
     39! Rugoro
     40       Real f_rugoro
     41
    3742!IM lev_histhf  : niveau sorties 6h
    3843!IM lev_histday : niveau sorties journalieres
    3944!IM lev_histmth : niveau sorties mensuelles
    4045       INTEGER lev_histhf, lev_histday, lev_histmth
    41        CHARACTER*4 type_run
    42 ! aer_type: pour utiliser un fichier constant dans readsulfate
     46       Integer lev_histins, lev_histLES 
     47       CHARACTER(len=4) type_run
     48! aer_type: pour utiliser un fichier constant dans readaerosol
    4349       CHARACTER*8 :: aer_type
    4450       LOGICAL ok_isccp, ok_regdyn
     
    4854       REAL ecrit_LES
    4955       REAL freq_ISCCP, ecrit_ISCCP
     56       REAL freq_COSP
     57       LOGICAL :: ok_cosp
    5058       INTEGER :: ip_ebil_phy, iflag_rrtm
    5159       LOGICAL :: ok_strato
     
    5866     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter        &
    5967     &     , ok_kzmin, fmagic, pmagic                                   &
     68     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
    6069     &     , lev_histhf, lev_histday, lev_histmth                       &
    61      &     , type_run, ok_isccp, ok_regdyn                              &
     70     &     , lev_histins, lev_histLES                                   &
     71     &     , type_run, ok_isccp, ok_regdyn, ok_cosp                     &
    6272     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
    6373     &     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day               &
    6474     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
    65      &     , freq_ISCCP, ecrit_ISCCP, ip_ebil_phy                       &
     75     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy            &
    6676     &     , ok_lic_melt, cvl_corr, aer_type                            &
    67      &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES
     77     &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES            &
     78     &     , co2_ppm0
    6879     
    6980!$OMP THREADPRIVATE(/clesphys/)
Note: See TracChangeset for help on using the changeset viewer.