Ignore:
Timestamp:
Nov 5, 2018, 3:24:59 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Undoing merge with trunk (r3356) to properly register Yann's latest modifications

Location:
LMDZ6/branches/DYNAMICO-conv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv

  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phyetat0.F90

    r3356 r3411  
    1818       wake_deltat, wake_delta_pbl_TKE, delta_tsurf, wake_fip, wake_pe, &
    1919       wake_s, wake_dens, zgam, zmax0, zmea, zpic, zsig, &
    20        zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, u10m, v10m, treedrg, &
    21        ale_wake, ale_bl_stat
     20       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, u10m, v10m, treedrg
    2221!FC
    2322  USE geometry_mod, ONLY : longitude_deg, latitude_deg
     
    121120  tab_cntrl(6)=nbapp_rad
    122121
    123   if (iflag_cycle_diurne.GE.1) tab_cntrl( 7) = iflag_cycle_diurne
     122  if (cycle_diurne) tab_cntrl( 7) =1.
    124123  if (soil_model) tab_cntrl( 8) =1.
    125124  if (new_oliq) tab_cntrl( 9) =1.
     
    420419  found=phyetat0_get(1,ale_bl_trig,"ALE_BL_TRIG","ALE BL_TRIG",0.)
    421420  found=phyetat0_get(1,alp_bl,"ALP_BL","ALP BL",0.)
    422   found=phyetat0_get(1,ale_wake,"ALE_WAKE","ALE_WAKE",0.)
    423   found=phyetat0_get(1,ale_bl_stat,"ALE_BL_STAT","ALE_BL_STAT",0.)
    424421
    425422!===========================================
Note: See TracChangeset for help on using the changeset viewer.