Ignore:
Timestamp:
Jan 19, 2025, 6:48:10 PM (5 hours ago)
Author:
jyg
Message:

New outputs :

+ coef_clos = [conv mass flux given by Alp closure]/[conv mass flux given by Emanuel scheme closure]
+ coef_clos_eff = effective coefficient used in the convective scheme.

File:
1 edited

Legend:

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

    r5486 r5491  
    107107         o_alp_bl_fluct_m, o_alp_bl_fluct_tke, &
    108108         o_alp_bl_conv, o_alp_bl_stat, &
     109         o_coef_clos, o_coef_clos_eff, &
    109110         o_slab_qflux, o_tslab, o_slab_bils, &
    110111         o_slab_bilg, o_slab_sic, o_slab_tice, &
     
    343344         wake_h, &
    344345         wake_omg, d_t_wake, d_q_wake, Vprecip, qtaa, Clw, &
     346         coef_clos, coef_clos_eff, &
    345347         wdtrainA, wdtrainS, wdtrainM, n2, s2, strig, zcong, zlcl_th, proba_notrig, &
    346348         random_notrig, &
     
    14511453          CALL histwrite_phy(o_cape_max, cape)
    14521454
     1455          CALL histwrite_phy(o_coef_clos, coef_clos)
     1456          CALL histwrite_phy(o_coef_clos_eff, coef_clos_eff)
    14531457          CALL histwrite_phy(o_upwd, upwd)
    14541458          CALL histwrite_phy(o_Ma, Ma)
Note: See TracChangeset for help on using the changeset viewer.