Ignore:
Timestamp:
Feb 16, 2018, 12:42:18 PM (6 years ago)
Author:
jyg
Message:

Implementation of a first crude model of the
dynamic of wake population.

File:
1 edited

Legend:

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

    r3179 r3208  
    8383         o_cdragh_x   , o_cdragh_w   , o_cdragm_x   , o_cdragm_w   , &
    8484         o_kh         , o_kh_x       , o_kh_w       , &
    85          o_ale, o_alp, o_cin, o_WAPE, o_wake_h, &
     85         o_ale, o_alp, o_cin, o_WAPE, o_wake_h, o_cv_gen, o_wake_dens, &
    8686         o_wake_s, o_wake_deltat, o_wake_deltaq, &
    8787         o_wake_omg, o_dtwak, o_dqwak, o_dqwak2d, o_Vprecip, &
     
    226226         wstar, cape, ema_pcb, ema_pct, &
    227227         ema_cbmf, Ma, fm_therm, ale_bl, alp_bl, ale, &
    228          alp, cin, wake_pe, wake_s, wake_deltat, &
     228         alp, cin, wake_pe, wake_dens, wake_s, wake_deltat, &
    229229         wake_deltaq, ftd, fqd, ale_bl_trig, albsol1, &
    230230         ale_wake, ale_bl_stat, &
     
    263263         cdragh_x   ,cdragh_w   ,cdragm_x   ,cdragm_w   , &
    264264         kh         ,kh_x       ,kh_w       , &
    265          wake_h, &
     265         cv_gen, wake_h, &
    266266         wake_omg, d_t_wake, d_q_wake, Vprecip, &
    267267         wdtrainA, wdtrainM, n2, s2, proba_notrig, &
     
    11371137             CALL histwrite_phy(o_cin, cin)
    11381138             CALL histwrite_phy(o_WAPE, wake_pe)
     1139             CALL histwrite_phy(o_cv_gen, cv_gen)
    11391140             CALL histwrite_phy(o_wake_h, wake_h)
     1141             CALL histwrite_phy(o_wake_dens, wake_dens)
    11401142             CALL histwrite_phy(o_wake_s, wake_s)
    11411143             CALL histwrite_phy(o_wake_deltat, wake_deltat)
Note: See TracChangeset for help on using the changeset viewer.