Ignore:
Timestamp:
Jun 14, 2015, 9:13:32 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2237:2291 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r2258 r2298  
    4444! Frottement au sol (Cdrag)
    4545       Real f_cdrag_ter,f_cdrag_oce
     46       REAL min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce
     47       REAL z0m_seaice,z0h_seaice
     48       INTEGER iflag_gusts,iflag_z0_oce
     49
    4650! Rugoro
    47        Real f_rugoro
     51       Real f_rugoro,z0min
    4852
    4953!IM lev_histhf  : niveau sorties 6h
     
    9195     &     , cdmmax, cdhmax, ksta, ksta_ter, f_ri_cd_min                &
    9296     &     , fmagic, pmagic                                             &
    93      &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
     97     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro,z0min                     &
     98     &     , min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce   &
     99     &     , z0m_seaice,z0h_seaice                                      &
    94100     &     , pasphys            , freq_outNMC, freq_calNMC              &
    95101     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
     
    115121     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
    116122     &     , ip_ebil_phy                                                &
     123     &     , iflag_gusts ,iflag_z0_oce                                  &
    117124     &     , ok_lic_melt,           aer_type                            &
    118125     &     , iflag_rrtm, ok_strato,ok_hines, ok_qch4                    &
Note: See TracChangeset for help on using the changeset viewer.