Ignore:
Timestamp:
Mar 4, 2024, 6:58:03 PM (3 months ago)
Author:
crio
Message:

Nouvelle formulation du strig et correction thermiques montent trop haut

File:
1 edited

Legend:

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

    r4835 r4843  
    9898         o_qtaa, o_Clwaa, &
    9999         o_ftd, o_fqd, o_wdtrainA, o_wdtrainS, o_wdtrainM, &
    100          o_n2, o_s2, o_proba_notrig, &
     100         o_n2, o_s2, o_strig, o_zcong, o_zlcl_th, o_proba_notrig, &
    101101         o_random_notrig, o_ale_bl_stat, &
    102102         o_ale_bl_trig, o_alp_bl_det, &
     
    335335         wake_h, &
    336336         wake_omg, d_t_wake, d_q_wake, Vprecip, qtaa, Clw, &
    337          wdtrainA, wdtrainS, wdtrainM, n2, s2, proba_notrig, &
     337         wdtrainA, wdtrainS, wdtrainM, n2, s2, strig, zcong, zlcl_th, proba_notrig, &
    338338         random_notrig, &
    339339         qclr, qcld, qss, qvc, rnebclr, rnebss, gamma_ss, &
     
    15481548               CALL histwrite_phy(o_kh         ,kh         )
    15491549               CALL histwrite_phy(o_kh_x       ,kh_x       )
     1550          CALL histwrite_phy(o_strig, strig)
     1551          CALL histwrite_phy(o_zcong, zcong)
     1552          CALL histwrite_phy(o_zlcl_th, zlcl_th)
    15501553               CALL histwrite_phy(o_kh_w       ,kh_w       )
    15511554             ENDIF   ! (iflag_pbl_split>=1)
Note: See TracChangeset for help on using the changeset viewer.