Ignore:
Timestamp:
Jul 18, 2016, 9:41:10 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2545:2589 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r2542 r2594  
    4040!IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif -
    4141!                          pour regler l albedo sur ocean
     42       REAL pbl_lmixmin_alpha
    4243       REAL fmagic, pmagic
    4344! Hauteur (imposee) du contenu en eau du sol
     
    7778       REAL ecrit_LES
    7879       REAL freq_ISCCP, ecrit_ISCCP
    79        REAL freq_COSP
     80       REAL freq_COSP, freq_AIRS
    8081       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
     82       LOGICAL :: ok_airs
    8183       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, NSW, iflag_albedo
    8284       LOGICAL :: ok_chlorophyll
     
    9496     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
    9597     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
    96      &     , cdmmax, cdhmax, ksta, ksta_ter, f_ri_cd_min                &
     98     &     , cdmmax,cdhmax,ksta,ksta_ter,f_ri_cd_min,pbl_lmixmin_alpha  &
    9799     &     , fmagic, pmagic                                             &
    98100     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro,z0min                     &
     
    101103     &     , pasphys            , freq_outNMC, freq_calNMC              &
    102104     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
    103      &     , freq_ISCCP, ecrit_ISCCP, freq_COSP                         &
     105     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, freq_AIRS              &
    104106     &     , cvl_corr                                                   &
    105107     &     , qsol0,albsno0,evap0                                        &
     
    120122     &     , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
    121123     &     , ok_histNMC                                                 &
    122      &     , type_run, ok_regdyn, ok_cosp                               &
     124     &     , type_run, ok_regdyn, ok_cosp, ok_airs                      &
    123125     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
    124126     &     , ip_ebil_phy                                                &
Note: See TracChangeset for help on using the changeset viewer.