Ignore:
Timestamp:
Mar 20, 2014, 10:57:19 AM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1920:1997 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/clesphys.h

    r1910 r1999  
    1818       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
    1919!IM ajout CFMIP2/CMIP5
    20        REAL co2_ppm_per
    2120       LOGICAL ok_4xCO2atm
    2221       REAL(kind=8) RCO2_per,RCH4_per,RN2O_per,RCFC11_per,RCFC12_per
     
    6564       CHARACTER(len=4) type_run
    6665! aer_type: pour utiliser un fichier constant dans readaerosol
    67        CHARACTER*8 :: aer_type
     66       CHARACTER(len=8) :: aer_type
    6867       LOGICAL ok_regdyn
    6968       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
     
    7473       REAL freq_COSP
    7574       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
    76        INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo
     75       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo,NSW
    7776       LOGICAL :: ok_strato
    78        LOGICAL :: ok_hines
     77       LOGICAL :: ok_hines, ok_gwd_rando
    7978
    80        COMMON/clesphys/cycle_diurne, soil_model, new_oliq,              &
    81      &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con       &
    82      &     , iflag_ener_conserv                                         &
    83      &     , co2_ppm, solaire                                           &
     79       COMMON/clesphys/                                                 &
     80! REAL FIRST
     81     &       co2_ppm, solaire                                           &
    8482     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
    8583     &     , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act       &
    86      &     , ok_4xCO2atm                                                &
    8784     &     , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per       &
    8885     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
    8986     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
    90      &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter        &
    91      &     , ok_kzmin, fmagic, pmagic                                   &
     87     &     , cdmmax, cdhmax, ksta, ksta_ter                             &
     88     &     , fmagic, pmagic                                             &
    9289     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
     90     &     , pasphys            , freq_outNMC, freq_calNMC              &
     91     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
     92     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP                         &
     93     &     , cvl_corr                                                   &
     94     &     , qsol0,albsno0,evap0                                        &
     95     &     , co2_ppm0                                                   &
     96     &     , ecrit_LES                                                  &
     97     &     , ecrit_ins, ecrit_hf, ecrit_day                             &
     98     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
     99! THEN INTEGER AND LOGICALS
     100     &     , top_height                                                 &
     101     &     , cycle_diurne, soil_model, new_oliq                         &
     102     &     ,ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con      &
     103     &     , iflag_ener_conserv                                         &
     104     &     , ok_4xCO2atm                                                &
     105     &     , overlap                                                    &
     106     &     , ok_kzmin                                                   &
    93107     &     , lev_histhf, lev_histday, lev_histmth                       &
    94108     &     , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
    95      &     , pasphys, ok_histNMC, freq_outNMC, freq_calNMC              &
     109     &     , ok_histNMC                                                 &
    96110     &     , type_run, ok_regdyn, ok_cosp                               &
    97111     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
    98      &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
    99      &     , ecrit_ins, ecrit_hf, ecrit_day                             &
    100      &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
    101      &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy            &
    102      &     , ok_lic_melt, cvl_corr, aer_type                            &
    103      &     , qsol0,albsno0,evap0                                        &
    104      &     , iflag_rrtm, ok_strato,ok_hines,ecrit_LES                   &
    105      &     , co2_ppm0, iflag_ice_thermo
     112     &     , ip_ebil_phy                                                &
     113     &     , ok_lic_melt,           aer_type                            &
     114     &     , iflag_rrtm, ok_strato,ok_hines                             &
     115     &     , iflag_ice_thermo, ok_gwd_rando, NSW
    106116     
    107117       save /clesphys/
Note: See TracChangeset for help on using the changeset viewer.