Ignore:
Timestamp:
Nov 19, 2017, 11:38:51 AM (7 years ago)
Author:
Laurent Fairhead
Message:

Adding some missing variables to the start files to get 1+1=2 when
we use the gusts parametrization
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyetat0.F90

    r3000 r3080  
    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
     20       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, u10m, v10m, treedrg, &
     21       ale_wake, ale_bl_stat
    2122!FC
    2223  USE geometry_mod, ONLY : longitude_deg, latitude_deg
     
    419420  found=phyetat0_get(1,ale_bl_trig,"ALE_BL_TRIG","ALE BL_TRIG",0.)
    420421  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.)
    421424
    422425!===========================================
Note: See TracChangeset for help on using the changeset viewer.